diff --git a/package-lock.json b/package-lock.json index 8d7ef97b9..55f837ad2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1774,6 +1774,11 @@ "node": ">=8" } }, + "node_modules/ansi-sequence-parser": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/ansi-sequence-parser/-/ansi-sequence-parser-1.1.0.tgz", + "integrity": "sha512-lEm8mt52to2fT8GhciPCGeCXACSz2UwIN4X2e2LJSnZ5uAbn2/dsYdOmUXq0AtWS5cpAupysIneExOgH0Vd2TQ==" + }, "node_modules/ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", @@ -5245,9 +5250,9 @@ } }, "node_modules/marked": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.1.0.tgz", - "integrity": "sha512-+Z6KDjSPa6/723PQYyc1axYZpYYpDnECDaU6hkaf5gqBieBkMKYReL5hteF2QizhlMbgbo8umXl/clZ67+GlsA==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz", + "integrity": "sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==", "bin": { "marked": "bin/marked.js" }, @@ -6641,13 +6646,14 @@ "integrity": "sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw==" }, "node_modules/shiki": { - "version": "0.11.1", - "resolved": "https://registry.npmjs.org/shiki/-/shiki-0.11.1.tgz", - "integrity": "sha512-EugY9VASFuDqOexOgXR18ZV+TbFrQHeCpEYaXamO+SZlsnT/2LxuLBX25GGtIrwaEVFXUAbUQ601SWE2rMwWHA==", + "version": "0.14.1", + "resolved": "https://registry.npmjs.org/shiki/-/shiki-0.14.1.tgz", + "integrity": "sha512-+Jz4nBkCBe0mEDqo1eKRcCdjRtrCjozmcbTUjbPTX7OOJfEbTZzlUWlZtGe3Gb5oV1/jnojhG//YZc3rs9zSEw==", "dependencies": { - "jsonc-parser": "^3.0.0", - "vscode-oniguruma": "^1.6.1", - "vscode-textmate": "^6.0.0" + "ansi-sequence-parser": "^1.1.0", + "jsonc-parser": "^3.2.0", + "vscode-oniguruma": "^1.7.0", + "vscode-textmate": "^8.0.0" } }, "node_modules/side-channel": { @@ -7339,14 +7345,14 @@ } }, "node_modules/typedoc": { - "version": "0.23.15", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.15.tgz", - "integrity": "sha512-x9Zu+tTnwxb9YdVr+zvX7LYzyBl1nieOr6lrSHbHsA22/RJK2m4Y525WIg5Mj4jWCmfL47v6f4hUzY7EIuwS5w==", + "version": "0.24.6", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.24.6.tgz", + "integrity": "sha512-c3y3h45xJv3qYwKDAwU6Cl+26CjT0ZvblHzfHJ+SjQDM4p1mZxtgHky4lhmG0+nNarRht8kADfZlbspJWdZarQ==", "dependencies": { "lunr": "^2.3.9", - "marked": "^4.0.19", - "minimatch": "^5.1.0", - "shiki": "^0.11.1" + "marked": "^4.3.0", + "minimatch": "^9.0.0", + "shiki": "^0.14.1" }, "bin": { "typedoc": "bin/typedoc" @@ -7355,7 +7361,7 @@ "node": ">= 14.14" }, "peerDependencies": { - "typescript": "4.6.x || 4.7.x || 4.8.x" + "typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x" } }, "node_modules/typedoc-plugin-markdown": { @@ -7378,14 +7384,17 @@ } }, "node_modules/typedoc/node_modules/minimatch": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz", - "integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.0.tgz", + "integrity": "sha512-0jJj8AvgKqWN05mrwuqi8QYKx1WmYSUoKSxu5Qhs9prezTz10sxAHGNZe9J9cqIJzta8DWsleh2KaVaLl6Ru2w==", "dependencies": { "brace-expansion": "^2.0.1" }, "engines": { - "node": ">=10" + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, "node_modules/typescript": { @@ -7541,14 +7550,14 @@ } }, "node_modules/vscode-oniguruma": { - "version": "1.6.2", - "resolved": "https://registry.npmjs.org/vscode-oniguruma/-/vscode-oniguruma-1.6.2.tgz", - "integrity": "sha512-KH8+KKov5eS/9WhofZR8M8dMHWN2gTxjMsG4jd04YhpbPR91fUj7rYQ2/XjeHCJWbg7X++ApRIU9NUwM2vTvLA==" + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/vscode-oniguruma/-/vscode-oniguruma-1.7.0.tgz", + "integrity": "sha512-L9WMGRfrjOhgHSdOYgCt/yRMsXzLDJSL7BPrOZt73gU0iWO4mpqzqQzOz5srxqTvMBaR0XZTSrVWo4j55Rc6cA==" }, "node_modules/vscode-textmate": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/vscode-textmate/-/vscode-textmate-6.0.0.tgz", - "integrity": "sha512-gu73tuZfJgu+mvCSy4UZwd2JXykjK9zAZsfmDeut5dx/1a7FeTk0XwJsSuqQn+cuMCGVbIBfl+s53X4T19DnzQ==" + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/vscode-textmate/-/vscode-textmate-8.0.0.tgz", + "integrity": "sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg==" }, "node_modules/w3c-hr-time": { "version": "1.0.2", @@ -7802,10 +7811,10 @@ }, "packages/crypto": { "name": "@iota/crypto.js", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": "Apache-2.0", "dependencies": { - "@iota/util.js": "2.0.0-rc.1", + "@iota/util.js": "2.0.0-rc.2", "big-integer": "^1.6.51" }, "devDependencies": { @@ -7828,7 +7837,7 @@ "rollup-plugin-terser": "^7.0.2", "ts-jest": "^27.1.3", "ts-node": "^10.9.1", - "typedoc": "^0.23.15", + "typedoc": "^0.24.6", "typedoc-plugin-markdown": "^3.14.0", "typescript": "^4.8.3" }, @@ -7867,7 +7876,7 @@ "rollup-plugin-terser": "^7.0.2", "ts-jest": "^27.1.3", "ts-node": "^10.9.1", - "typedoc": "^0.23.15", + "typedoc": "^0.24.6", "typedoc-plugin-markdown": "^3.14.0", "typescript": "^4.8.3" }, @@ -7884,16 +7893,42 @@ "typescript": "^4.4.3" } }, - "packages/iota/examples/address/packages/iota": { - "name": "@iota/iota.js", + "packages/iota/examples/address/node_modules/@iota/crypto.js": { + "resolved": "packages/iota/examples/address/packages/crypto", + "link": true + }, + "packages/iota/examples/address/node_modules/@iota/util.js": { + "resolved": "packages/iota/examples/address/packages/util", + "link": true + }, + "packages/iota/examples/address/node_modules/typedoc": { + "version": "0.23.28", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.28.tgz", + "integrity": "sha512-9x1+hZWTHEQcGoP7qFmlo4unUoVJLB0H/8vfO/7wqTnZxg4kPuji9y3uRzEu0ZKez63OJAUmiGhUrtukC6Uj3w==", + "dependencies": { + "lunr": "^2.3.9", + "marked": "^4.2.12", + "minimatch": "^7.1.3", + "shiki": "^0.14.1" + }, + "bin": { + "typedoc": "bin/typedoc" + }, + "engines": { + "node": ">= 14.14" + }, + "peerDependencies": { + "typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x" + } + }, + "packages/iota/examples/address/packages/crypto": { + "name": "@iota/crypto.js", "version": "0.0.1", "dependencies": { - "@iota/crypto.js": "2.0.0-rc.1", "@iota/util.js": "2.0.0-rc.1", "@rollup/plugin-commonjs": "^21.0.2", "@rollup/plugin-node-resolve": "^15.0.1", "@types/jest": "^27.4.1", - "@types/node-fetch": "2.6.1", "@typescript-eslint/eslint-plugin": "5.38.0", "@typescript-eslint/parser": "^5.48.2", "big-integer": "^1.6.51", @@ -7905,7 +7940,6 @@ "eslint-plugin-jsdoc": "^39.6.4", "eslint-plugin-unicorn": "^43.0.2", "jest": "^27.5.1", - "node-fetch": "2.6.7", "npm-run-all": "^4.1.5", "rimraf": "^3.0.2", "rollup": "^2.70.0", @@ -7917,20 +7951,18 @@ "typescript": "^4.8.3" } }, - "packages/iota/examples/data": { - "version": "1.0.0", + "packages/iota/examples/address/packages/crypto/node_modules/@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", "dependencies": { - "@iota/iota.js": "file:packages/iota", - "@iota/pow-neon.js": "file:packages/pow-neon", - "@iota/util.js": "file:packages/util", - "typescript": "^4.4.3" + "big-integer": "^1.6.51" + }, + "engines": { + "node": ">=14.0.0" } }, - "packages/iota/examples/data/node_modules/@iota/iota.js": { - "resolved": "packages/iota/examples/data/packages/iota", - "link": true - }, - "packages/iota/examples/data/packages/iota": { + "packages/iota/examples/address/packages/iota": { "name": "@iota/iota.js", "version": "0.0.1", "dependencies": { @@ -7963,16 +7995,39 @@ "typescript": "^4.8.3" } }, - "packages/iota/examples/data/packages/pow-neon": { - "name": "@iota/pow-neon.js", + "packages/iota/examples/address/packages/iota/node_modules/@iota/crypto.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/crypto.js/-/crypto.js-2.0.0-rc.1.tgz", + "integrity": "sha512-gidDFvbIcthVIaxqntffUCFHHNZNhu1e3zjwt6yaYLeuqJcc2AXPv/UF8Lz9Mfkw9aSM8xVUwo8/uYDkvs2eOQ==", + "dependencies": { + "@iota/util.js": "2.0.0-rc.1", + "big-integer": "^1.6.51" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "packages/iota/examples/address/packages/iota/node_modules/@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", + "dependencies": { + "big-integer": "^1.6.51" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "packages/iota/examples/address/packages/util": { + "name": "@iota/util.js", "version": "0.0.1", "dependencies": { - "@iota/types": "2.0.0-rc.2", "@rollup/plugin-commonjs": "^21.0.2", "@rollup/plugin-node-resolve": "^15.0.1", "@types/jest": "^27.4.1", - "@typescript-eslint/eslint-plugin": "^5.38.0", + "@typescript-eslint/eslint-plugin": "5.38.0", "@typescript-eslint/parser": "^5.48.2", + "big-integer": "^1.6.51", "copyfiles": "^2.4.1", "cross-env": "^7.0.3", "eslint": "^8.32.0", @@ -7981,43 +8036,55 @@ "eslint-plugin-jsdoc": "^39.6.4", "eslint-plugin-unicorn": "^43.0.2", "jest": "^27.5.1", - "neon-cli": "^0.10.1", "npm-run-all": "^4.1.5", "rimraf": "^3.0.2", "rollup": "^2.70.0", - "rollup-plugin-natives": "^0.7.5", "rollup-plugin-terser": "^7.0.2", "ts-jest": "^27.1.3", "ts-node": "^10.9.1", + "typedoc": "^0.23.15", + "typedoc-plugin-markdown": "^3.14.0", "typescript": "^4.8.3" } }, - "packages/iota/examples/mint-native-tokens": { + "packages/iota/examples/data": { "version": "1.0.0", "dependencies": { - "@iota/crypto.js": "file:packages/crypto", "@iota/iota.js": "file:packages/iota", "@iota/pow-neon.js": "file:packages/pow-neon", "@iota/util.js": "file:packages/util", - "bluebird": "^3.7.2", - "node-fetch": "^2.6.1", - "readline": "^1.3.0", "typescript": "^4.4.3" - }, - "devDependencies": { - "@types/bluebird": "^3.5.38", - "@types/node-fetch": "^2.6.1" } }, - "packages/iota/examples/mint-native-tokens/node_modules/@iota/iota.js": { - "resolved": "packages/iota/examples/mint-native-tokens/packages/iota", + "packages/iota/examples/data/node_modules/@iota/iota.js": { + "resolved": "packages/iota/examples/data/packages/iota", "link": true }, - "packages/iota/examples/mint-native-tokens/node_modules/@iota/pow-neon.js": { - "resolved": "packages/iota/examples/mint-native-tokens/packages/pow-neon", + "packages/iota/examples/data/node_modules/@iota/util.js": { + "resolved": "packages/iota/examples/data/packages/util", "link": true }, - "packages/iota/examples/mint-native-tokens/packages/iota": { + "packages/iota/examples/data/node_modules/typedoc": { + "version": "0.23.28", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.28.tgz", + "integrity": "sha512-9x1+hZWTHEQcGoP7qFmlo4unUoVJLB0H/8vfO/7wqTnZxg4kPuji9y3uRzEu0ZKez63OJAUmiGhUrtukC6Uj3w==", + "dependencies": { + "lunr": "^2.3.9", + "marked": "^4.2.12", + "minimatch": "^7.1.3", + "shiki": "^0.14.1" + }, + "bin": { + "typedoc": "bin/typedoc" + }, + "engines": { + "node": ">= 14.14" + }, + "peerDependencies": { + "typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x" + } + }, + "packages/iota/examples/data/packages/iota": { "name": "@iota/iota.js", "version": "0.0.1", "dependencies": { @@ -8050,7 +8117,18 @@ "typescript": "^4.8.3" } }, - "packages/iota/examples/mint-native-tokens/packages/pow-neon": { + "packages/iota/examples/data/packages/iota/node_modules/@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", + "dependencies": { + "big-integer": "^1.6.51" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "packages/iota/examples/data/packages/pow-neon": { "name": "@iota/pow-neon.js", "version": "0.0.1", "dependencies": { @@ -8079,39 +8157,13 @@ "typescript": "^4.8.3" } }, - "packages/iota/examples/mint-nft": { - "version": "1.0.0", - "dependencies": { - "@iota/crypto.js": "file:packages/crypto", - "@iota/iota.js": "file:packages/iota", - "@iota/pow-neon.js": "file:packages/pow-neon", - "@iota/util.js": "file:packages/util", - "bluebird": "^3.7.2", - "readline": "^1.3.0", - "typescript": "^4.4.3" - }, - "devDependencies": { - "@types/bluebird": "^3.5.38" - } - }, - "packages/iota/examples/mint-nft/node_modules/@iota/iota.js": { - "resolved": "packages/iota/examples/mint-nft/packages/iota", - "link": true - }, - "packages/iota/examples/mint-nft/node_modules/@iota/pow-neon.js": { - "resolved": "packages/iota/examples/mint-nft/packages/pow-neon", - "link": true - }, - "packages/iota/examples/mint-nft/packages/iota": { - "name": "@iota/iota.js", + "packages/iota/examples/data/packages/util": { + "name": "@iota/util.js", "version": "0.0.1", "dependencies": { - "@iota/crypto.js": "2.0.0-rc.1", - "@iota/util.js": "2.0.0-rc.1", "@rollup/plugin-commonjs": "^21.0.2", "@rollup/plugin-node-resolve": "^15.0.1", "@types/jest": "^27.4.1", - "@types/node-fetch": "2.6.1", "@typescript-eslint/eslint-plugin": "5.38.0", "@typescript-eslint/parser": "^5.48.2", "big-integer": "^1.6.51", @@ -8123,7 +8175,6 @@ "eslint-plugin-jsdoc": "^39.6.4", "eslint-plugin-unicorn": "^43.0.2", "jest": "^27.5.1", - "node-fetch": "2.6.7", "npm-run-all": "^4.1.5", "rimraf": "^3.0.2", "rollup": "^2.70.0", @@ -8135,16 +8186,70 @@ "typescript": "^4.8.3" } }, - "packages/iota/examples/mint-nft/packages/pow-neon": { - "name": "@iota/pow-neon.js", + "packages/iota/examples/mint-native-tokens": { + "version": "1.0.0", + "dependencies": { + "@iota/crypto.js": "file:packages/crypto", + "@iota/iota.js": "file:packages/iota", + "@iota/pow-neon.js": "file:packages/pow-neon", + "@iota/util.js": "file:packages/util", + "bluebird": "^3.7.2", + "node-fetch": "^2.6.1", + "readline": "^1.3.0", + "typescript": "^4.4.3" + }, + "devDependencies": { + "@types/bluebird": "^3.5.38", + "@types/node-fetch": "^2.6.1" + } + }, + "packages/iota/examples/mint-native-tokens/node_modules/@iota/crypto.js": { + "resolved": "packages/iota/examples/mint-native-tokens/packages/crypto", + "link": true + }, + "packages/iota/examples/mint-native-tokens/node_modules/@iota/iota.js": { + "resolved": "packages/iota/examples/mint-native-tokens/packages/iota", + "link": true + }, + "packages/iota/examples/mint-native-tokens/node_modules/@iota/pow-neon.js": { + "resolved": "packages/iota/examples/mint-native-tokens/packages/pow-neon", + "link": true + }, + "packages/iota/examples/mint-native-tokens/node_modules/@iota/util.js": { + "resolved": "packages/iota/examples/mint-native-tokens/packages/util", + "link": true + }, + "packages/iota/examples/mint-native-tokens/node_modules/typedoc": { + "version": "0.23.28", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.28.tgz", + "integrity": "sha512-9x1+hZWTHEQcGoP7qFmlo4unUoVJLB0H/8vfO/7wqTnZxg4kPuji9y3uRzEu0ZKez63OJAUmiGhUrtukC6Uj3w==", + "dependencies": { + "lunr": "^2.3.9", + "marked": "^4.2.12", + "minimatch": "^7.1.3", + "shiki": "^0.14.1" + }, + "bin": { + "typedoc": "bin/typedoc" + }, + "engines": { + "node": ">= 14.14" + }, + "peerDependencies": { + "typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x" + } + }, + "packages/iota/examples/mint-native-tokens/packages/crypto": { + "name": "@iota/crypto.js", "version": "0.0.1", "dependencies": { - "@iota/types": "2.0.0-rc.2", + "@iota/util.js": "2.0.0-rc.1", "@rollup/plugin-commonjs": "^21.0.2", "@rollup/plugin-node-resolve": "^15.0.1", "@types/jest": "^27.4.1", - "@typescript-eslint/eslint-plugin": "^5.38.0", + "@typescript-eslint/eslint-plugin": "5.38.0", "@typescript-eslint/parser": "^5.48.2", + "big-integer": "^1.6.51", "copyfiles": "^2.4.1", "cross-env": "^7.0.3", "eslint": "^8.32.0", @@ -8153,44 +8258,29 @@ "eslint-plugin-jsdoc": "^39.6.4", "eslint-plugin-unicorn": "^43.0.2", "jest": "^27.5.1", - "neon-cli": "^0.10.1", "npm-run-all": "^4.1.5", "rimraf": "^3.0.2", "rollup": "^2.70.0", - "rollup-plugin-natives": "^0.7.5", "rollup-plugin-terser": "^7.0.2", "ts-jest": "^27.1.3", "ts-node": "^10.9.1", + "typedoc": "^0.23.15", + "typedoc-plugin-markdown": "^3.14.0", "typescript": "^4.8.3" } }, - "packages/iota/examples/native-token-tour": { - "version": "1.0.0", + "packages/iota/examples/mint-native-tokens/packages/crypto/node_modules/@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", "dependencies": { - "@iota/crypto.js": "file:packages/crypto", - "@iota/iota.js": "file:packages/iota", - "@iota/pow-neon.js": "file:packages/pow-neon", - "@iota/util.js": "file:packages/util", - "bluebird": "^3.7.2", - "node-fetch": "^2.6.1", - "readline": "^1.3.0", - "typescript": "^4.4.3" + "big-integer": "^1.6.51" }, - "devDependencies": { - "@types/bluebird": "^3.5.38", - "@types/node": "^18.11.18", - "@types/node-fetch": "^2.6.1" + "engines": { + "node": ">=14.0.0" } }, - "packages/iota/examples/native-token-tour/node_modules/@iota/iota.js": { - "resolved": "packages/iota/examples/native-token-tour/packages/iota", - "link": true - }, - "packages/iota/examples/native-token-tour/node_modules/@iota/pow-neon.js": { - "resolved": "packages/iota/examples/native-token-tour/packages/pow-neon", - "link": true - }, - "packages/iota/examples/native-token-tour/packages/iota": { + "packages/iota/examples/mint-native-tokens/packages/iota": { "name": "@iota/iota.js", "version": "0.0.1", "dependencies": { @@ -8223,7 +8313,30 @@ "typescript": "^4.8.3" } }, - "packages/iota/examples/native-token-tour/packages/pow-neon": { + "packages/iota/examples/mint-native-tokens/packages/iota/node_modules/@iota/crypto.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/crypto.js/-/crypto.js-2.0.0-rc.1.tgz", + "integrity": "sha512-gidDFvbIcthVIaxqntffUCFHHNZNhu1e3zjwt6yaYLeuqJcc2AXPv/UF8Lz9Mfkw9aSM8xVUwo8/uYDkvs2eOQ==", + "dependencies": { + "@iota/util.js": "2.0.0-rc.1", + "big-integer": "^1.6.51" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "packages/iota/examples/mint-native-tokens/packages/iota/node_modules/@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", + "dependencies": { + "big-integer": "^1.6.51" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "packages/iota/examples/mint-native-tokens/packages/pow-neon": { "name": "@iota/pow-neon.js", "version": "0.0.1", "dependencies": { @@ -8252,9 +8365,38 @@ "typescript": "^4.8.3" } }, - "packages/iota/examples/nft-collection": { - "version": "1.0.0", - "dependencies": { + "packages/iota/examples/mint-native-tokens/packages/util": { + "name": "@iota/util.js", + "version": "0.0.1", + "dependencies": { + "@rollup/plugin-commonjs": "^21.0.2", + "@rollup/plugin-node-resolve": "^15.0.1", + "@types/jest": "^27.4.1", + "@typescript-eslint/eslint-plugin": "5.38.0", + "@typescript-eslint/parser": "^5.48.2", + "big-integer": "^1.6.51", + "copyfiles": "^2.4.1", + "cross-env": "^7.0.3", + "eslint": "^8.32.0", + "eslint-plugin-header": "^3.1.1", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-unicorn": "^43.0.2", + "jest": "^27.5.1", + "npm-run-all": "^4.1.5", + "rimraf": "^3.0.2", + "rollup": "^2.70.0", + "rollup-plugin-terser": "^7.0.2", + "ts-jest": "^27.1.3", + "ts-node": "^10.9.1", + "typedoc": "^0.23.15", + "typedoc-plugin-markdown": "^3.14.0", + "typescript": "^4.8.3" + } + }, + "packages/iota/examples/mint-nft": { + "version": "1.0.0", + "dependencies": { "@iota/crypto.js": "file:packages/crypto", "@iota/iota.js": "file:packages/iota", "@iota/pow-neon.js": "file:packages/pow-neon", @@ -8267,15 +8409,84 @@ "@types/bluebird": "^3.5.38" } }, - "packages/iota/examples/nft-collection/node_modules/@iota/iota.js": { - "resolved": "packages/iota/examples/nft-collection/packages/iota", + "packages/iota/examples/mint-nft/node_modules/@iota/crypto.js": { + "resolved": "packages/iota/examples/mint-nft/packages/crypto", "link": true }, - "packages/iota/examples/nft-collection/node_modules/@iota/pow-neon.js": { - "resolved": "packages/iota/examples/nft-collection/packages/pow-neon", + "packages/iota/examples/mint-nft/node_modules/@iota/iota.js": { + "resolved": "packages/iota/examples/mint-nft/packages/iota", "link": true }, - "packages/iota/examples/nft-collection/packages/iota": { + "packages/iota/examples/mint-nft/node_modules/@iota/pow-neon.js": { + "resolved": "packages/iota/examples/mint-nft/packages/pow-neon", + "link": true + }, + "packages/iota/examples/mint-nft/node_modules/@iota/util.js": { + "resolved": "packages/iota/examples/mint-nft/packages/util", + "link": true + }, + "packages/iota/examples/mint-nft/node_modules/typedoc": { + "version": "0.23.28", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.28.tgz", + "integrity": "sha512-9x1+hZWTHEQcGoP7qFmlo4unUoVJLB0H/8vfO/7wqTnZxg4kPuji9y3uRzEu0ZKez63OJAUmiGhUrtukC6Uj3w==", + "dependencies": { + "lunr": "^2.3.9", + "marked": "^4.2.12", + "minimatch": "^7.1.3", + "shiki": "^0.14.1" + }, + "bin": { + "typedoc": "bin/typedoc" + }, + "engines": { + "node": ">= 14.14" + }, + "peerDependencies": { + "typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x" + } + }, + "packages/iota/examples/mint-nft/packages/crypto": { + "name": "@iota/crypto.js", + "version": "0.0.1", + "dependencies": { + "@iota/util.js": "2.0.0-rc.1", + "@rollup/plugin-commonjs": "^21.0.2", + "@rollup/plugin-node-resolve": "^15.0.1", + "@types/jest": "^27.4.1", + "@typescript-eslint/eslint-plugin": "5.38.0", + "@typescript-eslint/parser": "^5.48.2", + "big-integer": "^1.6.51", + "copyfiles": "^2.4.1", + "cross-env": "^7.0.3", + "eslint": "^8.32.0", + "eslint-plugin-header": "^3.1.1", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-unicorn": "^43.0.2", + "jest": "^27.5.1", + "npm-run-all": "^4.1.5", + "rimraf": "^3.0.2", + "rollup": "^2.70.0", + "rollup-plugin-terser": "^7.0.2", + "ts-jest": "^27.1.3", + "ts-node": "^10.9.1", + "typedoc": "^0.23.15", + "typedoc-plugin-markdown": "^3.14.0", + "typescript": "^4.8.3" + } + }, + "packages/iota/examples/mint-nft/packages/crypto/node_modules/@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", + "dependencies": { + "big-integer": "^1.6.51" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "packages/iota/examples/mint-nft/packages/iota": { "name": "@iota/iota.js", "version": "0.0.1", "dependencies": { @@ -8308,7 +8519,30 @@ "typescript": "^4.8.3" } }, - "packages/iota/examples/nft-collection/packages/pow-neon": { + "packages/iota/examples/mint-nft/packages/iota/node_modules/@iota/crypto.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/crypto.js/-/crypto.js-2.0.0-rc.1.tgz", + "integrity": "sha512-gidDFvbIcthVIaxqntffUCFHHNZNhu1e3zjwt6yaYLeuqJcc2AXPv/UF8Lz9Mfkw9aSM8xVUwo8/uYDkvs2eOQ==", + "dependencies": { + "@iota/util.js": "2.0.0-rc.1", + "big-integer": "^1.6.51" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "packages/iota/examples/mint-nft/packages/iota/node_modules/@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", + "dependencies": { + "big-integer": "^1.6.51" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "packages/iota/examples/mint-nft/packages/pow-neon": { "name": "@iota/pow-neon.js", "version": "0.0.1", "dependencies": { @@ -8337,20 +8571,131 @@ "typescript": "^4.8.3" } }, - "packages/iota/examples/peers": { + "packages/iota/examples/mint-nft/packages/util": { + "name": "@iota/util.js", + "version": "0.0.1", + "dependencies": { + "@rollup/plugin-commonjs": "^21.0.2", + "@rollup/plugin-node-resolve": "^15.0.1", + "@types/jest": "^27.4.1", + "@typescript-eslint/eslint-plugin": "5.38.0", + "@typescript-eslint/parser": "^5.48.2", + "big-integer": "^1.6.51", + "copyfiles": "^2.4.1", + "cross-env": "^7.0.3", + "eslint": "^8.32.0", + "eslint-plugin-header": "^3.1.1", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-unicorn": "^43.0.2", + "jest": "^27.5.1", + "npm-run-all": "^4.1.5", + "rimraf": "^3.0.2", + "rollup": "^2.70.0", + "rollup-plugin-terser": "^7.0.2", + "ts-jest": "^27.1.3", + "ts-node": "^10.9.1", + "typedoc": "^0.23.15", + "typedoc-plugin-markdown": "^3.14.0", + "typescript": "^4.8.3" + } + }, + "packages/iota/examples/native-token-tour": { "version": "1.0.0", "dependencies": { "@iota/crypto.js": "file:packages/crypto", "@iota/iota.js": "file:packages/iota", + "@iota/pow-neon.js": "file:packages/pow-neon", "@iota/util.js": "file:packages/util", + "bluebird": "^3.7.2", + "node-fetch": "^2.6.1", + "readline": "^1.3.0", "typescript": "^4.4.3" + }, + "devDependencies": { + "@types/bluebird": "^3.5.38", + "@types/node": "^18.11.18", + "@types/node-fetch": "^2.6.1" } }, - "packages/iota/examples/peers/node_modules/@iota/iota.js": { - "resolved": "packages/iota/examples/peers/packages/iota", + "packages/iota/examples/native-token-tour/node_modules/@iota/crypto.js": { + "resolved": "packages/iota/examples/native-token-tour/packages/crypto", "link": true }, - "packages/iota/examples/peers/packages/iota": { + "packages/iota/examples/native-token-tour/node_modules/@iota/iota.js": { + "resolved": "packages/iota/examples/native-token-tour/packages/iota", + "link": true + }, + "packages/iota/examples/native-token-tour/node_modules/@iota/pow-neon.js": { + "resolved": "packages/iota/examples/native-token-tour/packages/pow-neon", + "link": true + }, + "packages/iota/examples/native-token-tour/node_modules/@iota/util.js": { + "resolved": "packages/iota/examples/native-token-tour/packages/util", + "link": true + }, + "packages/iota/examples/native-token-tour/node_modules/typedoc": { + "version": "0.23.28", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.28.tgz", + "integrity": "sha512-9x1+hZWTHEQcGoP7qFmlo4unUoVJLB0H/8vfO/7wqTnZxg4kPuji9y3uRzEu0ZKez63OJAUmiGhUrtukC6Uj3w==", + "dependencies": { + "lunr": "^2.3.9", + "marked": "^4.2.12", + "minimatch": "^7.1.3", + "shiki": "^0.14.1" + }, + "bin": { + "typedoc": "bin/typedoc" + }, + "engines": { + "node": ">= 14.14" + }, + "peerDependencies": { + "typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x" + } + }, + "packages/iota/examples/native-token-tour/packages/crypto": { + "name": "@iota/crypto.js", + "version": "0.0.1", + "dependencies": { + "@iota/util.js": "2.0.0-rc.1", + "@rollup/plugin-commonjs": "^21.0.2", + "@rollup/plugin-node-resolve": "^15.0.1", + "@types/jest": "^27.4.1", + "@typescript-eslint/eslint-plugin": "5.38.0", + "@typescript-eslint/parser": "^5.48.2", + "big-integer": "^1.6.51", + "copyfiles": "^2.4.1", + "cross-env": "^7.0.3", + "eslint": "^8.32.0", + "eslint-plugin-header": "^3.1.1", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-unicorn": "^43.0.2", + "jest": "^27.5.1", + "npm-run-all": "^4.1.5", + "rimraf": "^3.0.2", + "rollup": "^2.70.0", + "rollup-plugin-terser": "^7.0.2", + "ts-jest": "^27.1.3", + "ts-node": "^10.9.1", + "typedoc": "^0.23.15", + "typedoc-plugin-markdown": "^3.14.0", + "typescript": "^4.8.3" + } + }, + "packages/iota/examples/native-token-tour/packages/crypto/node_modules/@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", + "dependencies": { + "big-integer": "^1.6.51" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "packages/iota/examples/native-token-tour/packages/iota": { "name": "@iota/iota.js", "version": "0.0.1", "dependencies": { @@ -8359,7 +8704,841 @@ "@rollup/plugin-commonjs": "^21.0.2", "@rollup/plugin-node-resolve": "^15.0.1", "@types/jest": "^27.4.1", - "@types/node-fetch": "2.6.1", + "@types/node-fetch": "2.6.1", + "@typescript-eslint/eslint-plugin": "5.38.0", + "@typescript-eslint/parser": "^5.48.2", + "big-integer": "^1.6.51", + "copyfiles": "^2.4.1", + "cross-env": "^7.0.3", + "eslint": "^8.32.0", + "eslint-plugin-header": "^3.1.1", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-unicorn": "^43.0.2", + "jest": "^27.5.1", + "node-fetch": "2.6.7", + "npm-run-all": "^4.1.5", + "rimraf": "^3.0.2", + "rollup": "^2.70.0", + "rollup-plugin-terser": "^7.0.2", + "ts-jest": "^27.1.3", + "ts-node": "^10.9.1", + "typedoc": "^0.23.15", + "typedoc-plugin-markdown": "^3.14.0", + "typescript": "^4.8.3" + } + }, + "packages/iota/examples/native-token-tour/packages/iota/node_modules/@iota/crypto.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/crypto.js/-/crypto.js-2.0.0-rc.1.tgz", + "integrity": "sha512-gidDFvbIcthVIaxqntffUCFHHNZNhu1e3zjwt6yaYLeuqJcc2AXPv/UF8Lz9Mfkw9aSM8xVUwo8/uYDkvs2eOQ==", + "dependencies": { + "@iota/util.js": "2.0.0-rc.1", + "big-integer": "^1.6.51" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "packages/iota/examples/native-token-tour/packages/iota/node_modules/@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", + "dependencies": { + "big-integer": "^1.6.51" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "packages/iota/examples/native-token-tour/packages/pow-neon": { + "name": "@iota/pow-neon.js", + "version": "0.0.1", + "dependencies": { + "@iota/types": "2.0.0-rc.2", + "@rollup/plugin-commonjs": "^21.0.2", + "@rollup/plugin-node-resolve": "^15.0.1", + "@types/jest": "^27.4.1", + "@typescript-eslint/eslint-plugin": "^5.38.0", + "@typescript-eslint/parser": "^5.48.2", + "copyfiles": "^2.4.1", + "cross-env": "^7.0.3", + "eslint": "^8.32.0", + "eslint-plugin-header": "^3.1.1", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-unicorn": "^43.0.2", + "jest": "^27.5.1", + "neon-cli": "^0.10.1", + "npm-run-all": "^4.1.5", + "rimraf": "^3.0.2", + "rollup": "^2.70.0", + "rollup-plugin-natives": "^0.7.5", + "rollup-plugin-terser": "^7.0.2", + "ts-jest": "^27.1.3", + "ts-node": "^10.9.1", + "typescript": "^4.8.3" + } + }, + "packages/iota/examples/native-token-tour/packages/util": { + "name": "@iota/util.js", + "version": "0.0.1", + "dependencies": { + "@rollup/plugin-commonjs": "^21.0.2", + "@rollup/plugin-node-resolve": "^15.0.1", + "@types/jest": "^27.4.1", + "@typescript-eslint/eslint-plugin": "5.38.0", + "@typescript-eslint/parser": "^5.48.2", + "big-integer": "^1.6.51", + "copyfiles": "^2.4.1", + "cross-env": "^7.0.3", + "eslint": "^8.32.0", + "eslint-plugin-header": "^3.1.1", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-unicorn": "^43.0.2", + "jest": "^27.5.1", + "npm-run-all": "^4.1.5", + "rimraf": "^3.0.2", + "rollup": "^2.70.0", + "rollup-plugin-terser": "^7.0.2", + "ts-jest": "^27.1.3", + "ts-node": "^10.9.1", + "typedoc": "^0.23.15", + "typedoc-plugin-markdown": "^3.14.0", + "typescript": "^4.8.3" + } + }, + "packages/iota/examples/nft-collection": { + "version": "1.0.0", + "dependencies": { + "@iota/crypto.js": "file:packages/crypto", + "@iota/iota.js": "file:packages/iota", + "@iota/pow-neon.js": "file:packages/pow-neon", + "@iota/util.js": "file:packages/util", + "bluebird": "^3.7.2", + "readline": "^1.3.0", + "typescript": "^4.4.3" + }, + "devDependencies": { + "@types/bluebird": "^3.5.38" + } + }, + "packages/iota/examples/nft-collection/node_modules/@iota/crypto.js": { + "resolved": "packages/iota/examples/nft-collection/packages/crypto", + "link": true + }, + "packages/iota/examples/nft-collection/node_modules/@iota/iota.js": { + "resolved": "packages/iota/examples/nft-collection/packages/iota", + "link": true + }, + "packages/iota/examples/nft-collection/node_modules/@iota/pow-neon.js": { + "resolved": "packages/iota/examples/nft-collection/packages/pow-neon", + "link": true + }, + "packages/iota/examples/nft-collection/node_modules/@iota/util.js": { + "resolved": "packages/iota/examples/nft-collection/packages/util", + "link": true + }, + "packages/iota/examples/nft-collection/node_modules/typedoc": { + "version": "0.23.28", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.28.tgz", + "integrity": "sha512-9x1+hZWTHEQcGoP7qFmlo4unUoVJLB0H/8vfO/7wqTnZxg4kPuji9y3uRzEu0ZKez63OJAUmiGhUrtukC6Uj3w==", + "dependencies": { + "lunr": "^2.3.9", + "marked": "^4.2.12", + "minimatch": "^7.1.3", + "shiki": "^0.14.1" + }, + "bin": { + "typedoc": "bin/typedoc" + }, + "engines": { + "node": ">= 14.14" + }, + "peerDependencies": { + "typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x" + } + }, + "packages/iota/examples/nft-collection/packages/crypto": { + "name": "@iota/crypto.js", + "version": "0.0.1", + "dependencies": { + "@iota/util.js": "2.0.0-rc.1", + "@rollup/plugin-commonjs": "^21.0.2", + "@rollup/plugin-node-resolve": "^15.0.1", + "@types/jest": "^27.4.1", + "@typescript-eslint/eslint-plugin": "5.38.0", + "@typescript-eslint/parser": "^5.48.2", + "big-integer": "^1.6.51", + "copyfiles": "^2.4.1", + "cross-env": "^7.0.3", + "eslint": "^8.32.0", + "eslint-plugin-header": "^3.1.1", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-unicorn": "^43.0.2", + "jest": "^27.5.1", + "npm-run-all": "^4.1.5", + "rimraf": "^3.0.2", + "rollup": "^2.70.0", + "rollup-plugin-terser": "^7.0.2", + "ts-jest": "^27.1.3", + "ts-node": "^10.9.1", + "typedoc": "^0.23.15", + "typedoc-plugin-markdown": "^3.14.0", + "typescript": "^4.8.3" + } + }, + "packages/iota/examples/nft-collection/packages/crypto/node_modules/@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", + "dependencies": { + "big-integer": "^1.6.51" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "packages/iota/examples/nft-collection/packages/iota": { + "name": "@iota/iota.js", + "version": "0.0.1", + "dependencies": { + "@iota/crypto.js": "2.0.0-rc.1", + "@iota/util.js": "2.0.0-rc.1", + "@rollup/plugin-commonjs": "^21.0.2", + "@rollup/plugin-node-resolve": "^15.0.1", + "@types/jest": "^27.4.1", + "@types/node-fetch": "2.6.1", + "@typescript-eslint/eslint-plugin": "5.38.0", + "@typescript-eslint/parser": "^5.48.2", + "big-integer": "^1.6.51", + "copyfiles": "^2.4.1", + "cross-env": "^7.0.3", + "eslint": "^8.32.0", + "eslint-plugin-header": "^3.1.1", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-unicorn": "^43.0.2", + "jest": "^27.5.1", + "node-fetch": "2.6.7", + "npm-run-all": "^4.1.5", + "rimraf": "^3.0.2", + "rollup": "^2.70.0", + "rollup-plugin-terser": "^7.0.2", + "ts-jest": "^27.1.3", + "ts-node": "^10.9.1", + "typedoc": "^0.23.15", + "typedoc-plugin-markdown": "^3.14.0", + "typescript": "^4.8.3" + } + }, + "packages/iota/examples/nft-collection/packages/iota/node_modules/@iota/crypto.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/crypto.js/-/crypto.js-2.0.0-rc.1.tgz", + "integrity": "sha512-gidDFvbIcthVIaxqntffUCFHHNZNhu1e3zjwt6yaYLeuqJcc2AXPv/UF8Lz9Mfkw9aSM8xVUwo8/uYDkvs2eOQ==", + "dependencies": { + "@iota/util.js": "2.0.0-rc.1", + "big-integer": "^1.6.51" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "packages/iota/examples/nft-collection/packages/iota/node_modules/@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", + "dependencies": { + "big-integer": "^1.6.51" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "packages/iota/examples/nft-collection/packages/pow-neon": { + "name": "@iota/pow-neon.js", + "version": "0.0.1", + "dependencies": { + "@iota/types": "2.0.0-rc.2", + "@rollup/plugin-commonjs": "^21.0.2", + "@rollup/plugin-node-resolve": "^15.0.1", + "@types/jest": "^27.4.1", + "@typescript-eslint/eslint-plugin": "^5.38.0", + "@typescript-eslint/parser": "^5.48.2", + "copyfiles": "^2.4.1", + "cross-env": "^7.0.3", + "eslint": "^8.32.0", + "eslint-plugin-header": "^3.1.1", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-unicorn": "^43.0.2", + "jest": "^27.5.1", + "neon-cli": "^0.10.1", + "npm-run-all": "^4.1.5", + "rimraf": "^3.0.2", + "rollup": "^2.70.0", + "rollup-plugin-natives": "^0.7.5", + "rollup-plugin-terser": "^7.0.2", + "ts-jest": "^27.1.3", + "ts-node": "^10.9.1", + "typescript": "^4.8.3" + } + }, + "packages/iota/examples/nft-collection/packages/util": { + "name": "@iota/util.js", + "version": "0.0.1", + "dependencies": { + "@rollup/plugin-commonjs": "^21.0.2", + "@rollup/plugin-node-resolve": "^15.0.1", + "@types/jest": "^27.4.1", + "@typescript-eslint/eslint-plugin": "5.38.0", + "@typescript-eslint/parser": "^5.48.2", + "big-integer": "^1.6.51", + "copyfiles": "^2.4.1", + "cross-env": "^7.0.3", + "eslint": "^8.32.0", + "eslint-plugin-header": "^3.1.1", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-unicorn": "^43.0.2", + "jest": "^27.5.1", + "npm-run-all": "^4.1.5", + "rimraf": "^3.0.2", + "rollup": "^2.70.0", + "rollup-plugin-terser": "^7.0.2", + "ts-jest": "^27.1.3", + "ts-node": "^10.9.1", + "typedoc": "^0.23.15", + "typedoc-plugin-markdown": "^3.14.0", + "typescript": "^4.8.3" + } + }, + "packages/iota/examples/peers": { + "version": "1.0.0", + "dependencies": { + "@iota/crypto.js": "file:packages/crypto", + "@iota/iota.js": "file:packages/iota", + "@iota/util.js": "file:packages/util", + "typescript": "^4.4.3" + } + }, + "packages/iota/examples/peers/node_modules/@iota/crypto.js": { + "resolved": "packages/iota/examples/peers/packages/crypto", + "link": true + }, + "packages/iota/examples/peers/node_modules/@iota/iota.js": { + "resolved": "packages/iota/examples/peers/packages/iota", + "link": true + }, + "packages/iota/examples/peers/node_modules/@iota/util.js": { + "resolved": "packages/iota/examples/peers/packages/util", + "link": true + }, + "packages/iota/examples/peers/node_modules/typedoc": { + "version": "0.23.28", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.28.tgz", + "integrity": "sha512-9x1+hZWTHEQcGoP7qFmlo4unUoVJLB0H/8vfO/7wqTnZxg4kPuji9y3uRzEu0ZKez63OJAUmiGhUrtukC6Uj3w==", + "dependencies": { + "lunr": "^2.3.9", + "marked": "^4.2.12", + "minimatch": "^7.1.3", + "shiki": "^0.14.1" + }, + "bin": { + "typedoc": "bin/typedoc" + }, + "engines": { + "node": ">= 14.14" + }, + "peerDependencies": { + "typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x" + } + }, + "packages/iota/examples/peers/packages/crypto": { + "name": "@iota/crypto.js", + "version": "0.0.1", + "dependencies": { + "@iota/util.js": "2.0.0-rc.1", + "@rollup/plugin-commonjs": "^21.0.2", + "@rollup/plugin-node-resolve": "^15.0.1", + "@types/jest": "^27.4.1", + "@typescript-eslint/eslint-plugin": "5.38.0", + "@typescript-eslint/parser": "^5.48.2", + "big-integer": "^1.6.51", + "copyfiles": "^2.4.1", + "cross-env": "^7.0.3", + "eslint": "^8.32.0", + "eslint-plugin-header": "^3.1.1", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-unicorn": "^43.0.2", + "jest": "^27.5.1", + "npm-run-all": "^4.1.5", + "rimraf": "^3.0.2", + "rollup": "^2.70.0", + "rollup-plugin-terser": "^7.0.2", + "ts-jest": "^27.1.3", + "ts-node": "^10.9.1", + "typedoc": "^0.23.15", + "typedoc-plugin-markdown": "^3.14.0", + "typescript": "^4.8.3" + } + }, + "packages/iota/examples/peers/packages/crypto/node_modules/@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", + "dependencies": { + "big-integer": "^1.6.51" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "packages/iota/examples/peers/packages/iota": { + "name": "@iota/iota.js", + "version": "0.0.1", + "dependencies": { + "@iota/crypto.js": "2.0.0-rc.1", + "@iota/util.js": "2.0.0-rc.1", + "@rollup/plugin-commonjs": "^21.0.2", + "@rollup/plugin-node-resolve": "^15.0.1", + "@types/jest": "^27.4.1", + "@types/node-fetch": "2.6.1", + "@typescript-eslint/eslint-plugin": "5.38.0", + "@typescript-eslint/parser": "^5.48.2", + "big-integer": "^1.6.51", + "copyfiles": "^2.4.1", + "cross-env": "^7.0.3", + "eslint": "^8.32.0", + "eslint-plugin-header": "^3.1.1", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-unicorn": "^43.0.2", + "jest": "^27.5.1", + "node-fetch": "2.6.7", + "npm-run-all": "^4.1.5", + "rimraf": "^3.0.2", + "rollup": "^2.70.0", + "rollup-plugin-terser": "^7.0.2", + "ts-jest": "^27.1.3", + "ts-node": "^10.9.1", + "typedoc": "^0.23.15", + "typedoc-plugin-markdown": "^3.14.0", + "typescript": "^4.8.3" + } + }, + "packages/iota/examples/peers/packages/iota/node_modules/@iota/crypto.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/crypto.js/-/crypto.js-2.0.0-rc.1.tgz", + "integrity": "sha512-gidDFvbIcthVIaxqntffUCFHHNZNhu1e3zjwt6yaYLeuqJcc2AXPv/UF8Lz9Mfkw9aSM8xVUwo8/uYDkvs2eOQ==", + "dependencies": { + "@iota/util.js": "2.0.0-rc.1", + "big-integer": "^1.6.51" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "packages/iota/examples/peers/packages/iota/node_modules/@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", + "dependencies": { + "big-integer": "^1.6.51" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "packages/iota/examples/peers/packages/util": { + "name": "@iota/util.js", + "version": "0.0.1", + "dependencies": { + "@rollup/plugin-commonjs": "^21.0.2", + "@rollup/plugin-node-resolve": "^15.0.1", + "@types/jest": "^27.4.1", + "@typescript-eslint/eslint-plugin": "5.38.0", + "@typescript-eslint/parser": "^5.48.2", + "big-integer": "^1.6.51", + "copyfiles": "^2.4.1", + "cross-env": "^7.0.3", + "eslint": "^8.32.0", + "eslint-plugin-header": "^3.1.1", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-unicorn": "^43.0.2", + "jest": "^27.5.1", + "npm-run-all": "^4.1.5", + "rimraf": "^3.0.2", + "rollup": "^2.70.0", + "rollup-plugin-terser": "^7.0.2", + "ts-jest": "^27.1.3", + "ts-node": "^10.9.1", + "typedoc": "^0.23.15", + "typedoc-plugin-markdown": "^3.14.0", + "typescript": "^4.8.3" + } + }, + "packages/iota/examples/pow": { + "version": "1.0.0", + "dependencies": { + "@iota/crypto.js": "file:packages/crypto", + "@iota/iota.js": "file:packages/iota", + "@iota/pow-neon.js": "file:packages/pow-neon", + "@iota/pow-node.js": "file:packages/pow-node", + "@iota/pow-wasm.js": "file:packages/pow-wasm", + "@iota/util.js": "file:packages/util", + "typescript": "^4.4.3" + } + }, + "packages/iota/examples/pow/node_modules/@iota/crypto.js": { + "resolved": "packages/iota/examples/pow/packages/crypto", + "link": true + }, + "packages/iota/examples/pow/node_modules/@iota/iota.js": { + "resolved": "packages/iota/examples/pow/packages/iota", + "link": true + }, + "packages/iota/examples/pow/node_modules/@iota/pow-neon.js": { + "resolved": "packages/iota/examples/pow/packages/pow-neon", + "link": true + }, + "packages/iota/examples/pow/node_modules/@iota/util.js": { + "resolved": "packages/iota/examples/pow/packages/util", + "link": true + }, + "packages/iota/examples/pow/node_modules/typedoc": { + "version": "0.23.28", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.28.tgz", + "integrity": "sha512-9x1+hZWTHEQcGoP7qFmlo4unUoVJLB0H/8vfO/7wqTnZxg4kPuji9y3uRzEu0ZKez63OJAUmiGhUrtukC6Uj3w==", + "dependencies": { + "lunr": "^2.3.9", + "marked": "^4.2.12", + "minimatch": "^7.1.3", + "shiki": "^0.14.1" + }, + "bin": { + "typedoc": "bin/typedoc" + }, + "engines": { + "node": ">= 14.14" + }, + "peerDependencies": { + "typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x" + } + }, + "packages/iota/examples/pow/packages/crypto": { + "name": "@iota/crypto.js", + "version": "0.0.1", + "dependencies": { + "@iota/util.js": "2.0.0-rc.1", + "@rollup/plugin-commonjs": "^21.0.2", + "@rollup/plugin-node-resolve": "^15.0.1", + "@types/jest": "^27.4.1", + "@typescript-eslint/eslint-plugin": "5.38.0", + "@typescript-eslint/parser": "^5.48.2", + "big-integer": "^1.6.51", + "copyfiles": "^2.4.1", + "cross-env": "^7.0.3", + "eslint": "^8.32.0", + "eslint-plugin-header": "^3.1.1", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-unicorn": "^43.0.2", + "jest": "^27.5.1", + "npm-run-all": "^4.1.5", + "rimraf": "^3.0.2", + "rollup": "^2.70.0", + "rollup-plugin-terser": "^7.0.2", + "ts-jest": "^27.1.3", + "ts-node": "^10.9.1", + "typedoc": "^0.23.15", + "typedoc-plugin-markdown": "^3.14.0", + "typescript": "^4.8.3" + } + }, + "packages/iota/examples/pow/packages/crypto/node_modules/@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", + "dependencies": { + "big-integer": "^1.6.51" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "packages/iota/examples/pow/packages/iota": { + "name": "@iota/iota.js", + "version": "0.0.1", + "dependencies": { + "@iota/crypto.js": "2.0.0-rc.1", + "@iota/util.js": "2.0.0-rc.1", + "@rollup/plugin-commonjs": "^21.0.2", + "@rollup/plugin-node-resolve": "^15.0.1", + "@types/jest": "^27.4.1", + "@types/node-fetch": "2.6.1", + "@typescript-eslint/eslint-plugin": "5.38.0", + "@typescript-eslint/parser": "^5.48.2", + "big-integer": "^1.6.51", + "copyfiles": "^2.4.1", + "cross-env": "^7.0.3", + "eslint": "^8.32.0", + "eslint-plugin-header": "^3.1.1", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-unicorn": "^43.0.2", + "jest": "^27.5.1", + "node-fetch": "2.6.7", + "npm-run-all": "^4.1.5", + "rimraf": "^3.0.2", + "rollup": "^2.70.0", + "rollup-plugin-terser": "^7.0.2", + "ts-jest": "^27.1.3", + "ts-node": "^10.9.1", + "typedoc": "^0.23.15", + "typedoc-plugin-markdown": "^3.14.0", + "typescript": "^4.8.3" + } + }, + "packages/iota/examples/pow/packages/iota/node_modules/@iota/crypto.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/crypto.js/-/crypto.js-2.0.0-rc.1.tgz", + "integrity": "sha512-gidDFvbIcthVIaxqntffUCFHHNZNhu1e3zjwt6yaYLeuqJcc2AXPv/UF8Lz9Mfkw9aSM8xVUwo8/uYDkvs2eOQ==", + "dependencies": { + "@iota/util.js": "2.0.0-rc.1", + "big-integer": "^1.6.51" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "packages/iota/examples/pow/packages/iota/node_modules/@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", + "dependencies": { + "big-integer": "^1.6.51" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "packages/iota/examples/pow/packages/pow-neon": { + "name": "@iota/pow-neon.js", + "version": "0.0.1", + "dependencies": { + "@iota/types": "2.0.0-rc.2", + "@rollup/plugin-commonjs": "^21.0.2", + "@rollup/plugin-node-resolve": "^15.0.1", + "@types/jest": "^27.4.1", + "@typescript-eslint/eslint-plugin": "^5.38.0", + "@typescript-eslint/parser": "^5.48.2", + "copyfiles": "^2.4.1", + "cross-env": "^7.0.3", + "eslint": "^8.32.0", + "eslint-plugin-header": "^3.1.1", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-unicorn": "^43.0.2", + "jest": "^27.5.1", + "neon-cli": "^0.10.1", + "npm-run-all": "^4.1.5", + "rimraf": "^3.0.2", + "rollup": "^2.70.0", + "rollup-plugin-natives": "^0.7.5", + "rollup-plugin-terser": "^7.0.2", + "ts-jest": "^27.1.3", + "ts-node": "^10.9.1", + "typescript": "^4.8.3" + } + }, + "packages/iota/examples/pow/packages/pow-node": { + "name": "@iota/pow-node.js", + "version": "0.0.1", + "dependencies": { + "@iota/crypto.js": "2.0.0-rc.1", + "@iota/types": "2.0.0-rc.2", + "@rollup/plugin-commonjs": "^21.0.2", + "@rollup/plugin-node-resolve": "^15.0.1", + "@types/jest": "^27.4.1", + "@typescript-eslint/eslint-plugin": "5.38.0", + "@typescript-eslint/parser": "^5.48.2", + "cross-env": "^7.0.3", + "eslint": "^8.32.0", + "eslint-plugin-header": "^3.1.1", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-unicorn": "^43.0.2", + "jest": "^27.5.1", + "npm-run-all": "^4.1.5", + "rimraf": "^3.0.2", + "rollup": "^2.70.0", + "rollup-plugin-terser": "^7.0.2", + "ts-jest": "^27.1.3", + "ts-node": "^10.9.1", + "typescript": "^4.8.3" + } + }, + "packages/iota/examples/pow/packages/pow-node/node_modules/@iota/crypto.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/crypto.js/-/crypto.js-2.0.0-rc.1.tgz", + "integrity": "sha512-gidDFvbIcthVIaxqntffUCFHHNZNhu1e3zjwt6yaYLeuqJcc2AXPv/UF8Lz9Mfkw9aSM8xVUwo8/uYDkvs2eOQ==", + "dependencies": { + "@iota/util.js": "2.0.0-rc.1", + "big-integer": "^1.6.51" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "packages/iota/examples/pow/packages/pow-node/node_modules/@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", + "dependencies": { + "big-integer": "^1.6.51" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "packages/iota/examples/pow/packages/pow-wasm": { + "name": "@iota/pow-wasm.js", + "version": "0.0.1", + "dependencies": { + "@iota/crypto.js": "2.0.0-rc.1", + "@iota/types": "2.0.0-rc.2", + "@rollup/plugin-commonjs": "^21.0.2", + "@rollup/plugin-node-resolve": "^15.0.1", + "@types/jest": "^27.4.1", + "@typescript-eslint/eslint-plugin": "5.38.0", + "@typescript-eslint/parser": "^5.48.2", + "cross-env": "^7.0.3", + "eslint": "^8.32.0", + "eslint-plugin-header": "^3.1.1", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-unicorn": "^43.0.2", + "jest": "^27.5.1", + "npm-run-all": "^4.1.5", + "rimraf": "^3.0.2", + "rollup": "^2.70.0", + "rollup-plugin-terser": "^7.0.2", + "ts-jest": "^27.1.3", + "ts-node": "^10.9.1", + "typescript": "^4.8.3" + } + }, + "packages/iota/examples/pow/packages/pow-wasm/node_modules/@iota/crypto.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/crypto.js/-/crypto.js-2.0.0-rc.1.tgz", + "integrity": "sha512-gidDFvbIcthVIaxqntffUCFHHNZNhu1e3zjwt6yaYLeuqJcc2AXPv/UF8Lz9Mfkw9aSM8xVUwo8/uYDkvs2eOQ==", + "dependencies": { + "@iota/util.js": "2.0.0-rc.1", + "big-integer": "^1.6.51" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "packages/iota/examples/pow/packages/pow-wasm/node_modules/@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", + "dependencies": { + "big-integer": "^1.6.51" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "packages/iota/examples/pow/packages/util": { + "name": "@iota/util.js", + "version": "0.0.1", + "dependencies": { + "@rollup/plugin-commonjs": "^21.0.2", + "@rollup/plugin-node-resolve": "^15.0.1", + "@types/jest": "^27.4.1", + "@typescript-eslint/eslint-plugin": "5.38.0", + "@typescript-eslint/parser": "^5.48.2", + "big-integer": "^1.6.51", + "copyfiles": "^2.4.1", + "cross-env": "^7.0.3", + "eslint": "^8.32.0", + "eslint-plugin-header": "^3.1.1", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-unicorn": "^43.0.2", + "jest": "^27.5.1", + "npm-run-all": "^4.1.5", + "rimraf": "^3.0.2", + "rollup": "^2.70.0", + "rollup-plugin-terser": "^7.0.2", + "ts-jest": "^27.1.3", + "ts-node": "^10.9.1", + "typedoc": "^0.23.15", + "typedoc-plugin-markdown": "^3.14.0", + "typescript": "^4.8.3" + } + }, + "packages/iota/examples/simple": { + "version": "1.0.0", + "dependencies": { + "@iota/crypto.js": "file:packages/crypto", + "@iota/iota.js": "file:packages/iota", + "@iota/pow-neon.js": "file:packages/pow-neon", + "@iota/util.js": "file:packages/util", + "typescript": "^4.4.3" + } + }, + "packages/iota/examples/simple/node_modules/@iota/crypto.js": { + "resolved": "packages/iota/examples/simple/packages/crypto", + "link": true + }, + "packages/iota/examples/simple/node_modules/@iota/iota.js": { + "resolved": "packages/iota/examples/simple/packages/iota", + "link": true + }, + "packages/iota/examples/simple/node_modules/@iota/pow-neon.js": { + "resolved": "packages/iota/examples/simple/packages/pow-neon", + "link": true + }, + "packages/iota/examples/simple/node_modules/@iota/util.js": { + "resolved": "packages/iota/examples/simple/packages/util", + "link": true + }, + "packages/iota/examples/simple/node_modules/typedoc": { + "version": "0.23.28", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.28.tgz", + "integrity": "sha512-9x1+hZWTHEQcGoP7qFmlo4unUoVJLB0H/8vfO/7wqTnZxg4kPuji9y3uRzEu0ZKez63OJAUmiGhUrtukC6Uj3w==", + "dependencies": { + "lunr": "^2.3.9", + "marked": "^4.2.12", + "minimatch": "^7.1.3", + "shiki": "^0.14.1" + }, + "bin": { + "typedoc": "bin/typedoc" + }, + "engines": { + "node": ">= 14.14" + }, + "peerDependencies": { + "typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x" + } + }, + "packages/iota/examples/simple/packages/crypto": { + "name": "@iota/crypto.js", + "version": "0.0.1", + "dependencies": { + "@iota/util.js": "2.0.0-rc.1", + "@rollup/plugin-commonjs": "^21.0.2", + "@rollup/plugin-node-resolve": "^15.0.1", + "@types/jest": "^27.4.1", "@typescript-eslint/eslint-plugin": "5.38.0", "@typescript-eslint/parser": "^5.48.2", "big-integer": "^1.6.51", @@ -8371,7 +9550,6 @@ "eslint-plugin-jsdoc": "^39.6.4", "eslint-plugin-unicorn": "^43.0.2", "jest": "^27.5.1", - "node-fetch": "2.6.7", "npm-run-all": "^4.1.5", "rimraf": "^3.0.2", "rollup": "^2.70.0", @@ -8383,27 +9561,18 @@ "typescript": "^4.8.3" } }, - "packages/iota/examples/pow": { - "version": "1.0.0", + "packages/iota/examples/simple/packages/crypto/node_modules/@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", "dependencies": { - "@iota/crypto.js": "file:packages/crypto", - "@iota/iota.js": "file:packages/iota", - "@iota/pow-neon.js": "file:packages/pow-neon", - "@iota/pow-node.js": "file:packages/pow-node", - "@iota/pow-wasm.js": "file:packages/pow-wasm", - "@iota/util.js": "file:packages/util", - "typescript": "^4.4.3" + "big-integer": "^1.6.51" + }, + "engines": { + "node": ">=14.0.0" } }, - "packages/iota/examples/pow/node_modules/@iota/iota.js": { - "resolved": "packages/iota/examples/pow/packages/iota", - "link": true - }, - "packages/iota/examples/pow/node_modules/@iota/pow-neon.js": { - "resolved": "packages/iota/examples/pow/packages/pow-neon", - "link": true - }, - "packages/iota/examples/pow/packages/iota": { + "packages/iota/examples/simple/packages/iota": { "name": "@iota/iota.js", "version": "0.0.1", "dependencies": { @@ -8436,7 +9605,30 @@ "typescript": "^4.8.3" } }, - "packages/iota/examples/pow/packages/pow-neon": { + "packages/iota/examples/simple/packages/iota/node_modules/@iota/crypto.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/crypto.js/-/crypto.js-2.0.0-rc.1.tgz", + "integrity": "sha512-gidDFvbIcthVIaxqntffUCFHHNZNhu1e3zjwt6yaYLeuqJcc2AXPv/UF8Lz9Mfkw9aSM8xVUwo8/uYDkvs2eOQ==", + "dependencies": { + "@iota/util.js": "2.0.0-rc.1", + "big-integer": "^1.6.51" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "packages/iota/examples/simple/packages/iota/node_modules/@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", + "dependencies": { + "big-integer": "^1.6.51" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "packages/iota/examples/simple/packages/pow-neon": { "name": "@iota/pow-neon.js", "version": "0.0.1", "dependencies": { @@ -8465,17 +9657,17 @@ "typescript": "^4.8.3" } }, - "packages/iota/examples/pow/packages/pow-node": { - "name": "@iota/pow-node.js", + "packages/iota/examples/simple/packages/util": { + "name": "@iota/util.js", "version": "0.0.1", "dependencies": { - "@iota/crypto.js": "2.0.0-rc.1", - "@iota/types": "2.0.0-rc.2", "@rollup/plugin-commonjs": "^21.0.2", "@rollup/plugin-node-resolve": "^15.0.1", "@types/jest": "^27.4.1", "@typescript-eslint/eslint-plugin": "5.38.0", "@typescript-eslint/parser": "^5.48.2", + "big-integer": "^1.6.51", + "copyfiles": "^2.4.1", "cross-env": "^7.0.3", "eslint": "^8.32.0", "eslint-plugin-header": "^3.1.1", @@ -8489,20 +9681,69 @@ "rollup-plugin-terser": "^7.0.2", "ts-jest": "^27.1.3", "ts-node": "^10.9.1", + "typedoc": "^0.23.15", + "typedoc-plugin-markdown": "^3.14.0", "typescript": "^4.8.3" } }, - "packages/iota/examples/pow/packages/pow-wasm": { - "name": "@iota/pow-wasm.js", + "packages/iota/examples/transaction": { + "version": "1.0.0", + "dependencies": { + "@iota/crypto.js": "file:packages/crypto", + "@iota/iota.js": "file:packages/iota", + "@iota/pow-neon.js": "file:packages/pow-neon", + "@iota/util.js": "file:packages/util", + "typescript": "^4.4.3" + } + }, + "packages/iota/examples/transaction/node_modules/@iota/crypto.js": { + "resolved": "packages/iota/examples/transaction/packages/crypto", + "link": true + }, + "packages/iota/examples/transaction/node_modules/@iota/iota.js": { + "resolved": "packages/iota/examples/transaction/packages/iota", + "link": true + }, + "packages/iota/examples/transaction/node_modules/@iota/pow-neon.js": { + "resolved": "packages/iota/examples/transaction/packages/pow-neon", + "link": true + }, + "packages/iota/examples/transaction/node_modules/@iota/util.js": { + "resolved": "packages/iota/examples/transaction/packages/util", + "link": true + }, + "packages/iota/examples/transaction/node_modules/typedoc": { + "version": "0.23.28", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.28.tgz", + "integrity": "sha512-9x1+hZWTHEQcGoP7qFmlo4unUoVJLB0H/8vfO/7wqTnZxg4kPuji9y3uRzEu0ZKez63OJAUmiGhUrtukC6Uj3w==", + "dependencies": { + "lunr": "^2.3.9", + "marked": "^4.2.12", + "minimatch": "^7.1.3", + "shiki": "^0.14.1" + }, + "bin": { + "typedoc": "bin/typedoc" + }, + "engines": { + "node": ">= 14.14" + }, + "peerDependencies": { + "typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x" + } + }, + "packages/iota/examples/transaction/packages/crypto": { + "name": "@iota/crypto.js", "version": "0.0.1", "dependencies": { - "@iota/crypto.js": "2.0.0-rc.1", - "@iota/types": "2.0.0-rc.2", + "@iota/util.js": "2.0.0-rc.1", "@rollup/plugin-commonjs": "^21.0.2", "@rollup/plugin-node-resolve": "^15.0.1", "@types/jest": "^27.4.1", "@typescript-eslint/eslint-plugin": "5.38.0", "@typescript-eslint/parser": "^5.48.2", + "big-integer": "^1.6.51", + "copyfiles": "^2.4.1", "cross-env": "^7.0.3", "eslint": "^8.32.0", "eslint-plugin-header": "^3.1.1", @@ -8516,28 +9757,23 @@ "rollup-plugin-terser": "^7.0.2", "ts-jest": "^27.1.3", "ts-node": "^10.9.1", + "typedoc": "^0.23.15", + "typedoc-plugin-markdown": "^3.14.0", "typescript": "^4.8.3" } }, - "packages/iota/examples/simple": { - "version": "1.0.0", + "packages/iota/examples/transaction/packages/crypto/node_modules/@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", "dependencies": { - "@iota/crypto.js": "file:packages/crypto", - "@iota/iota.js": "file:packages/iota", - "@iota/pow-neon.js": "file:packages/pow-neon", - "@iota/util.js": "file:packages/util", - "typescript": "^4.4.3" + "big-integer": "^1.6.51" + }, + "engines": { + "node": ">=14.0.0" } }, - "packages/iota/examples/simple/node_modules/@iota/iota.js": { - "resolved": "packages/iota/examples/simple/packages/iota", - "link": true - }, - "packages/iota/examples/simple/node_modules/@iota/pow-neon.js": { - "resolved": "packages/iota/examples/simple/packages/pow-neon", - "link": true - }, - "packages/iota/examples/simple/packages/iota": { + "packages/iota/examples/transaction/packages/iota": { "name": "@iota/iota.js", "version": "0.0.1", "dependencies": { @@ -8570,7 +9806,30 @@ "typescript": "^4.8.3" } }, - "packages/iota/examples/simple/packages/pow-neon": { + "packages/iota/examples/transaction/packages/iota/node_modules/@iota/crypto.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/crypto.js/-/crypto.js-2.0.0-rc.1.tgz", + "integrity": "sha512-gidDFvbIcthVIaxqntffUCFHHNZNhu1e3zjwt6yaYLeuqJcc2AXPv/UF8Lz9Mfkw9aSM8xVUwo8/uYDkvs2eOQ==", + "dependencies": { + "@iota/util.js": "2.0.0-rc.1", + "big-integer": "^1.6.51" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "packages/iota/examples/transaction/packages/iota/node_modules/@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", + "dependencies": { + "big-integer": "^1.6.51" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "packages/iota/examples/transaction/packages/pow-neon": { "name": "@iota/pow-neon.js", "version": "0.0.1", "dependencies": { @@ -8599,34 +9858,13 @@ "typescript": "^4.8.3" } }, - "packages/iota/examples/transaction": { - "version": "1.0.0", - "dependencies": { - "@iota/crypto.js": "file:packages/crypto", - "@iota/iota.js": "file:packages/iota", - "@iota/pow-neon.js": "file:packages/pow-neon", - "@iota/util.js": "file:packages/util", - "typescript": "^4.4.3" - } - }, - "packages/iota/examples/transaction/node_modules/@iota/iota.js": { - "resolved": "packages/iota/examples/transaction/packages/iota", - "link": true - }, - "packages/iota/examples/transaction/node_modules/@iota/pow-neon.js": { - "resolved": "packages/iota/examples/transaction/packages/pow-neon", - "link": true - }, - "packages/iota/examples/transaction/packages/iota": { - "name": "@iota/iota.js", + "packages/iota/examples/transaction/packages/util": { + "name": "@iota/util.js", "version": "0.0.1", "dependencies": { - "@iota/crypto.js": "2.0.0-rc.1", - "@iota/util.js": "2.0.0-rc.1", "@rollup/plugin-commonjs": "^21.0.2", "@rollup/plugin-node-resolve": "^15.0.1", "@types/jest": "^27.4.1", - "@types/node-fetch": "2.6.1", "@typescript-eslint/eslint-plugin": "5.38.0", "@typescript-eslint/parser": "^5.48.2", "big-integer": "^1.6.51", @@ -8638,7 +9876,6 @@ "eslint-plugin-jsdoc": "^39.6.4", "eslint-plugin-unicorn": "^43.0.2", "jest": "^27.5.1", - "node-fetch": "2.6.7", "npm-run-all": "^4.1.5", "rimraf": "^3.0.2", "rollup": "^2.70.0", @@ -8650,33 +9887,16 @@ "typescript": "^4.8.3" } }, - "packages/iota/examples/transaction/packages/pow-neon": { - "name": "@iota/pow-neon.js", - "version": "0.0.1", + "packages/iota/node_modules/@iota/crypto.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/crypto.js/-/crypto.js-2.0.0-rc.1.tgz", + "integrity": "sha512-gidDFvbIcthVIaxqntffUCFHHNZNhu1e3zjwt6yaYLeuqJcc2AXPv/UF8Lz9Mfkw9aSM8xVUwo8/uYDkvs2eOQ==", "dependencies": { - "@iota/types": "2.0.0-rc.2", - "@rollup/plugin-commonjs": "^21.0.2", - "@rollup/plugin-node-resolve": "^15.0.1", - "@types/jest": "^27.4.1", - "@typescript-eslint/eslint-plugin": "^5.38.0", - "@typescript-eslint/parser": "^5.48.2", - "copyfiles": "^2.4.1", - "cross-env": "^7.0.3", - "eslint": "^8.32.0", - "eslint-plugin-header": "^3.1.1", - "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jsdoc": "^39.6.4", - "eslint-plugin-unicorn": "^43.0.2", - "jest": "^27.5.1", - "neon-cli": "^0.10.1", - "npm-run-all": "^4.1.5", - "rimraf": "^3.0.2", - "rollup": "^2.70.0", - "rollup-plugin-natives": "^0.7.5", - "rollup-plugin-terser": "^7.0.2", - "ts-jest": "^27.1.3", - "ts-node": "^10.9.1", - "typescript": "^4.8.3" + "@iota/util.js": "2.0.0-rc.1", + "big-integer": "^1.6.51" + }, + "engines": { + "node": ">=14.0.0" } }, "packages/iota/node_modules/@iota/iota.js": { @@ -8695,6 +9915,39 @@ "resolved": "packages/iota/examples/pow/packages/pow-wasm", "link": true }, + "packages/iota/node_modules/@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", + "dependencies": { + "big-integer": "^1.6.51" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "packages/iota/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "packages/iota/node_modules/minimatch": { + "version": "7.4.6", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.6.tgz", + "integrity": "sha512-sBz8G/YjVniEz6lKPNpKxXwazJe4c19fEfV2GDMX6AjFz+MX9uDWIZW8XreVhkFW3fkIdTv/gxWr/Kks5FFAVw==", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "packages/mqtt": { "name": "@iota/mqtt.js", "version": "2.0.0-rc.3", @@ -8739,16 +9992,48 @@ "typescript": "^4.4.3" } }, - "packages/mqtt/examples/mqtt-client/node_modules/@iota/iota.js": { - "resolved": "packages/mqtt/examples/mqtt-client/packages/iota", - "link": true - }, - "packages/mqtt/examples/mqtt-client/packages/iota": {}, + "packages/mqtt/examples/mqtt-client/node_modules/@iota/iota.js": { + "resolved": "packages/mqtt/examples/mqtt-client/packages/iota", + "link": true + }, + "packages/mqtt/examples/mqtt-client/packages/iota": { + "name": "@iota/iota.js", + "version": "0.0.1", + "dependencies": { + "@iota/crypto.js": "2.0.0-rc.1", + "@iota/util.js": "2.0.0-rc.1", + "@rollup/plugin-commonjs": "^21.0.2", + "@rollup/plugin-node-resolve": "^15.0.1", + "@types/jest": "^27.4.1", + "@types/node-fetch": "2.6.1", + "@typescript-eslint/eslint-plugin": "5.38.0", + "@typescript-eslint/parser": "^5.48.2", + "big-integer": "^1.6.51", + "copyfiles": "^2.4.1", + "cross-env": "^7.0.3", + "eslint": "^8.32.0", + "eslint-plugin-header": "^3.1.1", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-unicorn": "^43.0.2", + "jest": "^27.5.1", + "node-fetch": "2.6.7", + "npm-run-all": "^4.1.5", + "rimraf": "^3.0.2", + "rollup": "^2.70.0", + "rollup-plugin-terser": "^7.0.2", + "ts-jest": "^27.1.3", + "ts-node": "^10.9.1", + "typedoc": "^0.23.15", + "typedoc-plugin-markdown": "^3.14.0", + "typescript": "^4.8.3" + } + }, "packages/mqtt/examples/mqtt-client/packages/mqtt": { "name": "@iota/mqtt.js", "version": "0.0.1", "dependencies": { - "@iota/iota.js": "2.0.0-rc.2", + "@iota/iota.js": "2.0.0-rc.3", "@iota/util.js": "2.0.0-rc.1", "@rollup/plugin-commonjs": "^21.0.2", "@rollup/plugin-node-resolve": "^15.0.1", @@ -8788,10 +10073,75 @@ "node": ">=14.0.0" } }, + "packages/mqtt/node_modules/@iota/crypto.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/crypto.js/-/crypto.js-2.0.0-rc.1.tgz", + "integrity": "sha512-gidDFvbIcthVIaxqntffUCFHHNZNhu1e3zjwt6yaYLeuqJcc2AXPv/UF8Lz9Mfkw9aSM8xVUwo8/uYDkvs2eOQ==", + "dependencies": { + "@iota/util.js": "2.0.0-rc.1", + "big-integer": "^1.6.51" + }, + "engines": { + "node": ">=14.0.0" + } + }, "packages/mqtt/node_modules/@iota/mqtt.js": { "resolved": "packages/mqtt/examples/mqtt-client/packages/mqtt", "link": true }, + "packages/mqtt/node_modules/@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", + "dependencies": { + "big-integer": "^1.6.51" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "packages/mqtt/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "packages/mqtt/node_modules/minimatch": { + "version": "7.4.6", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.6.tgz", + "integrity": "sha512-sBz8G/YjVniEz6lKPNpKxXwazJe4c19fEfV2GDMX6AjFz+MX9uDWIZW8XreVhkFW3fkIdTv/gxWr/Kks5FFAVw==", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "packages/mqtt/node_modules/typedoc": { + "version": "0.23.28", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.28.tgz", + "integrity": "sha512-9x1+hZWTHEQcGoP7qFmlo4unUoVJLB0H/8vfO/7wqTnZxg4kPuji9y3uRzEu0ZKez63OJAUmiGhUrtukC6Uj3w==", + "dependencies": { + "lunr": "^2.3.9", + "marked": "^4.2.12", + "minimatch": "^7.1.3", + "shiki": "^0.14.1" + }, + "bin": { + "typedoc": "bin/typedoc" + }, + "engines": { + "node": ">= 14.14" + }, + "peerDependencies": { + "typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x" + } + }, "packages/pow-browser": { "name": "@iota/pow-browser.js", "version": "2.0.0-rc.3", @@ -8825,6 +10175,29 @@ "node": ">=16.16.0" } }, + "packages/pow-browser/node_modules/@iota/crypto.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/crypto.js/-/crypto.js-2.0.0-rc.1.tgz", + "integrity": "sha512-gidDFvbIcthVIaxqntffUCFHHNZNhu1e3zjwt6yaYLeuqJcc2AXPv/UF8Lz9Mfkw9aSM8xVUwo8/uYDkvs2eOQ==", + "dependencies": { + "@iota/util.js": "2.0.0-rc.1", + "big-integer": "^1.6.51" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "packages/pow-browser/node_modules/@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", + "dependencies": { + "big-integer": "^1.6.51" + }, + "engines": { + "node": ">=14.0.0" + } + }, "packages/pow-browser/node_modules/@typescript-eslint/eslint-plugin": { "version": "5.14.0", "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.14.0.tgz", @@ -9082,6 +10455,29 @@ "node": ">=12.0.0" } }, + "packages/pow-node/node_modules/@iota/crypto.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/crypto.js/-/crypto.js-2.0.0-rc.1.tgz", + "integrity": "sha512-gidDFvbIcthVIaxqntffUCFHHNZNhu1e3zjwt6yaYLeuqJcc2AXPv/UF8Lz9Mfkw9aSM8xVUwo8/uYDkvs2eOQ==", + "dependencies": { + "@iota/util.js": "2.0.0-rc.1", + "big-integer": "^1.6.51" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "packages/pow-node/node_modules/@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", + "dependencies": { + "big-integer": "^1.6.51" + }, + "engines": { + "node": ">=14.0.0" + } + }, "packages/pow-wasm": { "name": "@iota/pow-wasm.js", "version": "2.0.0-rc.3", @@ -9115,6 +10511,29 @@ "node": ">=12.0.0" } }, + "packages/pow-wasm/node_modules/@iota/crypto.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/crypto.js/-/crypto.js-2.0.0-rc.1.tgz", + "integrity": "sha512-gidDFvbIcthVIaxqntffUCFHHNZNhu1e3zjwt6yaYLeuqJcc2AXPv/UF8Lz9Mfkw9aSM8xVUwo8/uYDkvs2eOQ==", + "dependencies": { + "@iota/util.js": "2.0.0-rc.1", + "big-integer": "^1.6.51" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "packages/pow-wasm/node_modules/@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", + "dependencies": { + "big-integer": "^1.6.51" + }, + "engines": { + "node": ">=14.0.0" + } + }, "packages/pow-wasm/wasm": { "name": "pow-wasm-wrapper.js", "version": "2.0.0-rc.1", @@ -9128,7 +10547,7 @@ }, "packages/util": { "name": "@iota/util.js", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": "Apache-2.0", "dependencies": { "big-integer": "^1.6.51" @@ -9153,7 +10572,7 @@ "rollup-plugin-terser": "^7.0.2", "ts-jest": "^27.1.3", "ts-node": "^10.9.1", - "typedoc": "^0.23.15", + "typedoc": "^0.24.6", "typedoc-plugin-markdown": "^3.14.0", "typescript": "^4.8.3" }, @@ -9637,7 +11056,7 @@ "@iota/crypto.js": { "version": "file:packages/crypto", "requires": { - "@iota/util.js": "2.0.0-rc.1", + "@iota/util.js": "2.0.0-rc.2", "@rollup/plugin-commonjs": "^21.0.2", "@rollup/plugin-node-resolve": "^15.0.1", "@types/jest": "^27.4.1", @@ -9658,7 +11077,7 @@ "rollup-plugin-terser": "^7.0.2", "ts-jest": "^27.1.3", "ts-node": "^10.9.1", - "typedoc": "^0.23.15", + "typedoc": "^0.24.6", "typedoc-plugin-markdown": "^3.14.0", "typescript": "^4.8.3" } @@ -9690,11 +11109,20 @@ "rollup-plugin-terser": "^7.0.2", "ts-jest": "^27.1.3", "ts-node": "^10.9.1", - "typedoc": "^0.23.15", + "typedoc": "^0.24.6", "typedoc-plugin-markdown": "^3.14.0", "typescript": "^4.8.3" }, "dependencies": { + "@iota/crypto.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/crypto.js/-/crypto.js-2.0.0-rc.1.tgz", + "integrity": "sha512-gidDFvbIcthVIaxqntffUCFHHNZNhu1e3zjwt6yaYLeuqJcc2AXPv/UF8Lz9Mfkw9aSM8xVUwo8/uYDkvs2eOQ==", + "requires": { + "@iota/util.js": "2.0.0-rc.1", + "big-integer": "^1.6.51" + } + }, "@iota/iota.js": { "version": "file:packages/iota/examples/address/packages/iota", "requires": { @@ -9725,6 +11153,25 @@ "typedoc": "^0.23.15", "typedoc-plugin-markdown": "^3.14.0", "typescript": "^4.8.3" + }, + "dependencies": { + "@iota/crypto.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/crypto.js/-/crypto.js-2.0.0-rc.1.tgz", + "integrity": "sha512-gidDFvbIcthVIaxqntffUCFHHNZNhu1e3zjwt6yaYLeuqJcc2AXPv/UF8Lz9Mfkw9aSM8xVUwo8/uYDkvs2eOQ==", + "requires": { + "@iota/util.js": "2.0.0-rc.1", + "big-integer": "^1.6.51" + } + }, + "@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", + "requires": { + "big-integer": "^1.6.51" + } + } } }, "@iota/pow-neon.js": { @@ -9779,6 +11226,25 @@ "ts-jest": "^27.1.3", "ts-node": "^10.9.1", "typescript": "^4.8.3" + }, + "dependencies": { + "@iota/crypto.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/crypto.js/-/crypto.js-2.0.0-rc.1.tgz", + "integrity": "sha512-gidDFvbIcthVIaxqntffUCFHHNZNhu1e3zjwt6yaYLeuqJcc2AXPv/UF8Lz9Mfkw9aSM8xVUwo8/uYDkvs2eOQ==", + "requires": { + "@iota/util.js": "2.0.0-rc.1", + "big-integer": "^1.6.51" + } + }, + "@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", + "requires": { + "big-integer": "^1.6.51" + } + } } }, "@iota/pow-wasm.js": { @@ -9805,6 +11271,49 @@ "ts-jest": "^27.1.3", "ts-node": "^10.9.1", "typescript": "^4.8.3" + }, + "dependencies": { + "@iota/crypto.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/crypto.js/-/crypto.js-2.0.0-rc.1.tgz", + "integrity": "sha512-gidDFvbIcthVIaxqntffUCFHHNZNhu1e3zjwt6yaYLeuqJcc2AXPv/UF8Lz9Mfkw9aSM8xVUwo8/uYDkvs2eOQ==", + "requires": { + "@iota/util.js": "2.0.0-rc.1", + "big-integer": "^1.6.51" + } + }, + "@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", + "requires": { + "big-integer": "^1.6.51" + } + } + } + }, + "@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", + "requires": { + "big-integer": "^1.6.51" + } + }, + "brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "requires": { + "balanced-match": "^1.0.0" + } + }, + "minimatch": { + "version": "7.4.6", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.6.tgz", + "integrity": "sha512-sBz8G/YjVniEz6lKPNpKxXwazJe4c19fEfV2GDMX6AjFz+MX9uDWIZW8XreVhkFW3fkIdTv/gxWr/Kks5FFAVw==", + "requires": { + "brace-expansion": "^2.0.1" } } } @@ -9838,10 +11347,19 @@ "typescript": "^4.8.3" }, "dependencies": { + "@iota/crypto.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/crypto.js/-/crypto.js-2.0.0-rc.1.tgz", + "integrity": "sha512-gidDFvbIcthVIaxqntffUCFHHNZNhu1e3zjwt6yaYLeuqJcc2AXPv/UF8Lz9Mfkw9aSM8xVUwo8/uYDkvs2eOQ==", + "requires": { + "@iota/util.js": "2.0.0-rc.1", + "big-integer": "^1.6.51" + } + }, "@iota/mqtt.js": { "version": "file:packages/mqtt/examples/mqtt-client/packages/mqtt", "requires": { - "@iota/iota.js": "2.0.0-rc.2", + "@iota/iota.js": "2.0.0-rc.3", "@iota/util.js": "2.0.0-rc.1", "@rollup/plugin-commonjs": "^21.0.2", "@rollup/plugin-node-resolve": "^15.0.1", @@ -9868,8 +11386,7 @@ }, "dependencies": { "@iota/iota.js": { - "version": "2.0.0-rc.2", - "resolved": "https://registry.npmjs.org/@iota/iota.js/-/iota.js-2.0.0-rc.2.tgz", + "version": "https://registry.npmjs.org/@iota/iota.js/-/iota.js-2.0.0-rc.2.tgz", "integrity": "sha512-mTZoVE391cqKJ7xAfYlpxadCe/NqjbqM0kHUQDj34DBohYgZefSrzkvsg8ys/5QiuZ7D1cpy4urEcOuKXtDj4A==", "requires": { "@iota/crypto.js": "2.0.0-rc.1", @@ -9879,6 +11396,41 @@ } } } + }, + "@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", + "requires": { + "big-integer": "^1.6.51" + } + }, + "brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "requires": { + "balanced-match": "^1.0.0" + } + }, + "minimatch": { + "version": "7.4.6", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.6.tgz", + "integrity": "sha512-sBz8G/YjVniEz6lKPNpKxXwazJe4c19fEfV2GDMX6AjFz+MX9uDWIZW8XreVhkFW3fkIdTv/gxWr/Kks5FFAVw==", + "requires": { + "brace-expansion": "^2.0.1" + } + }, + "typedoc": { + "version": "0.23.28", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.28.tgz", + "integrity": "sha512-9x1+hZWTHEQcGoP7qFmlo4unUoVJLB0H/8vfO/7wqTnZxg4kPuji9y3uRzEu0ZKez63OJAUmiGhUrtukC6Uj3w==", + "requires": { + "lunr": "^2.3.9", + "marked": "^4.2.12", + "minimatch": "^7.1.3", + "shiki": "^0.14.1" + } } } }, @@ -9908,6 +11460,23 @@ "typescript": "^4.6.2" }, "dependencies": { + "@iota/crypto.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/crypto.js/-/crypto.js-2.0.0-rc.1.tgz", + "integrity": "sha512-gidDFvbIcthVIaxqntffUCFHHNZNhu1e3zjwt6yaYLeuqJcc2AXPv/UF8Lz9Mfkw9aSM8xVUwo8/uYDkvs2eOQ==", + "requires": { + "@iota/util.js": "2.0.0-rc.1", + "big-integer": "^1.6.51" + } + }, + "@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", + "requires": { + "big-integer": "^1.6.51" + } + }, "@typescript-eslint/eslint-plugin": { "version": "5.14.0", "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.14.0.tgz", @@ -10067,6 +11636,25 @@ "ts-jest": "^27.1.3", "ts-node": "^10.9.1", "typescript": "^4.8.3" + }, + "dependencies": { + "@iota/crypto.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/crypto.js/-/crypto.js-2.0.0-rc.1.tgz", + "integrity": "sha512-gidDFvbIcthVIaxqntffUCFHHNZNhu1e3zjwt6yaYLeuqJcc2AXPv/UF8Lz9Mfkw9aSM8xVUwo8/uYDkvs2eOQ==", + "requires": { + "@iota/util.js": "2.0.0-rc.1", + "big-integer": "^1.6.51" + } + }, + "@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", + "requires": { + "big-integer": "^1.6.51" + } + } } }, "@iota/pow-wasm.js": { @@ -10093,6 +11681,25 @@ "ts-jest": "^27.1.3", "ts-node": "^10.9.1", "typescript": "^4.8.3" + }, + "dependencies": { + "@iota/crypto.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/crypto.js/-/crypto.js-2.0.0-rc.1.tgz", + "integrity": "sha512-gidDFvbIcthVIaxqntffUCFHHNZNhu1e3zjwt6yaYLeuqJcc2AXPv/UF8Lz9Mfkw9aSM8xVUwo8/uYDkvs2eOQ==", + "requires": { + "@iota/util.js": "2.0.0-rc.1", + "big-integer": "^1.6.51" + } + }, + "@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", + "requires": { + "big-integer": "^1.6.51" + } + } } }, "@iota/types": { @@ -10123,7 +11730,7 @@ "rollup-plugin-terser": "^7.0.2", "ts-jest": "^27.1.3", "ts-node": "^10.9.1", - "typedoc": "^0.23.15", + "typedoc": "^0.24.6", "typedoc-plugin-markdown": "^3.14.0", "typescript": "^4.8.3" } @@ -10864,26 +12471,106 @@ } } }, - "acorn-jsx": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", - "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", - "requires": {} - }, - "acorn-walk": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz", - "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==" - }, - "address": { - "version": "file:packages/iota/examples/address", - "requires": { - "@iota/crypto.js": "file:packages/crypto", - "@iota/iota.js": "file:packages/iota", - "@iota/util.js": "file:packages/util", - "typescript": "^4.4.3" - } - }, + "acorn-jsx": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", + "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", + "requires": {} + }, + "acorn-walk": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz", + "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==" + }, + "address": { + "version": "file:packages/iota/examples/address", + "requires": { + "@iota/crypto.js": "file:packages/crypto", + "@iota/iota.js": "file:packages/iota", + "@iota/util.js": "file:packages/util", + "typescript": "^4.4.3" + }, + "dependencies": { + "@iota/crypto.js": { + "version": "file:packages/iota/examples/address/packages/crypto", + "requires": { + "@iota/util.js": "2.0.0-rc.1", + "@rollup/plugin-commonjs": "^21.0.2", + "@rollup/plugin-node-resolve": "^15.0.1", + "@types/jest": "^27.4.1", + "@typescript-eslint/eslint-plugin": "5.38.0", + "@typescript-eslint/parser": "^5.48.2", + "big-integer": "^1.6.51", + "copyfiles": "^2.4.1", + "cross-env": "^7.0.3", + "eslint": "^8.32.0", + "eslint-plugin-header": "^3.1.1", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-unicorn": "^43.0.2", + "jest": "^27.5.1", + "npm-run-all": "^4.1.5", + "rimraf": "^3.0.2", + "rollup": "^2.70.0", + "rollup-plugin-terser": "^7.0.2", + "ts-jest": "^27.1.3", + "ts-node": "^10.9.1", + "typedoc": "^0.23.15", + "typedoc-plugin-markdown": "^3.14.0", + "typescript": "^4.8.3" + }, + "dependencies": { + "@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", + "requires": { + "big-integer": "^1.6.51" + } + } + } + }, + "@iota/util.js": { + "version": "file:packages/iota/examples/address/packages/util", + "requires": { + "@rollup/plugin-commonjs": "^21.0.2", + "@rollup/plugin-node-resolve": "^15.0.1", + "@types/jest": "^27.4.1", + "@typescript-eslint/eslint-plugin": "5.38.0", + "@typescript-eslint/parser": "^5.48.2", + "big-integer": "^1.6.51", + "copyfiles": "^2.4.1", + "cross-env": "^7.0.3", + "eslint": "^8.32.0", + "eslint-plugin-header": "^3.1.1", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-unicorn": "^43.0.2", + "jest": "^27.5.1", + "npm-run-all": "^4.1.5", + "rimraf": "^3.0.2", + "rollup": "^2.70.0", + "rollup-plugin-terser": "^7.0.2", + "ts-jest": "^27.1.3", + "ts-node": "^10.9.1", + "typedoc": "^0.23.15", + "typedoc-plugin-markdown": "^3.14.0", + "typescript": "^4.8.3" + } + }, + "typedoc": { + "version": "0.23.28", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.28.tgz", + "integrity": "sha512-9x1+hZWTHEQcGoP7qFmlo4unUoVJLB0H/8vfO/7wqTnZxg4kPuji9y3uRzEu0ZKez63OJAUmiGhUrtukC6Uj3w==", + "requires": { + "lunr": "^2.3.9", + "marked": "^4.2.12", + "minimatch": "^7.1.3", + "shiki": "^0.14.1" + } + } + } + }, "agent-base": { "version": "6.0.2", "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", @@ -10923,6 +12610,11 @@ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" }, + "ansi-sequence-parser": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/ansi-sequence-parser/-/ansi-sequence-parser-1.1.0.tgz", + "integrity": "sha512-lEm8mt52to2fT8GhciPCGeCXACSz2UwIN4X2e2LJSnZ5uAbn2/dsYdOmUXq0AtWS5cpAupysIneExOgH0Vd2TQ==" + }, "ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", @@ -11550,6 +13242,55 @@ "typedoc": "^0.23.15", "typedoc-plugin-markdown": "^3.14.0", "typescript": "^4.8.3" + }, + "dependencies": { + "@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", + "requires": { + "big-integer": "^1.6.51" + } + } + } + }, + "@iota/util.js": { + "version": "file:packages/iota/examples/data/packages/util", + "requires": { + "@rollup/plugin-commonjs": "^21.0.2", + "@rollup/plugin-node-resolve": "^15.0.1", + "@types/jest": "^27.4.1", + "@typescript-eslint/eslint-plugin": "5.38.0", + "@typescript-eslint/parser": "^5.48.2", + "big-integer": "^1.6.51", + "copyfiles": "^2.4.1", + "cross-env": "^7.0.3", + "eslint": "^8.32.0", + "eslint-plugin-header": "^3.1.1", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-unicorn": "^43.0.2", + "jest": "^27.5.1", + "npm-run-all": "^4.1.5", + "rimraf": "^3.0.2", + "rollup": "^2.70.0", + "rollup-plugin-terser": "^7.0.2", + "ts-jest": "^27.1.3", + "ts-node": "^10.9.1", + "typedoc": "^0.23.15", + "typedoc-plugin-markdown": "^3.14.0", + "typescript": "^4.8.3" + } + }, + "typedoc": { + "version": "0.23.28", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.28.tgz", + "integrity": "sha512-9x1+hZWTHEQcGoP7qFmlo4unUoVJLB0H/8vfO/7wqTnZxg4kPuji9y3uRzEu0ZKez63OJAUmiGhUrtukC6Uj3w==", + "requires": { + "lunr": "^2.3.9", + "marked": "^4.2.12", + "minimatch": "^7.1.3", + "shiki": "^0.14.1" } } } @@ -13526,9 +15267,9 @@ } }, "marked": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.1.0.tgz", - "integrity": "sha512-+Z6KDjSPa6/723PQYyc1axYZpYYpDnECDaU6hkaf5gqBieBkMKYReL5hteF2QizhlMbgbo8umXl/clZ67+GlsA==" + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz", + "integrity": "sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==" }, "memorystream": { "version": "0.3.1", @@ -13605,8 +15346,219 @@ "typescript": "^4.4.3" }, "dependencies": { + "@iota/crypto.js": { + "version": "file:packages/iota/examples/mint-native-tokens/packages/crypto", + "requires": { + "@iota/util.js": "2.0.0-rc.1", + "@rollup/plugin-commonjs": "^21.0.2", + "@rollup/plugin-node-resolve": "^15.0.1", + "@types/jest": "^27.4.1", + "@typescript-eslint/eslint-plugin": "5.38.0", + "@typescript-eslint/parser": "^5.48.2", + "big-integer": "^1.6.51", + "copyfiles": "^2.4.1", + "cross-env": "^7.0.3", + "eslint": "^8.32.0", + "eslint-plugin-header": "^3.1.1", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-unicorn": "^43.0.2", + "jest": "^27.5.1", + "npm-run-all": "^4.1.5", + "rimraf": "^3.0.2", + "rollup": "^2.70.0", + "rollup-plugin-terser": "^7.0.2", + "ts-jest": "^27.1.3", + "ts-node": "^10.9.1", + "typedoc": "^0.23.15", + "typedoc-plugin-markdown": "^3.14.0", + "typescript": "^4.8.3" + }, + "dependencies": { + "@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", + "requires": { + "big-integer": "^1.6.51" + } + } + } + }, + "@iota/iota.js": { + "version": "file:packages/iota/examples/mint-native-tokens/packages/iota", + "requires": { + "@iota/crypto.js": "2.0.0-rc.1", + "@iota/util.js": "2.0.0-rc.1", + "@rollup/plugin-commonjs": "^21.0.2", + "@rollup/plugin-node-resolve": "^15.0.1", + "@types/jest": "^27.4.1", + "@types/node-fetch": "2.6.1", + "@typescript-eslint/eslint-plugin": "5.38.0", + "@typescript-eslint/parser": "^5.48.2", + "big-integer": "^1.6.51", + "copyfiles": "^2.4.1", + "cross-env": "^7.0.3", + "eslint": "^8.32.0", + "eslint-plugin-header": "^3.1.1", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-unicorn": "^43.0.2", + "jest": "^27.5.1", + "node-fetch": "2.6.7", + "npm-run-all": "^4.1.5", + "rimraf": "^3.0.2", + "rollup": "^2.70.0", + "rollup-plugin-terser": "^7.0.2", + "ts-jest": "^27.1.3", + "ts-node": "^10.9.1", + "typedoc": "^0.23.15", + "typedoc-plugin-markdown": "^3.14.0", + "typescript": "^4.8.3" + }, + "dependencies": { + "@iota/crypto.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/crypto.js/-/crypto.js-2.0.0-rc.1.tgz", + "integrity": "sha512-gidDFvbIcthVIaxqntffUCFHHNZNhu1e3zjwt6yaYLeuqJcc2AXPv/UF8Lz9Mfkw9aSM8xVUwo8/uYDkvs2eOQ==", + "requires": { + "@iota/util.js": "2.0.0-rc.1", + "big-integer": "^1.6.51" + } + }, + "@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", + "requires": { + "big-integer": "^1.6.51" + } + } + } + }, + "@iota/pow-neon.js": { + "version": "file:packages/iota/examples/mint-native-tokens/packages/pow-neon", + "requires": { + "@iota/types": "2.0.0-rc.2", + "@rollup/plugin-commonjs": "^21.0.2", + "@rollup/plugin-node-resolve": "^15.0.1", + "@types/jest": "^27.4.1", + "@typescript-eslint/eslint-plugin": "^5.38.0", + "@typescript-eslint/parser": "^5.48.2", + "copyfiles": "^2.4.1", + "cross-env": "^7.0.3", + "eslint": "^8.32.0", + "eslint-plugin-header": "^3.1.1", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-unicorn": "^43.0.2", + "jest": "^27.5.1", + "neon-cli": "^0.10.1", + "npm-run-all": "^4.1.5", + "rimraf": "^3.0.2", + "rollup": "^2.70.0", + "rollup-plugin-natives": "^0.7.5", + "rollup-plugin-terser": "^7.0.2", + "ts-jest": "^27.1.3", + "ts-node": "^10.9.1", + "typescript": "^4.8.3" + } + }, + "@iota/util.js": { + "version": "file:packages/iota/examples/mint-native-tokens/packages/util", + "requires": { + "@rollup/plugin-commonjs": "^21.0.2", + "@rollup/plugin-node-resolve": "^15.0.1", + "@types/jest": "^27.4.1", + "@typescript-eslint/eslint-plugin": "5.38.0", + "@typescript-eslint/parser": "^5.48.2", + "big-integer": "^1.6.51", + "copyfiles": "^2.4.1", + "cross-env": "^7.0.3", + "eslint": "^8.32.0", + "eslint-plugin-header": "^3.1.1", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-unicorn": "^43.0.2", + "jest": "^27.5.1", + "npm-run-all": "^4.1.5", + "rimraf": "^3.0.2", + "rollup": "^2.70.0", + "rollup-plugin-terser": "^7.0.2", + "ts-jest": "^27.1.3", + "ts-node": "^10.9.1", + "typedoc": "^0.23.15", + "typedoc-plugin-markdown": "^3.14.0", + "typescript": "^4.8.3" + } + }, + "typedoc": { + "version": "0.23.28", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.28.tgz", + "integrity": "sha512-9x1+hZWTHEQcGoP7qFmlo4unUoVJLB0H/8vfO/7wqTnZxg4kPuji9y3uRzEu0ZKez63OJAUmiGhUrtukC6Uj3w==", + "requires": { + "lunr": "^2.3.9", + "marked": "^4.2.12", + "minimatch": "^7.1.3", + "shiki": "^0.14.1" + } + } + } + }, + "mint-nft": { + "version": "file:packages/iota/examples/mint-nft", + "requires": { + "@iota/crypto.js": "file:packages/crypto", + "@iota/iota.js": "file:packages/iota", + "@iota/pow-neon.js": "file:packages/pow-neon", + "@iota/util.js": "file:packages/util", + "@types/bluebird": "^3.5.38", + "bluebird": "^3.7.2", + "readline": "^1.3.0", + "typescript": "^4.4.3" + }, + "dependencies": { + "@iota/crypto.js": { + "version": "file:packages/iota/examples/mint-nft/packages/crypto", + "requires": { + "@iota/util.js": "2.0.0-rc.1", + "@rollup/plugin-commonjs": "^21.0.2", + "@rollup/plugin-node-resolve": "^15.0.1", + "@types/jest": "^27.4.1", + "@typescript-eslint/eslint-plugin": "5.38.0", + "@typescript-eslint/parser": "^5.48.2", + "big-integer": "^1.6.51", + "copyfiles": "^2.4.1", + "cross-env": "^7.0.3", + "eslint": "^8.32.0", + "eslint-plugin-header": "^3.1.1", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-unicorn": "^43.0.2", + "jest": "^27.5.1", + "npm-run-all": "^4.1.5", + "rimraf": "^3.0.2", + "rollup": "^2.70.0", + "rollup-plugin-terser": "^7.0.2", + "ts-jest": "^27.1.3", + "ts-node": "^10.9.1", + "typedoc": "^0.23.15", + "typedoc-plugin-markdown": "^3.14.0", + "typescript": "^4.8.3" + }, + "dependencies": { + "@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", + "requires": { + "big-integer": "^1.6.51" + } + } + } + }, "@iota/iota.js": { - "version": "file:packages/iota/examples/mint-native-tokens/packages/iota", + "version": "file:packages/iota/examples/mint-nft/packages/iota", "requires": { "@iota/crypto.js": "2.0.0-rc.1", "@iota/util.js": "2.0.0-rc.1", @@ -13635,10 +15587,29 @@ "typedoc": "^0.23.15", "typedoc-plugin-markdown": "^3.14.0", "typescript": "^4.8.3" + }, + "dependencies": { + "@iota/crypto.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/crypto.js/-/crypto.js-2.0.0-rc.1.tgz", + "integrity": "sha512-gidDFvbIcthVIaxqntffUCFHHNZNhu1e3zjwt6yaYLeuqJcc2AXPv/UF8Lz9Mfkw9aSM8xVUwo8/uYDkvs2eOQ==", + "requires": { + "@iota/util.js": "2.0.0-rc.1", + "big-integer": "^1.6.51" + } + }, + "@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", + "requires": { + "big-integer": "^1.6.51" + } + } } }, "@iota/pow-neon.js": { - "version": "file:packages/iota/examples/mint-native-tokens/packages/pow-neon", + "version": "file:packages/iota/examples/mint-nft/packages/pow-neon", "requires": { "@iota/types": "2.0.0-rc.2", "@rollup/plugin-commonjs": "^21.0.2", @@ -13664,31 +15635,13 @@ "ts-node": "^10.9.1", "typescript": "^4.8.3" } - } - } - }, - "mint-nft": { - "version": "file:packages/iota/examples/mint-nft", - "requires": { - "@iota/crypto.js": "file:packages/crypto", - "@iota/iota.js": "file:packages/iota", - "@iota/pow-neon.js": "file:packages/pow-neon", - "@iota/util.js": "file:packages/util", - "@types/bluebird": "^3.5.38", - "bluebird": "^3.7.2", - "readline": "^1.3.0", - "typescript": "^4.4.3" - }, - "dependencies": { - "@iota/iota.js": { - "version": "file:packages/iota/examples/mint-nft/packages/iota", + }, + "@iota/util.js": { + "version": "file:packages/iota/examples/mint-nft/packages/util", "requires": { - "@iota/crypto.js": "2.0.0-rc.1", - "@iota/util.js": "2.0.0-rc.1", "@rollup/plugin-commonjs": "^21.0.2", "@rollup/plugin-node-resolve": "^15.0.1", "@types/jest": "^27.4.1", - "@types/node-fetch": "2.6.1", "@typescript-eslint/eslint-plugin": "5.38.0", "@typescript-eslint/parser": "^5.48.2", "big-integer": "^1.6.51", @@ -13700,7 +15653,6 @@ "eslint-plugin-jsdoc": "^39.6.4", "eslint-plugin-unicorn": "^43.0.2", "jest": "^27.5.1", - "node-fetch": "2.6.7", "npm-run-all": "^4.1.5", "rimraf": "^3.0.2", "rollup": "^2.70.0", @@ -13712,32 +15664,15 @@ "typescript": "^4.8.3" } }, - "@iota/pow-neon.js": { - "version": "file:packages/iota/examples/mint-nft/packages/pow-neon", + "typedoc": { + "version": "0.23.28", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.28.tgz", + "integrity": "sha512-9x1+hZWTHEQcGoP7qFmlo4unUoVJLB0H/8vfO/7wqTnZxg4kPuji9y3uRzEu0ZKez63OJAUmiGhUrtukC6Uj3w==", "requires": { - "@iota/types": "2.0.0-rc.2", - "@rollup/plugin-commonjs": "^21.0.2", - "@rollup/plugin-node-resolve": "^15.0.1", - "@types/jest": "^27.4.1", - "@typescript-eslint/eslint-plugin": "^5.38.0", - "@typescript-eslint/parser": "^5.48.2", - "copyfiles": "^2.4.1", - "cross-env": "^7.0.3", - "eslint": "^8.32.0", - "eslint-plugin-header": "^3.1.1", - "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jsdoc": "^39.6.4", - "eslint-plugin-unicorn": "^43.0.2", - "jest": "^27.5.1", - "neon-cli": "^0.10.1", - "npm-run-all": "^4.1.5", - "rimraf": "^3.0.2", - "rollup": "^2.70.0", - "rollup-plugin-natives": "^0.7.5", - "rollup-plugin-terser": "^7.0.2", - "ts-jest": "^27.1.3", - "ts-node": "^10.9.1", - "typescript": "^4.8.3" + "lunr": "^2.3.9", + "marked": "^4.2.12", + "minimatch": "^7.1.3", + "shiki": "^0.14.1" } } } @@ -13780,7 +15715,36 @@ }, "dependencies": { "@iota/iota.js": { - "version": "file:packages/mqtt/examples/mqtt-client/packages/iota" + "version": "file:packages/mqtt/examples/mqtt-client/packages/iota", + "requires": { + "@iota/crypto.js": "2.0.0-rc.1", + "@iota/util.js": "2.0.0-rc.1", + "@rollup/plugin-commonjs": "^21.0.2", + "@rollup/plugin-node-resolve": "^15.0.1", + "@types/jest": "^27.4.1", + "@types/node-fetch": "2.6.1", + "@typescript-eslint/eslint-plugin": "5.38.0", + "@typescript-eslint/parser": "^5.48.2", + "big-integer": "^1.6.51", + "copyfiles": "^2.4.1", + "cross-env": "^7.0.3", + "eslint": "^8.32.0", + "eslint-plugin-header": "^3.1.1", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-unicorn": "^43.0.2", + "jest": "^27.5.1", + "node-fetch": "2.6.7", + "npm-run-all": "^4.1.5", + "rimraf": "^3.0.2", + "rollup": "^2.70.0", + "rollup-plugin-terser": "^7.0.2", + "ts-jest": "^27.1.3", + "ts-node": "^10.9.1", + "typedoc": "^0.23.15", + "typedoc-plugin-markdown": "^3.14.0", + "typescript": "^4.8.3" + } } } }, @@ -13820,6 +15784,45 @@ "typescript": "^4.4.3" }, "dependencies": { + "@iota/crypto.js": { + "version": "file:packages/iota/examples/native-token-tour/packages/crypto", + "requires": { + "@iota/util.js": "2.0.0-rc.1", + "@rollup/plugin-commonjs": "^21.0.2", + "@rollup/plugin-node-resolve": "^15.0.1", + "@types/jest": "^27.4.1", + "@typescript-eslint/eslint-plugin": "5.38.0", + "@typescript-eslint/parser": "^5.48.2", + "big-integer": "^1.6.51", + "copyfiles": "^2.4.1", + "cross-env": "^7.0.3", + "eslint": "^8.32.0", + "eslint-plugin-header": "^3.1.1", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-unicorn": "^43.0.2", + "jest": "^27.5.1", + "npm-run-all": "^4.1.5", + "rimraf": "^3.0.2", + "rollup": "^2.70.0", + "rollup-plugin-terser": "^7.0.2", + "ts-jest": "^27.1.3", + "ts-node": "^10.9.1", + "typedoc": "^0.23.15", + "typedoc-plugin-markdown": "^3.14.0", + "typescript": "^4.8.3" + }, + "dependencies": { + "@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", + "requires": { + "big-integer": "^1.6.51" + } + } + } + }, "@iota/iota.js": { "version": "file:packages/iota/examples/native-token-tour/packages/iota", "requires": { @@ -13850,6 +15853,25 @@ "typedoc": "^0.23.15", "typedoc-plugin-markdown": "^3.14.0", "typescript": "^4.8.3" + }, + "dependencies": { + "@iota/crypto.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/crypto.js/-/crypto.js-2.0.0-rc.1.tgz", + "integrity": "sha512-gidDFvbIcthVIaxqntffUCFHHNZNhu1e3zjwt6yaYLeuqJcc2AXPv/UF8Lz9Mfkw9aSM8xVUwo8/uYDkvs2eOQ==", + "requires": { + "@iota/util.js": "2.0.0-rc.1", + "big-integer": "^1.6.51" + } + }, + "@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", + "requires": { + "big-integer": "^1.6.51" + } + } } }, "@iota/pow-neon.js": { @@ -13879,6 +15901,45 @@ "ts-node": "^10.9.1", "typescript": "^4.8.3" } + }, + "@iota/util.js": { + "version": "file:packages/iota/examples/native-token-tour/packages/util", + "requires": { + "@rollup/plugin-commonjs": "^21.0.2", + "@rollup/plugin-node-resolve": "^15.0.1", + "@types/jest": "^27.4.1", + "@typescript-eslint/eslint-plugin": "5.38.0", + "@typescript-eslint/parser": "^5.48.2", + "big-integer": "^1.6.51", + "copyfiles": "^2.4.1", + "cross-env": "^7.0.3", + "eslint": "^8.32.0", + "eslint-plugin-header": "^3.1.1", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-unicorn": "^43.0.2", + "jest": "^27.5.1", + "npm-run-all": "^4.1.5", + "rimraf": "^3.0.2", + "rollup": "^2.70.0", + "rollup-plugin-terser": "^7.0.2", + "ts-jest": "^27.1.3", + "ts-node": "^10.9.1", + "typedoc": "^0.23.15", + "typedoc-plugin-markdown": "^3.14.0", + "typescript": "^4.8.3" + } + }, + "typedoc": { + "version": "0.23.28", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.28.tgz", + "integrity": "sha512-9x1+hZWTHEQcGoP7qFmlo4unUoVJLB0H/8vfO/7wqTnZxg4kPuji9y3uRzEu0ZKez63OJAUmiGhUrtukC6Uj3w==", + "requires": { + "lunr": "^2.3.9", + "marked": "^4.2.12", + "minimatch": "^7.1.3", + "shiki": "^0.14.1" + } } } }, @@ -13926,6 +15987,45 @@ "typescript": "^4.4.3" }, "dependencies": { + "@iota/crypto.js": { + "version": "file:packages/iota/examples/nft-collection/packages/crypto", + "requires": { + "@iota/util.js": "2.0.0-rc.1", + "@rollup/plugin-commonjs": "^21.0.2", + "@rollup/plugin-node-resolve": "^15.0.1", + "@types/jest": "^27.4.1", + "@typescript-eslint/eslint-plugin": "5.38.0", + "@typescript-eslint/parser": "^5.48.2", + "big-integer": "^1.6.51", + "copyfiles": "^2.4.1", + "cross-env": "^7.0.3", + "eslint": "^8.32.0", + "eslint-plugin-header": "^3.1.1", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-unicorn": "^43.0.2", + "jest": "^27.5.1", + "npm-run-all": "^4.1.5", + "rimraf": "^3.0.2", + "rollup": "^2.70.0", + "rollup-plugin-terser": "^7.0.2", + "ts-jest": "^27.1.3", + "ts-node": "^10.9.1", + "typedoc": "^0.23.15", + "typedoc-plugin-markdown": "^3.14.0", + "typescript": "^4.8.3" + }, + "dependencies": { + "@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", + "requires": { + "big-integer": "^1.6.51" + } + } + } + }, "@iota/iota.js": { "version": "file:packages/iota/examples/nft-collection/packages/iota", "requires": { @@ -13956,6 +16056,25 @@ "typedoc": "^0.23.15", "typedoc-plugin-markdown": "^3.14.0", "typescript": "^4.8.3" + }, + "dependencies": { + "@iota/crypto.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/crypto.js/-/crypto.js-2.0.0-rc.1.tgz", + "integrity": "sha512-gidDFvbIcthVIaxqntffUCFHHNZNhu1e3zjwt6yaYLeuqJcc2AXPv/UF8Lz9Mfkw9aSM8xVUwo8/uYDkvs2eOQ==", + "requires": { + "@iota/util.js": "2.0.0-rc.1", + "big-integer": "^1.6.51" + } + }, + "@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", + "requires": { + "big-integer": "^1.6.51" + } + } } }, "@iota/pow-neon.js": { @@ -13985,6 +16104,45 @@ "ts-node": "^10.9.1", "typescript": "^4.8.3" } + }, + "@iota/util.js": { + "version": "file:packages/iota/examples/nft-collection/packages/util", + "requires": { + "@rollup/plugin-commonjs": "^21.0.2", + "@rollup/plugin-node-resolve": "^15.0.1", + "@types/jest": "^27.4.1", + "@typescript-eslint/eslint-plugin": "5.38.0", + "@typescript-eslint/parser": "^5.48.2", + "big-integer": "^1.6.51", + "copyfiles": "^2.4.1", + "cross-env": "^7.0.3", + "eslint": "^8.32.0", + "eslint-plugin-header": "^3.1.1", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-unicorn": "^43.0.2", + "jest": "^27.5.1", + "npm-run-all": "^4.1.5", + "rimraf": "^3.0.2", + "rollup": "^2.70.0", + "rollup-plugin-terser": "^7.0.2", + "ts-jest": "^27.1.3", + "ts-node": "^10.9.1", + "typedoc": "^0.23.15", + "typedoc-plugin-markdown": "^3.14.0", + "typescript": "^4.8.3" + } + }, + "typedoc": { + "version": "0.23.28", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.28.tgz", + "integrity": "sha512-9x1+hZWTHEQcGoP7qFmlo4unUoVJLB0H/8vfO/7wqTnZxg4kPuji9y3uRzEu0ZKez63OJAUmiGhUrtukC6Uj3w==", + "requires": { + "lunr": "^2.3.9", + "marked": "^4.2.12", + "minimatch": "^7.1.3", + "shiki": "^0.14.1" + } } } }, @@ -14358,6 +16516,45 @@ "typescript": "^4.4.3" }, "dependencies": { + "@iota/crypto.js": { + "version": "file:packages/iota/examples/peers/packages/crypto", + "requires": { + "@iota/util.js": "2.0.0-rc.1", + "@rollup/plugin-commonjs": "^21.0.2", + "@rollup/plugin-node-resolve": "^15.0.1", + "@types/jest": "^27.4.1", + "@typescript-eslint/eslint-plugin": "5.38.0", + "@typescript-eslint/parser": "^5.48.2", + "big-integer": "^1.6.51", + "copyfiles": "^2.4.1", + "cross-env": "^7.0.3", + "eslint": "^8.32.0", + "eslint-plugin-header": "^3.1.1", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-unicorn": "^43.0.2", + "jest": "^27.5.1", + "npm-run-all": "^4.1.5", + "rimraf": "^3.0.2", + "rollup": "^2.70.0", + "rollup-plugin-terser": "^7.0.2", + "ts-jest": "^27.1.3", + "ts-node": "^10.9.1", + "typedoc": "^0.23.15", + "typedoc-plugin-markdown": "^3.14.0", + "typescript": "^4.8.3" + }, + "dependencies": { + "@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", + "requires": { + "big-integer": "^1.6.51" + } + } + } + }, "@iota/iota.js": { "version": "file:packages/iota/examples/peers/packages/iota", "requires": { @@ -14388,6 +16585,64 @@ "typedoc": "^0.23.15", "typedoc-plugin-markdown": "^3.14.0", "typescript": "^4.8.3" + }, + "dependencies": { + "@iota/crypto.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/crypto.js/-/crypto.js-2.0.0-rc.1.tgz", + "integrity": "sha512-gidDFvbIcthVIaxqntffUCFHHNZNhu1e3zjwt6yaYLeuqJcc2AXPv/UF8Lz9Mfkw9aSM8xVUwo8/uYDkvs2eOQ==", + "requires": { + "@iota/util.js": "2.0.0-rc.1", + "big-integer": "^1.6.51" + } + }, + "@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", + "requires": { + "big-integer": "^1.6.51" + } + } + } + }, + "@iota/util.js": { + "version": "file:packages/iota/examples/peers/packages/util", + "requires": { + "@rollup/plugin-commonjs": "^21.0.2", + "@rollup/plugin-node-resolve": "^15.0.1", + "@types/jest": "^27.4.1", + "@typescript-eslint/eslint-plugin": "5.38.0", + "@typescript-eslint/parser": "^5.48.2", + "big-integer": "^1.6.51", + "copyfiles": "^2.4.1", + "cross-env": "^7.0.3", + "eslint": "^8.32.0", + "eslint-plugin-header": "^3.1.1", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-unicorn": "^43.0.2", + "jest": "^27.5.1", + "npm-run-all": "^4.1.5", + "rimraf": "^3.0.2", + "rollup": "^2.70.0", + "rollup-plugin-terser": "^7.0.2", + "ts-jest": "^27.1.3", + "ts-node": "^10.9.1", + "typedoc": "^0.23.15", + "typedoc-plugin-markdown": "^3.14.0", + "typescript": "^4.8.3" + } + }, + "typedoc": { + "version": "0.23.28", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.28.tgz", + "integrity": "sha512-9x1+hZWTHEQcGoP7qFmlo4unUoVJLB0H/8vfO/7wqTnZxg4kPuji9y3uRzEu0ZKez63OJAUmiGhUrtukC6Uj3w==", + "requires": { + "lunr": "^2.3.9", + "marked": "^4.2.12", + "minimatch": "^7.1.3", + "shiki": "^0.14.1" } } } @@ -14477,6 +16732,45 @@ "typescript": "^4.4.3" }, "dependencies": { + "@iota/crypto.js": { + "version": "file:packages/iota/examples/pow/packages/crypto", + "requires": { + "@iota/util.js": "2.0.0-rc.1", + "@rollup/plugin-commonjs": "^21.0.2", + "@rollup/plugin-node-resolve": "^15.0.1", + "@types/jest": "^27.4.1", + "@typescript-eslint/eslint-plugin": "5.38.0", + "@typescript-eslint/parser": "^5.48.2", + "big-integer": "^1.6.51", + "copyfiles": "^2.4.1", + "cross-env": "^7.0.3", + "eslint": "^8.32.0", + "eslint-plugin-header": "^3.1.1", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-unicorn": "^43.0.2", + "jest": "^27.5.1", + "npm-run-all": "^4.1.5", + "rimraf": "^3.0.2", + "rollup": "^2.70.0", + "rollup-plugin-terser": "^7.0.2", + "ts-jest": "^27.1.3", + "ts-node": "^10.9.1", + "typedoc": "^0.23.15", + "typedoc-plugin-markdown": "^3.14.0", + "typescript": "^4.8.3" + }, + "dependencies": { + "@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", + "requires": { + "big-integer": "^1.6.51" + } + } + } + }, "@iota/iota.js": { "version": "file:packages/iota/examples/pow/packages/iota", "requires": { @@ -14507,6 +16801,25 @@ "typedoc": "^0.23.15", "typedoc-plugin-markdown": "^3.14.0", "typescript": "^4.8.3" + }, + "dependencies": { + "@iota/crypto.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/crypto.js/-/crypto.js-2.0.0-rc.1.tgz", + "integrity": "sha512-gidDFvbIcthVIaxqntffUCFHHNZNhu1e3zjwt6yaYLeuqJcc2AXPv/UF8Lz9Mfkw9aSM8xVUwo8/uYDkvs2eOQ==", + "requires": { + "@iota/util.js": "2.0.0-rc.1", + "big-integer": "^1.6.51" + } + }, + "@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", + "requires": { + "big-integer": "^1.6.51" + } + } } }, "@iota/pow-neon.js": { @@ -14536,6 +16849,45 @@ "ts-node": "^10.9.1", "typescript": "^4.8.3" } + }, + "@iota/util.js": { + "version": "file:packages/iota/examples/pow/packages/util", + "requires": { + "@rollup/plugin-commonjs": "^21.0.2", + "@rollup/plugin-node-resolve": "^15.0.1", + "@types/jest": "^27.4.1", + "@typescript-eslint/eslint-plugin": "5.38.0", + "@typescript-eslint/parser": "^5.48.2", + "big-integer": "^1.6.51", + "copyfiles": "^2.4.1", + "cross-env": "^7.0.3", + "eslint": "^8.32.0", + "eslint-plugin-header": "^3.1.1", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-unicorn": "^43.0.2", + "jest": "^27.5.1", + "npm-run-all": "^4.1.5", + "rimraf": "^3.0.2", + "rollup": "^2.70.0", + "rollup-plugin-terser": "^7.0.2", + "ts-jest": "^27.1.3", + "ts-node": "^10.9.1", + "typedoc": "^0.23.15", + "typedoc-plugin-markdown": "^3.14.0", + "typescript": "^4.8.3" + } + }, + "typedoc": { + "version": "0.23.28", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.28.tgz", + "integrity": "sha512-9x1+hZWTHEQcGoP7qFmlo4unUoVJLB0H/8vfO/7wqTnZxg4kPuji9y3uRzEu0ZKez63OJAUmiGhUrtukC6Uj3w==", + "requires": { + "lunr": "^2.3.9", + "marked": "^4.2.12", + "minimatch": "^7.1.3", + "shiki": "^0.14.1" + } } } }, @@ -14956,13 +17308,14 @@ "integrity": "sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw==" }, "shiki": { - "version": "0.11.1", - "resolved": "https://registry.npmjs.org/shiki/-/shiki-0.11.1.tgz", - "integrity": "sha512-EugY9VASFuDqOexOgXR18ZV+TbFrQHeCpEYaXamO+SZlsnT/2LxuLBX25GGtIrwaEVFXUAbUQ601SWE2rMwWHA==", + "version": "0.14.1", + "resolved": "https://registry.npmjs.org/shiki/-/shiki-0.14.1.tgz", + "integrity": "sha512-+Jz4nBkCBe0mEDqo1eKRcCdjRtrCjozmcbTUjbPTX7OOJfEbTZzlUWlZtGe3Gb5oV1/jnojhG//YZc3rs9zSEw==", "requires": { - "jsonc-parser": "^3.0.0", - "vscode-oniguruma": "^1.6.1", - "vscode-textmate": "^6.0.0" + "ansi-sequence-parser": "^1.1.0", + "jsonc-parser": "^3.2.0", + "vscode-oniguruma": "^1.7.0", + "vscode-textmate": "^8.0.0" } }, "side-channel": { @@ -14990,6 +17343,45 @@ "typescript": "^4.4.3" }, "dependencies": { + "@iota/crypto.js": { + "version": "file:packages/iota/examples/simple/packages/crypto", + "requires": { + "@iota/util.js": "2.0.0-rc.1", + "@rollup/plugin-commonjs": "^21.0.2", + "@rollup/plugin-node-resolve": "^15.0.1", + "@types/jest": "^27.4.1", + "@typescript-eslint/eslint-plugin": "5.38.0", + "@typescript-eslint/parser": "^5.48.2", + "big-integer": "^1.6.51", + "copyfiles": "^2.4.1", + "cross-env": "^7.0.3", + "eslint": "^8.32.0", + "eslint-plugin-header": "^3.1.1", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-unicorn": "^43.0.2", + "jest": "^27.5.1", + "npm-run-all": "^4.1.5", + "rimraf": "^3.0.2", + "rollup": "^2.70.0", + "rollup-plugin-terser": "^7.0.2", + "ts-jest": "^27.1.3", + "ts-node": "^10.9.1", + "typedoc": "^0.23.15", + "typedoc-plugin-markdown": "^3.14.0", + "typescript": "^4.8.3" + }, + "dependencies": { + "@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", + "requires": { + "big-integer": "^1.6.51" + } + } + } + }, "@iota/iota.js": { "version": "file:packages/iota/examples/simple/packages/iota", "requires": { @@ -15020,6 +17412,25 @@ "typedoc": "^0.23.15", "typedoc-plugin-markdown": "^3.14.0", "typescript": "^4.8.3" + }, + "dependencies": { + "@iota/crypto.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/crypto.js/-/crypto.js-2.0.0-rc.1.tgz", + "integrity": "sha512-gidDFvbIcthVIaxqntffUCFHHNZNhu1e3zjwt6yaYLeuqJcc2AXPv/UF8Lz9Mfkw9aSM8xVUwo8/uYDkvs2eOQ==", + "requires": { + "@iota/util.js": "2.0.0-rc.1", + "big-integer": "^1.6.51" + } + }, + "@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", + "requires": { + "big-integer": "^1.6.51" + } + } } }, "@iota/pow-neon.js": { @@ -15049,6 +17460,45 @@ "ts-node": "^10.9.1", "typescript": "^4.8.3" } + }, + "@iota/util.js": { + "version": "file:packages/iota/examples/simple/packages/util", + "requires": { + "@rollup/plugin-commonjs": "^21.0.2", + "@rollup/plugin-node-resolve": "^15.0.1", + "@types/jest": "^27.4.1", + "@typescript-eslint/eslint-plugin": "5.38.0", + "@typescript-eslint/parser": "^5.48.2", + "big-integer": "^1.6.51", + "copyfiles": "^2.4.1", + "cross-env": "^7.0.3", + "eslint": "^8.32.0", + "eslint-plugin-header": "^3.1.1", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-unicorn": "^43.0.2", + "jest": "^27.5.1", + "npm-run-all": "^4.1.5", + "rimraf": "^3.0.2", + "rollup": "^2.70.0", + "rollup-plugin-terser": "^7.0.2", + "ts-jest": "^27.1.3", + "ts-node": "^10.9.1", + "typedoc": "^0.23.15", + "typedoc-plugin-markdown": "^3.14.0", + "typescript": "^4.8.3" + } + }, + "typedoc": { + "version": "0.23.28", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.28.tgz", + "integrity": "sha512-9x1+hZWTHEQcGoP7qFmlo4unUoVJLB0H/8vfO/7wqTnZxg4kPuji9y3uRzEu0ZKez63OJAUmiGhUrtukC6Uj3w==", + "requires": { + "lunr": "^2.3.9", + "marked": "^4.2.12", + "minimatch": "^7.1.3", + "shiki": "^0.14.1" + } } } }, @@ -15430,6 +17880,45 @@ "typescript": "^4.4.3" }, "dependencies": { + "@iota/crypto.js": { + "version": "file:packages/iota/examples/transaction/packages/crypto", + "requires": { + "@iota/util.js": "2.0.0-rc.1", + "@rollup/plugin-commonjs": "^21.0.2", + "@rollup/plugin-node-resolve": "^15.0.1", + "@types/jest": "^27.4.1", + "@typescript-eslint/eslint-plugin": "5.38.0", + "@typescript-eslint/parser": "^5.48.2", + "big-integer": "^1.6.51", + "copyfiles": "^2.4.1", + "cross-env": "^7.0.3", + "eslint": "^8.32.0", + "eslint-plugin-header": "^3.1.1", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-unicorn": "^43.0.2", + "jest": "^27.5.1", + "npm-run-all": "^4.1.5", + "rimraf": "^3.0.2", + "rollup": "^2.70.0", + "rollup-plugin-terser": "^7.0.2", + "ts-jest": "^27.1.3", + "ts-node": "^10.9.1", + "typedoc": "^0.23.15", + "typedoc-plugin-markdown": "^3.14.0", + "typescript": "^4.8.3" + }, + "dependencies": { + "@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", + "requires": { + "big-integer": "^1.6.51" + } + } + } + }, "@iota/iota.js": { "version": "file:packages/iota/examples/transaction/packages/iota", "requires": { @@ -15460,6 +17949,25 @@ "typedoc": "^0.23.15", "typedoc-plugin-markdown": "^3.14.0", "typescript": "^4.8.3" + }, + "dependencies": { + "@iota/crypto.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/crypto.js/-/crypto.js-2.0.0-rc.1.tgz", + "integrity": "sha512-gidDFvbIcthVIaxqntffUCFHHNZNhu1e3zjwt6yaYLeuqJcc2AXPv/UF8Lz9Mfkw9aSM8xVUwo8/uYDkvs2eOQ==", + "requires": { + "@iota/util.js": "2.0.0-rc.1", + "big-integer": "^1.6.51" + } + }, + "@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", + "requires": { + "big-integer": "^1.6.51" + } + } } }, "@iota/pow-neon.js": { @@ -15489,6 +17997,45 @@ "ts-node": "^10.9.1", "typescript": "^4.8.3" } + }, + "@iota/util.js": { + "version": "file:packages/iota/examples/transaction/packages/util", + "requires": { + "@rollup/plugin-commonjs": "^21.0.2", + "@rollup/plugin-node-resolve": "^15.0.1", + "@types/jest": "^27.4.1", + "@typescript-eslint/eslint-plugin": "5.38.0", + "@typescript-eslint/parser": "^5.48.2", + "big-integer": "^1.6.51", + "copyfiles": "^2.4.1", + "cross-env": "^7.0.3", + "eslint": "^8.32.0", + "eslint-plugin-header": "^3.1.1", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-unicorn": "^43.0.2", + "jest": "^27.5.1", + "npm-run-all": "^4.1.5", + "rimraf": "^3.0.2", + "rollup": "^2.70.0", + "rollup-plugin-terser": "^7.0.2", + "ts-jest": "^27.1.3", + "ts-node": "^10.9.1", + "typedoc": "^0.23.15", + "typedoc-plugin-markdown": "^3.14.0", + "typescript": "^4.8.3" + } + }, + "typedoc": { + "version": "0.23.28", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.28.tgz", + "integrity": "sha512-9x1+hZWTHEQcGoP7qFmlo4unUoVJLB0H/8vfO/7wqTnZxg4kPuji9y3uRzEu0ZKez63OJAUmiGhUrtukC6Uj3w==", + "requires": { + "lunr": "^2.3.9", + "marked": "^4.2.12", + "minimatch": "^7.1.3", + "shiki": "^0.14.1" + } } } }, @@ -15610,14 +18157,14 @@ } }, "typedoc": { - "version": "0.23.15", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.15.tgz", - "integrity": "sha512-x9Zu+tTnwxb9YdVr+zvX7LYzyBl1nieOr6lrSHbHsA22/RJK2m4Y525WIg5Mj4jWCmfL47v6f4hUzY7EIuwS5w==", + "version": "0.24.6", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.24.6.tgz", + "integrity": "sha512-c3y3h45xJv3qYwKDAwU6Cl+26CjT0ZvblHzfHJ+SjQDM4p1mZxtgHky4lhmG0+nNarRht8kADfZlbspJWdZarQ==", "requires": { "lunr": "^2.3.9", - "marked": "^4.0.19", - "minimatch": "^5.1.0", - "shiki": "^0.11.1" + "marked": "^4.3.0", + "minimatch": "^9.0.0", + "shiki": "^0.14.1" }, "dependencies": { "brace-expansion": { @@ -15629,9 +18176,9 @@ } }, "minimatch": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz", - "integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.0.tgz", + "integrity": "sha512-0jJj8AvgKqWN05mrwuqi8QYKx1WmYSUoKSxu5Qhs9prezTz10sxAHGNZe9J9cqIJzta8DWsleh2KaVaLl6Ru2w==", "requires": { "brace-expansion": "^2.0.1" } @@ -15754,14 +18301,14 @@ } }, "vscode-oniguruma": { - "version": "1.6.2", - "resolved": "https://registry.npmjs.org/vscode-oniguruma/-/vscode-oniguruma-1.6.2.tgz", - "integrity": "sha512-KH8+KKov5eS/9WhofZR8M8dMHWN2gTxjMsG4jd04YhpbPR91fUj7rYQ2/XjeHCJWbg7X++ApRIU9NUwM2vTvLA==" + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/vscode-oniguruma/-/vscode-oniguruma-1.7.0.tgz", + "integrity": "sha512-L9WMGRfrjOhgHSdOYgCt/yRMsXzLDJSL7BPrOZt73gU0iWO4mpqzqQzOz5srxqTvMBaR0XZTSrVWo4j55Rc6cA==" }, "vscode-textmate": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/vscode-textmate/-/vscode-textmate-6.0.0.tgz", - "integrity": "sha512-gu73tuZfJgu+mvCSy4UZwd2JXykjK9zAZsfmDeut5dx/1a7FeTk0XwJsSuqQn+cuMCGVbIBfl+s53X4T19DnzQ==" + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/vscode-textmate/-/vscode-textmate-8.0.0.tgz", + "integrity": "sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg==" }, "w3c-hr-time": { "version": "1.0.2", diff --git a/packages/crypto/package.json b/packages/crypto/package.json index a0e31fe65..a7fc5bd94 100644 --- a/packages/crypto/package.json +++ b/packages/crypto/package.json @@ -67,7 +67,7 @@ "rollup-plugin-terser": "^7.0.2", "ts-jest": "^27.1.3", "ts-node": "^10.9.1", - "typedoc": "^0.23.15", + "typedoc": "^0.24.6", "typedoc-plugin-markdown": "^3.14.0", "typescript": "^4.8.3" }, diff --git a/packages/iota/package.json b/packages/iota/package.json index 02f48c623..266dc4fdb 100644 --- a/packages/iota/package.json +++ b/packages/iota/package.json @@ -69,7 +69,7 @@ "rollup-plugin-terser": "^7.0.2", "ts-jest": "^27.1.3", "ts-node": "^10.9.1", - "typedoc": "^0.23.15", + "typedoc": "^0.24.6", "typedoc-plugin-markdown": "^3.14.0", "typescript": "^4.8.3" }, diff --git a/packages/util/package.json b/packages/util/package.json index a75ceba44..5dc43ab62 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -65,7 +65,7 @@ "rollup-plugin-terser": "^7.0.2", "ts-jest": "^27.1.3", "ts-node": "^10.9.1", - "typedoc": "^0.23.15", + "typedoc": "^0.24.6", "typedoc-plugin-markdown": "^3.14.0", "typescript": "^4.8.3" },