Skip to content

Commit

Permalink
sdk: update
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Aug 4, 2024
1 parent 8c8beea commit b6636b1
Show file tree
Hide file tree
Showing 7 changed files with 2,504 additions and 2,720 deletions.
2,838 changes: 1,667 additions & 1,171 deletions sdk/package-lock.json

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scrypted/sdk",
"version": "0.3.46",
"version": "0.3.49",
"description": "",
"main": "dist/src/index.js",
"exports": {
Expand Down Expand Up @@ -30,25 +30,25 @@
"author": "",
"license": "ISC",
"dependencies": {
"@babel/preset-typescript": "^7.18.6",
"adm-zip": "^0.4.13",
"axios": "^1.6.5",
"babel-loader": "^9.1.0",
"babel-plugin-const-enum": "^1.1.0",
"@babel/preset-typescript": "^7.24.7",
"adm-zip": "^0.5.14",
"axios": "^1.7.3",
"babel-loader": "^9.1.3",
"babel-plugin-const-enum": "^1.2.0",
"ncp": "^2.0.0",
"raw-loader": "^4.0.2",
"rimraf": "^3.0.2",
"tmp": "^0.2.1",
"rimraf": "^6.0.1",
"tmp": "^0.2.3",
"ts-loader": "^9.5.1",
"typescript": "^5.5.4",
"webpack": "^5.75.0",
"webpack-bundle-analyzer": "^4.5.0"
"webpack": "^5.93.0",
"webpack-bundle-analyzer": "^4.10.2"
},
"devDependencies": {
"@types/node": "^18.11.18",
"@types/stringify-object": "^4.0.0",
"@types/node": "^22.1.0",
"@types/stringify-object": "^4.0.5",
"stringify-object": "^3.3.0",
"ts-node": "^10.4.0",
"ts-node": "^10.9.2",
"typedoc": "^0.26.5"
},
"types": "dist/src/index.d.ts"
Expand Down
Loading

0 comments on commit b6636b1

Please sign in to comment.