Skip to content

Commit

Permalink
upgrading node packages and re-build of .ts libs
Browse files Browse the repository at this point in the history
  • Loading branch information
kalwalt committed Oct 23, 2024
1 parent fe6c861 commit 16f7ce1
Show file tree
Hide file tree
Showing 8 changed files with 2,824 additions and 2,205 deletions.
2 changes: 1 addition & 1 deletion dist/ARToolkitNFT.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ARToolkitNFT_simd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ARToolkitNFT_td.js

Large diffs are not rendered by default.

4,991 changes: 2,805 additions & 2,186 deletions package-lock.json

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,20 @@
"url": "https://github.com/webarkit/jsartoolkitNFT/issues"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/plugin-transform-runtime": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"babel-loader": "^9.1.3",
"karma": "^6.4.2",
"@babel/core": "^7.25.9",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.25.9",
"babel-loader": "^9.2.1",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-firefox-launcher": "^2.1.2",
"karma-qunit": "^4.1.2",
"prettier": "^3.1.1",
"qunit": "^2.20.0",
"karma-firefox-launcher": "^2.1.3",
"karma-qunit": "^4.2.1",
"prettier": "^3.3.3",
"qunit": "^2.22.0",
"ts-loader": "^9.5.1",
"typedoc": "^0.25.6",
"typedoc": "^0.26.10",
"typescript": "^5.3.3",
"webpack": "^5.89.0",
"webpack": "5.94.0",
"webpack-cli": "^5.1.4"
},
"scripts": {
Expand All @@ -66,7 +66,7 @@
},
"license": "LGPL-3.0",
"dependencies": {
"@babel/runtime": "^7.23.7",
"axios": "^1.6.4"
"@babel/runtime": "^7.25.9",
"axios": "1.7.4"
}
}
2 changes: 1 addition & 1 deletion types/build/artoolkitNFT_ES6_wasm.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export default Module;
declare function Module(Module?: {}): any;
declare function Module(moduleArg?: {}): Promise<any>;
2 changes: 1 addition & 1 deletion types/build/artoolkitNFT_ES6_wasm.simd.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export default Module;
declare function Module(Module?: {}): any;
declare function Module(moduleArg?: {}): Promise<any>;
2 changes: 1 addition & 1 deletion types/build/artoolkitNFT_ES6_wasm_td.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export default Module;
declare function Module(Module?: {}): any;
declare function Module(moduleArg?: {}): Promise<any>;

0 comments on commit 16f7ce1

Please sign in to comment.