diff --git a/package-lock.json b/package-lock.json index 8d7ef97b9..bf1de9edd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -602,16 +602,17 @@ } }, "node_modules/@es-joy/jsdoccomment": { - "version": "0.36.1", - "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.36.1.tgz", - "integrity": "sha512-922xqFsTpHs6D0BUiG4toiyPOMc8/jafnWKxz1KWgS4XzKPy2qXf1Pe6UFuNSCQqt6tOuhAWXBNuuyUhJmw9Vg==", + "version": "0.37.1", + "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.37.1.tgz", + "integrity": "sha512-5vxWJ1gEkEF0yRd0O+uK6dHJf7adrxwQSX8PuRiPfFSAbNLnY0ZJfXaZucoz14Jj2N11xn2DnlEPwWRpYpvRjg==", + "dev": true, "dependencies": { "comment-parser": "1.3.1", - "esquery": "^1.4.0", - "jsdoc-type-pratt-parser": "~3.1.0" + "esquery": "^1.5.0", + "jsdoc-type-pratt-parser": "~4.0.0" }, "engines": { - "node": "^14 || ^16 || ^17 || ^18 || ^19" + "node": "^14 || ^16 || ^17 || ^18 || ^19 || ^20" } }, "node_modules/@eslint/eslintrc": { @@ -1800,6 +1801,15 @@ "node": ">= 8" } }, + "node_modules/are-docs-informative": { + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/are-docs-informative/-/are-docs-informative-0.0.2.tgz", + "integrity": "sha512-ixiS0nLNNG5jNQzgZJNoUpBKdo9yTYZMGJ+QgT2jmjR7G7+QHRCc4v6LQ3NgE7EBJq+o0ams3waJwkrlBom8Ig==", + "dev": true, + "engines": { + "node": ">=14" + } + }, "node_modules/arg": { "version": "4.1.3", "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", @@ -3091,20 +3101,22 @@ "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" }, "node_modules/eslint-plugin-jsdoc": { - "version": "39.6.4", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.6.4.tgz", - "integrity": "sha512-fskvdLCfwmPjHb6e+xNGDtGgbF8X7cDwMtVLAP2WwSf9Htrx68OAx31BESBM1FAwsN2HTQyYQq7m4aW4Q4Nlag==", + "version": "43.1.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-43.1.1.tgz", + "integrity": "sha512-J2kjjsJ5vBXSyNzqJhceeSGTAgVgZHcPSJKo3vD4tNjUdfky98rR2VfZUDsS1GKL6isyVa8GWvr+Az7Vyg2HXA==", + "dev": true, "dependencies": { - "@es-joy/jsdoccomment": "~0.36.1", + "@es-joy/jsdoccomment": "~0.37.1", + "are-docs-informative": "^0.0.2", "comment-parser": "1.3.1", "debug": "^4.3.4", "escape-string-regexp": "^4.0.0", - "esquery": "^1.4.0", - "semver": "^7.3.8", + "esquery": "^1.5.0", + "semver": "^7.5.0", "spdx-expression-parse": "^3.0.1" }, "engines": { - "node": "^14 || ^16 || ^17 || ^18 || ^19" + "node": ">=16" }, "peerDependencies": { "eslint": "^7.0.0 || ^8.0.0" @@ -3234,9 +3246,9 @@ } }, "node_modules/esquery": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz", - "integrity": "sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz", + "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==", "dependencies": { "estraverse": "^5.1.0" }, @@ -4955,9 +4967,10 @@ } }, "node_modules/jsdoc-type-pratt-parser": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-3.1.0.tgz", - "integrity": "sha512-MgtD0ZiCDk9B+eI73BextfRrVQl0oyzRG8B2BjORts6jbunj4ScKPcyXGTbB6eXL4y9TzxCm6hyeLq/2ASzNdw==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-4.0.0.tgz", + "integrity": "sha512-YtOli5Cmzy3q4dP26GraSOeAhqecewG04hoO8DY56CH4KJ9Fvv5qKWUCCo3HZob7esJQHCv6/+bnTy72xZZaVQ==", + "dev": true, "engines": { "node": ">=12.0.0" } @@ -6595,9 +6608,9 @@ } }, "node_modules/semver": { - "version": "7.3.8", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz", - "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", + "version": "7.5.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.0.tgz", + "integrity": "sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA==", "dependencies": { "lru-cache": "^6.0.0" }, @@ -7802,10 +7815,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": { @@ -7819,7 +7832,7 @@ "eslint": "^8.32.0", "eslint-plugin-header": "^3.1.1", "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-jsdoc": "^43.1.1", "eslint-plugin-unicorn": "^43.0.2", "jest": "^27.5.1", "npm-run-all": "^4.1.5", @@ -7858,7 +7871,7 @@ "eslint": "^8.32.0", "eslint-plugin-header": "^3.1.1", "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-jsdoc": "^43.1.1", "eslint-plugin-unicorn": "^43.0.2", "jest": "^27.5.1", "npm-run-all": "^4.1.5", @@ -7884,16 +7897,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/eslint-plugin-jsdoc": { + "version": "39.9.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.9.1.tgz", + "integrity": "sha512-Rq2QY6BZP2meNIs48aZ3GlIlJgBqFCmR55+UBvaDkA3ZNQ0SvQXOs2QKkubakEijV8UbIVbVZKsOVN8G3MuqZw==", + "dependencies": { + "@es-joy/jsdoccomment": "~0.36.1", + "comment-parser": "1.3.1", + "debug": "^4.3.4", + "escape-string-regexp": "^4.0.0", + "esquery": "^1.4.0", + "semver": "^7.3.8", + "spdx-expression-parse": "^3.0.1" + }, + "engines": { + "node": "^14 || ^16 || ^17 || ^18 || ^19" + }, + "peerDependencies": { + "eslint": "^7.0.0 || ^8.0.0" + } + }, + "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 +7944,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 +7955,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 +7999,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 +8040,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/eslint-plugin-jsdoc": { + "version": "39.9.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.9.1.tgz", + "integrity": "sha512-Rq2QY6BZP2meNIs48aZ3GlIlJgBqFCmR55+UBvaDkA3ZNQ0SvQXOs2QKkubakEijV8UbIVbVZKsOVN8G3MuqZw==", + "dependencies": { + "@es-joy/jsdoccomment": "~0.36.1", + "comment-parser": "1.3.1", + "debug": "^4.3.4", + "escape-string-regexp": "^4.0.0", + "esquery": "^1.4.0", + "semver": "^7.3.8", + "spdx-expression-parse": "^3.0.1" + }, + "engines": { + "node": "^14 || ^16 || ^17 || ^18 || ^19" + }, + "peerDependencies": { + "eslint": "^7.0.0 || ^8.0.0" + } + }, + "packages/iota/examples/data/packages/iota": { "name": "@iota/iota.js", "version": "0.0.1", "dependencies": { @@ -8050,7 +8121,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 +8161,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 +8179,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,36 +8190,7 @@ "typescript": "^4.8.3" } }, - "packages/iota/examples/mint-nft/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/iota/examples/mint-native-tokens": { "version": "1.0.0", "dependencies": { "@iota/crypto.js": "file:packages/crypto", @@ -8178,28 +8204,53 @@ }, "devDependencies": { "@types/bluebird": "^3.5.38", - "@types/node": "^18.11.18", "@types/node-fetch": "^2.6.1" } }, - "packages/iota/examples/native-token-tour/node_modules/@iota/iota.js": { - "resolved": "packages/iota/examples/native-token-tour/packages/iota", + "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/native-token-tour/node_modules/@iota/pow-neon.js": { - "resolved": "packages/iota/examples/native-token-tour/packages/pow-neon", + "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/native-token-tour/packages/iota": { - "name": "@iota/iota.js", + "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/eslint-plugin-jsdoc": { + "version": "39.9.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.9.1.tgz", + "integrity": "sha512-Rq2QY6BZP2meNIs48aZ3GlIlJgBqFCmR55+UBvaDkA3ZNQ0SvQXOs2QKkubakEijV8UbIVbVZKsOVN8G3MuqZw==", + "dependencies": { + "@es-joy/jsdoccomment": "~0.36.1", + "comment-parser": "1.3.1", + "debug": "^4.3.4", + "escape-string-regexp": "^4.0.0", + "esquery": "^1.4.0", + "semver": "^7.3.8", + "spdx-expression-parse": "^3.0.1" + }, + "engines": { + "node": "^14 || ^16 || ^17 || ^18 || ^19" + }, + "peerDependencies": { + "eslint": "^7.0.0 || ^8.0.0" + } + }, + "packages/iota/examples/mint-native-tokens/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", @@ -8211,7 +8262,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", @@ -8223,16 +8273,30 @@ "typescript": "^4.8.3" } }, - "packages/iota/examples/native-token-tour/packages/pow-neon": { - "name": "@iota/pow-neon.js", + "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": { + "big-integer": "^1.6.51" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "packages/iota/examples/mint-native-tokens/packages/iota": { + "name": "@iota/iota.js", "version": "0.0.1", "dependencies": { - "@iota/types": "2.0.0-rc.2", + "@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", - "@typescript-eslint/eslint-plugin": "^5.38.0", + "@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", @@ -8241,53 +8305,51 @@ "eslint-plugin-jsdoc": "^39.6.4", "eslint-plugin-unicorn": "^43.0.2", "jest": "^27.5.1", - "neon-cli": "^0.10.1", + "node-fetch": "2.6.7", "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/nft-collection": { - "version": "1.0.0", + "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/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" + "@iota/util.js": "2.0.0-rc.1", + "big-integer": "^1.6.51" }, - "devDependencies": { - "@types/bluebird": "^3.5.38" + "engines": { + "node": ">=14.0.0" } }, - "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/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/nft-collection/packages/iota": { - "name": "@iota/iota.js", + "packages/iota/examples/mint-native-tokens/packages/pow-neon": { + "name": "@iota/pow-neon.js", "version": "0.0.1", "dependencies": { - "@iota/crypto.js": "2.0.0-rc.1", - "@iota/util.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", - "@types/node-fetch": "2.6.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", @@ -8296,28 +8358,27 @@ "eslint-plugin-jsdoc": "^39.6.4", "eslint-plugin-unicorn": "^43.0.2", "jest": "^27.5.1", - "node-fetch": "2.6.7", + "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/nft-collection/packages/pow-neon": { - "name": "@iota/pow-neon.js", + "packages/iota/examples/mint-native-tokens/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", @@ -8326,40 +8387,76 @@ "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/peers": { + "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/peers/node_modules/@iota/iota.js": { - "resolved": "packages/iota/examples/peers/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/peers/packages/iota": { - "name": "@iota/iota.js", + "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/node_modules/@iota/util.js": { + "resolved": "packages/iota/examples/mint-nft/packages/util", + "link": true + }, + "packages/iota/examples/mint-nft/node_modules/eslint-plugin-jsdoc": { + "version": "39.9.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.9.1.tgz", + "integrity": "sha512-Rq2QY6BZP2meNIs48aZ3GlIlJgBqFCmR55+UBvaDkA3ZNQ0SvQXOs2QKkubakEijV8UbIVbVZKsOVN8G3MuqZw==", + "dependencies": { + "@es-joy/jsdoccomment": "~0.36.1", + "comment-parser": "1.3.1", + "debug": "^4.3.4", + "escape-string-regexp": "^4.0.0", + "esquery": "^1.4.0", + "semver": "^7.3.8", + "spdx-expression-parse": "^3.0.1" + }, + "engines": { + "node": "^14 || ^16 || ^17 || ^18 || ^19" + }, + "peerDependencies": { + "eslint": "^7.0.0 || ^8.0.0" + } + }, + "packages/iota/examples/mint-nft/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", @@ -8371,7 +8468,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 +8479,18 @@ "typescript": "^4.8.3" } }, - "packages/iota/examples/pow": { - "version": "1.0.0", + "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": { - "@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/mint-nft/packages/iota": { "name": "@iota/iota.js", "version": "0.0.1", "dependencies": { @@ -8436,7 +8523,30 @@ "typescript": "^4.8.3" } }, - "packages/iota/examples/pow/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": { @@ -8465,17 +8575,17 @@ "typescript": "^4.8.3" } }, - "packages/iota/examples/pow/packages/pow-node": { - "name": "@iota/pow-node.js", + "packages/iota/examples/mint-nft/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 +8599,77 @@ "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/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/native-token-tour/node_modules/@iota/crypto.js": { + "resolved": "packages/iota/examples/native-token-tour/packages/crypto", + "link": true + }, + "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/eslint-plugin-jsdoc": { + "version": "39.9.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.9.1.tgz", + "integrity": "sha512-Rq2QY6BZP2meNIs48aZ3GlIlJgBqFCmR55+UBvaDkA3ZNQ0SvQXOs2QKkubakEijV8UbIVbVZKsOVN8G3MuqZw==", + "dependencies": { + "@es-joy/jsdoccomment": "~0.36.1", + "comment-parser": "1.3.1", + "debug": "^4.3.4", + "escape-string-regexp": "^4.0.0", + "esquery": "^1.4.0", + "semver": "^7.3.8", + "spdx-expression-parse": "^3.0.1" + }, + "engines": { + "node": "^14 || ^16 || ^17 || ^18 || ^19" + }, + "peerDependencies": { + "eslint": "^7.0.0 || ^8.0.0" + } + }, + "packages/iota/examples/native-token-tour/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 +8683,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/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": { - "@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/native-token-tour/packages/iota": { "name": "@iota/iota.js", "version": "0.0.1", "dependencies": { @@ -8570,7 +8732,30 @@ "typescript": "^4.8.3" } }, - "packages/iota/examples/simple/packages/pow-neon": { + "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": { @@ -8599,8 +8784,914 @@ "typescript": "^4.8.3" } }, - "packages/iota/examples/transaction": { - "version": "1.0.0", + "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/eslint-plugin-jsdoc": { + "version": "39.9.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.9.1.tgz", + "integrity": "sha512-Rq2QY6BZP2meNIs48aZ3GlIlJgBqFCmR55+UBvaDkA3ZNQ0SvQXOs2QKkubakEijV8UbIVbVZKsOVN8G3MuqZw==", + "dependencies": { + "@es-joy/jsdoccomment": "~0.36.1", + "comment-parser": "1.3.1", + "debug": "^4.3.4", + "escape-string-regexp": "^4.0.0", + "esquery": "^1.4.0", + "semver": "^7.3.8", + "spdx-expression-parse": "^3.0.1" + }, + "engines": { + "node": "^14 || ^16 || ^17 || ^18 || ^19" + }, + "peerDependencies": { + "eslint": "^7.0.0 || ^8.0.0" + } + }, + "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/eslint-plugin-jsdoc": { + "version": "39.9.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.9.1.tgz", + "integrity": "sha512-Rq2QY6BZP2meNIs48aZ3GlIlJgBqFCmR55+UBvaDkA3ZNQ0SvQXOs2QKkubakEijV8UbIVbVZKsOVN8G3MuqZw==", + "dependencies": { + "@es-joy/jsdoccomment": "~0.36.1", + "comment-parser": "1.3.1", + "debug": "^4.3.4", + "escape-string-regexp": "^4.0.0", + "esquery": "^1.4.0", + "semver": "^7.3.8", + "spdx-expression-parse": "^3.0.1" + }, + "engines": { + "node": "^14 || ^16 || ^17 || ^18 || ^19" + }, + "peerDependencies": { + "eslint": "^7.0.0 || ^8.0.0" + } + }, + "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/eslint-plugin-jsdoc": { + "version": "39.9.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.9.1.tgz", + "integrity": "sha512-Rq2QY6BZP2meNIs48aZ3GlIlJgBqFCmR55+UBvaDkA3ZNQ0SvQXOs2QKkubakEijV8UbIVbVZKsOVN8G3MuqZw==", + "dependencies": { + "@es-joy/jsdoccomment": "~0.36.1", + "comment-parser": "1.3.1", + "debug": "^4.3.4", + "escape-string-regexp": "^4.0.0", + "esquery": "^1.4.0", + "semver": "^7.3.8", + "spdx-expression-parse": "^3.0.1" + }, + "engines": { + "node": "^14 || ^16 || ^17 || ^18 || ^19" + }, + "peerDependencies": { + "eslint": "^7.0.0 || ^8.0.0" + } + }, + "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/eslint-plugin-jsdoc": { + "version": "39.9.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.9.1.tgz", + "integrity": "sha512-Rq2QY6BZP2meNIs48aZ3GlIlJgBqFCmR55+UBvaDkA3ZNQ0SvQXOs2QKkubakEijV8UbIVbVZKsOVN8G3MuqZw==", + "dependencies": { + "@es-joy/jsdoccomment": "~0.36.1", + "comment-parser": "1.3.1", + "debug": "^4.3.4", + "escape-string-regexp": "^4.0.0", + "esquery": "^1.4.0", + "semver": "^7.3.8", + "spdx-expression-parse": "^3.0.1" + }, + "engines": { + "node": "^14 || ^16 || ^17 || ^18 || ^19" + }, + "peerDependencies": { + "eslint": "^7.0.0 || ^8.0.0" + } + }, + "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", + "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/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/simple/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/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": { + "@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/simple/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/transaction": { + "version": "1.0.0", "dependencies": { "@iota/crypto.js": "file:packages/crypto", "@iota/iota.js": "file:packages/iota", @@ -8609,27 +9700,149 @@ "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/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/eslint-plugin-jsdoc": { + "version": "39.9.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.9.1.tgz", + "integrity": "sha512-Rq2QY6BZP2meNIs48aZ3GlIlJgBqFCmR55+UBvaDkA3ZNQ0SvQXOs2QKkubakEijV8UbIVbVZKsOVN8G3MuqZw==", + "dependencies": { + "@es-joy/jsdoccomment": "~0.36.1", + "comment-parser": "1.3.1", + "debug": "^4.3.4", + "escape-string-regexp": "^4.0.0", + "esquery": "^1.4.0", + "semver": "^7.3.8", + "spdx-expression-parse": "^3.0.1" + }, + "engines": { + "node": "^14 || ^16 || ^17 || ^18 || ^19" + }, + "peerDependencies": { + "eslint": "^7.0.0 || ^8.0.0" + } + }, + "packages/iota/examples/transaction/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/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": { + "big-integer": "^1.6.51" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "packages/iota/examples/transaction/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/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/iota": { - "name": "@iota/iota.js", + "packages/iota/examples/transaction/packages/pow-neon": { + "name": "@iota/pow-neon.js", "version": "0.0.1", "dependencies": { - "@iota/crypto.js": "2.0.0-rc.1", - "@iota/util.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", - "@types/node-fetch": "2.6.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", @@ -8638,28 +9851,27 @@ "eslint-plugin-jsdoc": "^39.6.4", "eslint-plugin-unicorn": "^43.0.2", "jest": "^27.5.1", - "node-fetch": "2.6.7", + "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/transaction/packages/pow-neon": { - "name": "@iota/pow-neon.js", + "packages/iota/examples/transaction/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", @@ -8668,17 +9880,42 @@ "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/node_modules/@es-joy/jsdoccomment": { + "version": "0.36.1", + "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.36.1.tgz", + "integrity": "sha512-922xqFsTpHs6D0BUiG4toiyPOMc8/jafnWKxz1KWgS4XzKPy2qXf1Pe6UFuNSCQqt6tOuhAWXBNuuyUhJmw9Vg==", + "dependencies": { + "comment-parser": "1.3.1", + "esquery": "^1.4.0", + "jsdoc-type-pratt-parser": "~3.1.0" + }, + "engines": { + "node": "^14 || ^16 || ^17 || ^18 || ^19" + } + }, + "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/node_modules/@iota/iota.js": { "resolved": "packages/iota/examples/address/packages/iota", "link": true @@ -8695,6 +9932,25 @@ "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/jsdoc-type-pratt-parser": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-3.1.0.tgz", + "integrity": "sha512-MgtD0ZiCDk9B+eI73BextfRrVQl0oyzRG8B2BjORts6jbunj4ScKPcyXGTbB6eXL4y9TzxCm6hyeLq/2ASzNdw==", + "engines": { + "node": ">=12.0.0" + } + }, "packages/mqtt": { "name": "@iota/mqtt.js", "version": "2.0.0-rc.3", @@ -8716,7 +9972,7 @@ "eslint": "^8.32.0", "eslint-plugin-header": "^3.1.1", "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-jsdoc": "^43.1.1", "eslint-plugin-unicorn": "^43.0.2", "jest": "^27.5.1", "npm-run-all": "^4.1.5", @@ -8743,12 +9999,64 @@ "resolved": "packages/mqtt/examples/mqtt-client/packages/iota", "link": true }, - "packages/mqtt/examples/mqtt-client/packages/iota": {}, + "packages/mqtt/examples/mqtt-client/node_modules/eslint-plugin-jsdoc": { + "version": "39.9.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.9.1.tgz", + "integrity": "sha512-Rq2QY6BZP2meNIs48aZ3GlIlJgBqFCmR55+UBvaDkA3ZNQ0SvQXOs2QKkubakEijV8UbIVbVZKsOVN8G3MuqZw==", + "dependencies": { + "@es-joy/jsdoccomment": "~0.36.1", + "comment-parser": "1.3.1", + "debug": "^4.3.4", + "escape-string-regexp": "^4.0.0", + "esquery": "^1.4.0", + "semver": "^7.3.8", + "spdx-expression-parse": "^3.0.1" + }, + "engines": { + "node": "^14 || ^16 || ^17 || ^18 || ^19" + }, + "peerDependencies": { + "eslint": "^7.0.0 || ^8.0.0" + } + }, + "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 +10096,54 @@ "node": ">=14.0.0" } }, + "packages/mqtt/node_modules/@es-joy/jsdoccomment": { + "version": "0.36.1", + "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.36.1.tgz", + "integrity": "sha512-922xqFsTpHs6D0BUiG4toiyPOMc8/jafnWKxz1KWgS4XzKPy2qXf1Pe6UFuNSCQqt6tOuhAWXBNuuyUhJmw9Vg==", + "dependencies": { + "comment-parser": "1.3.1", + "esquery": "^1.4.0", + "jsdoc-type-pratt-parser": "~3.1.0" + }, + "engines": { + "node": "^14 || ^16 || ^17 || ^18 || ^19" + } + }, + "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/jsdoc-type-pratt-parser": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-3.1.0.tgz", + "integrity": "sha512-MgtD0ZiCDk9B+eI73BextfRrVQl0oyzRG8B2BjORts6jbunj4ScKPcyXGTbB6eXL4y9TzxCm6hyeLq/2ASzNdw==", + "engines": { + "node": ">=12.0.0" + } + }, "packages/pow-browser": { "name": "@iota/pow-browser.js", "version": "2.0.0-rc.3", @@ -8810,7 +10162,7 @@ "eslint": "^8.32.0", "eslint-plugin-header": "^3.1.1", "eslint-plugin-import": "^2.25.4", - "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-jsdoc": "^43.1.1", "eslint-plugin-unicorn": "^41.0.0", "jest": "^27.5.1", "npm-run-all": "^4.1.5", @@ -8825,6 +10177,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", @@ -9033,7 +10408,7 @@ "eslint": "^8.32.0", "eslint-plugin-header": "^3.1.1", "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-jsdoc": "^43.1.1", "eslint-plugin-unicorn": "^43.0.2", "jest": "^27.5.1", "npm-run-all": "^4.1.5", @@ -9067,7 +10442,7 @@ "eslint": "^8.32.0", "eslint-plugin-header": "^3.1.1", "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-jsdoc": "^43.1.1", "eslint-plugin-unicorn": "^43.0.2", "jest": "^27.5.1", "npm-run-all": "^4.1.5", @@ -9082,6 +10457,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", @@ -9100,7 +10498,7 @@ "eslint": "^8.32.0", "eslint-plugin-header": "^3.1.1", "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-jsdoc": "^43.1.1", "eslint-plugin-unicorn": "^43.0.2", "jest": "^27.5.1", "npm-run-all": "^4.1.5", @@ -9115,6 +10513,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 +10549,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" @@ -9144,7 +10565,7 @@ "eslint": "^8.32.0", "eslint-plugin-header": "^3.1.1", "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-jsdoc": "^43.1.1", "eslint-plugin-unicorn": "^43.0.2", "jest": "^27.5.1", "npm-run-all": "^4.1.5", @@ -9589,13 +11010,14 @@ } }, "@es-joy/jsdoccomment": { - "version": "0.36.1", - "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.36.1.tgz", - "integrity": "sha512-922xqFsTpHs6D0BUiG4toiyPOMc8/jafnWKxz1KWgS4XzKPy2qXf1Pe6UFuNSCQqt6tOuhAWXBNuuyUhJmw9Vg==", + "version": "0.37.1", + "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.37.1.tgz", + "integrity": "sha512-5vxWJ1gEkEF0yRd0O+uK6dHJf7adrxwQSX8PuRiPfFSAbNLnY0ZJfXaZucoz14Jj2N11xn2DnlEPwWRpYpvRjg==", + "dev": true, "requires": { "comment-parser": "1.3.1", - "esquery": "^1.4.0", - "jsdoc-type-pratt-parser": "~3.1.0" + "esquery": "^1.5.0", + "jsdoc-type-pratt-parser": "~4.0.0" } }, "@eslint/eslintrc": { @@ -9637,7 +11059,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", @@ -9649,7 +11071,7 @@ "eslint": "^8.32.0", "eslint-plugin-header": "^3.1.1", "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-jsdoc": "^43.1.1", "eslint-plugin-unicorn": "^43.0.2", "jest": "^27.5.1", "npm-run-all": "^4.1.5", @@ -9680,7 +11102,7 @@ "eslint": "^8.32.0", "eslint-plugin-header": "^3.1.1", "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-jsdoc": "^43.1.1", "eslint-plugin-unicorn": "^43.0.2", "jest": "^27.5.1", "node-fetch": "2.6.7", @@ -9695,6 +11117,25 @@ "typescript": "^4.8.3" }, "dependencies": { + "@es-joy/jsdoccomment": { + "version": "0.36.1", + "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.36.1.tgz", + "integrity": "sha512-922xqFsTpHs6D0BUiG4toiyPOMc8/jafnWKxz1KWgS4XzKPy2qXf1Pe6UFuNSCQqt6tOuhAWXBNuuyUhJmw9Vg==", + "requires": { + "comment-parser": "1.3.1", + "esquery": "^1.4.0", + "jsdoc-type-pratt-parser": "~3.1.0" + } + }, + "@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 +11166,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 +11239,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,7 +11284,39 @@ "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" } + }, + "jsdoc-type-pratt-parser": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-3.1.0.tgz", + "integrity": "sha512-MgtD0ZiCDk9B+eI73BextfRrVQl0oyzRG8B2BjORts6jbunj4ScKPcyXGTbB6eXL4y9TzxCm6hyeLq/2ASzNdw==" } } }, @@ -9825,7 +11336,7 @@ "eslint": "^8.32.0", "eslint-plugin-header": "^3.1.1", "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-jsdoc": "^43.1.1", "eslint-plugin-unicorn": "^43.0.2", "jest": "^27.5.1", "mqtt": "^4.3.7", @@ -9838,10 +11349,29 @@ "typescript": "^4.8.3" }, "dependencies": { + "@es-joy/jsdoccomment": { + "version": "0.36.1", + "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.36.1.tgz", + "integrity": "sha512-922xqFsTpHs6D0BUiG4toiyPOMc8/jafnWKxz1KWgS4XzKPy2qXf1Pe6UFuNSCQqt6tOuhAWXBNuuyUhJmw9Vg==", + "requires": { + "comment-parser": "1.3.1", + "esquery": "^1.4.0", + "jsdoc-type-pratt-parser": "~3.1.0" + } + }, + "@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 +11398,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 +11408,19 @@ } } } + }, + "@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" + } + }, + "jsdoc-type-pratt-parser": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-3.1.0.tgz", + "integrity": "sha512-MgtD0ZiCDk9B+eI73BextfRrVQl0oyzRG8B2BjORts6jbunj4ScKPcyXGTbB6eXL4y9TzxCm6hyeLq/2ASzNdw==" } } }, @@ -9896,7 +11438,7 @@ "eslint": "^8.32.0", "eslint-plugin-header": "^3.1.1", "eslint-plugin-import": "^2.25.4", - "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-jsdoc": "^43.1.1", "eslint-plugin-unicorn": "^41.0.0", "jest": "^27.5.1", "npm-run-all": "^4.1.5", @@ -9908,6 +11450,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", @@ -10029,7 +11588,7 @@ "eslint": "^8.32.0", "eslint-plugin-header": "^3.1.1", "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-jsdoc": "^43.1.1", "eslint-plugin-unicorn": "^43.0.2", "jest": "^27.5.1", "neon-cli": "^0.10.1", @@ -10057,7 +11616,7 @@ "eslint": "^8.32.0", "eslint-plugin-header": "^3.1.1", "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-jsdoc": "^43.1.1", "eslint-plugin-unicorn": "^43.0.2", "jest": "^27.5.1", "npm-run-all": "^4.1.5", @@ -10067,6 +11626,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": { @@ -10083,7 +11661,7 @@ "eslint": "^8.32.0", "eslint-plugin-header": "^3.1.1", "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-jsdoc": "^43.1.1", "eslint-plugin-unicorn": "^43.0.2", "jest": "^27.5.1", "npm-run-all": "^4.1.5", @@ -10093,6 +11671,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": { @@ -10114,7 +11711,7 @@ "eslint": "^8.32.0", "eslint-plugin-header": "^3.1.1", "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-jsdoc": "^43.1.1", "eslint-plugin-unicorn": "^43.0.2", "jest": "^27.5.1", "npm-run-all": "^4.1.5", @@ -10882,6 +12479,89 @@ "@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" + } + }, + "eslint-plugin-jsdoc": { + "version": "39.9.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.9.1.tgz", + "integrity": "sha512-Rq2QY6BZP2meNIs48aZ3GlIlJgBqFCmR55+UBvaDkA3ZNQ0SvQXOs2QKkubakEijV8UbIVbVZKsOVN8G3MuqZw==", + "requires": { + "@es-joy/jsdoccomment": "~0.36.1", + "comment-parser": "1.3.1", + "debug": "^4.3.4", + "escape-string-regexp": "^4.0.0", + "esquery": "^1.4.0", + "semver": "^7.3.8", + "spdx-expression-parse": "^3.0.1" + } + } } }, "agent-base": { @@ -10940,6 +12620,12 @@ "picomatch": "^2.0.4" } }, + "are-docs-informative": { + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/are-docs-informative/-/are-docs-informative-0.0.2.tgz", + "integrity": "sha512-ixiS0nLNNG5jNQzgZJNoUpBKdo9yTYZMGJ+QgT2jmjR7G7+QHRCc4v6LQ3NgE7EBJq+o0ams3waJwkrlBom8Ig==", + "dev": true + }, "arg": { "version": "4.1.3", "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", @@ -11550,6 +13236,58 @@ "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" + } + }, + "eslint-plugin-jsdoc": { + "version": "39.9.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.9.1.tgz", + "integrity": "sha512-Rq2QY6BZP2meNIs48aZ3GlIlJgBqFCmR55+UBvaDkA3ZNQ0SvQXOs2QKkubakEijV8UbIVbVZKsOVN8G3MuqZw==", + "requires": { + "@es-joy/jsdoccomment": "~0.36.1", + "comment-parser": "1.3.1", + "debug": "^4.3.4", + "escape-string-regexp": "^4.0.0", + "esquery": "^1.4.0", + "semver": "^7.3.8", + "spdx-expression-parse": "^3.0.1" } } } @@ -11960,16 +13698,18 @@ } }, "eslint-plugin-jsdoc": { - "version": "39.6.4", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.6.4.tgz", - "integrity": "sha512-fskvdLCfwmPjHb6e+xNGDtGgbF8X7cDwMtVLAP2WwSf9Htrx68OAx31BESBM1FAwsN2HTQyYQq7m4aW4Q4Nlag==", + "version": "43.1.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-43.1.1.tgz", + "integrity": "sha512-J2kjjsJ5vBXSyNzqJhceeSGTAgVgZHcPSJKo3vD4tNjUdfky98rR2VfZUDsS1GKL6isyVa8GWvr+Az7Vyg2HXA==", + "dev": true, "requires": { - "@es-joy/jsdoccomment": "~0.36.1", + "@es-joy/jsdoccomment": "~0.37.1", + "are-docs-informative": "^0.0.2", "comment-parser": "1.3.1", "debug": "^4.3.4", "escape-string-regexp": "^4.0.0", - "esquery": "^1.4.0", - "semver": "^7.3.8", + "esquery": "^1.5.0", + "semver": "^7.5.0", "spdx-expression-parse": "^3.0.1" } }, @@ -12039,9 +13779,9 @@ "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==" }, "esquery": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz", - "integrity": "sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz", + "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==", "requires": { "estraverse": "^5.1.0" }, @@ -13297,9 +15037,10 @@ } }, "jsdoc-type-pratt-parser": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-3.1.0.tgz", - "integrity": "sha512-MgtD0ZiCDk9B+eI73BextfRrVQl0oyzRG8B2BjORts6jbunj4ScKPcyXGTbB6eXL4y9TzxCm6hyeLq/2ASzNdw==" + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-4.0.0.tgz", + "integrity": "sha512-YtOli5Cmzy3q4dP26GraSOeAhqecewG04hoO8DY56CH4KJ9Fvv5qKWUCCo3HZob7esJQHCv6/+bnTy72xZZaVQ==", + "dev": true }, "jsdom": { "version": "16.7.0", @@ -13605,6 +15346,45 @@ "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": { @@ -13635,6 +15415,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": { @@ -13664,6 +15463,48 @@ "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" + } + }, + "eslint-plugin-jsdoc": { + "version": "39.9.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.9.1.tgz", + "integrity": "sha512-Rq2QY6BZP2meNIs48aZ3GlIlJgBqFCmR55+UBvaDkA3ZNQ0SvQXOs2QKkubakEijV8UbIVbVZKsOVN8G3MuqZw==", + "requires": { + "@es-joy/jsdoccomment": "~0.36.1", + "comment-parser": "1.3.1", + "debug": "^4.3.4", + "escape-string-regexp": "^4.0.0", + "esquery": "^1.4.0", + "semver": "^7.3.8", + "spdx-expression-parse": "^3.0.1" + } } } }, @@ -13680,6 +15521,45 @@ "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-nft/packages/iota", "requires": { @@ -13710,6 +15590,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": { @@ -13739,6 +15638,48 @@ "ts-node": "^10.9.1", "typescript": "^4.8.3" } + }, + "@iota/util.js": { + "version": "file:packages/iota/examples/mint-nft/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" + } + }, + "eslint-plugin-jsdoc": { + "version": "39.9.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.9.1.tgz", + "integrity": "sha512-Rq2QY6BZP2meNIs48aZ3GlIlJgBqFCmR55+UBvaDkA3ZNQ0SvQXOs2QKkubakEijV8UbIVbVZKsOVN8G3MuqZw==", + "requires": { + "@es-joy/jsdoccomment": "~0.36.1", + "comment-parser": "1.3.1", + "debug": "^4.3.4", + "escape-string-regexp": "^4.0.0", + "esquery": "^1.4.0", + "semver": "^7.3.8", + "spdx-expression-parse": "^3.0.1" + } } } }, @@ -13780,7 +15721,50 @@ }, "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" + } + }, + "eslint-plugin-jsdoc": { + "version": "39.9.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.9.1.tgz", + "integrity": "sha512-Rq2QY6BZP2meNIs48aZ3GlIlJgBqFCmR55+UBvaDkA3ZNQ0SvQXOs2QKkubakEijV8UbIVbVZKsOVN8G3MuqZw==", + "requires": { + "@es-joy/jsdoccomment": "~0.36.1", + "comment-parser": "1.3.1", + "debug": "^4.3.4", + "escape-string-regexp": "^4.0.0", + "esquery": "^1.4.0", + "semver": "^7.3.8", + "spdx-expression-parse": "^3.0.1" + } } } }, @@ -13820,6 +15804,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 +15873,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 +15921,48 @@ "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" + } + }, + "eslint-plugin-jsdoc": { + "version": "39.9.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.9.1.tgz", + "integrity": "sha512-Rq2QY6BZP2meNIs48aZ3GlIlJgBqFCmR55+UBvaDkA3ZNQ0SvQXOs2QKkubakEijV8UbIVbVZKsOVN8G3MuqZw==", + "requires": { + "@es-joy/jsdoccomment": "~0.36.1", + "comment-parser": "1.3.1", + "debug": "^4.3.4", + "escape-string-regexp": "^4.0.0", + "esquery": "^1.4.0", + "semver": "^7.3.8", + "spdx-expression-parse": "^3.0.1" + } } } }, @@ -13926,6 +16010,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 +16079,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 +16127,48 @@ "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" + } + }, + "eslint-plugin-jsdoc": { + "version": "39.9.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.9.1.tgz", + "integrity": "sha512-Rq2QY6BZP2meNIs48aZ3GlIlJgBqFCmR55+UBvaDkA3ZNQ0SvQXOs2QKkubakEijV8UbIVbVZKsOVN8G3MuqZw==", + "requires": { + "@es-joy/jsdoccomment": "~0.36.1", + "comment-parser": "1.3.1", + "debug": "^4.3.4", + "escape-string-regexp": "^4.0.0", + "esquery": "^1.4.0", + "semver": "^7.3.8", + "spdx-expression-parse": "^3.0.1" + } } } }, @@ -14358,6 +16542,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 +16611,67 @@ "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" + } + }, + "eslint-plugin-jsdoc": { + "version": "39.9.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.9.1.tgz", + "integrity": "sha512-Rq2QY6BZP2meNIs48aZ3GlIlJgBqFCmR55+UBvaDkA3ZNQ0SvQXOs2QKkubakEijV8UbIVbVZKsOVN8G3MuqZw==", + "requires": { + "@es-joy/jsdoccomment": "~0.36.1", + "comment-parser": "1.3.1", + "debug": "^4.3.4", + "escape-string-regexp": "^4.0.0", + "esquery": "^1.4.0", + "semver": "^7.3.8", + "spdx-expression-parse": "^3.0.1" } } } @@ -14477,6 +16761,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 +16830,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 +16878,48 @@ "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" + } + }, + "eslint-plugin-jsdoc": { + "version": "39.9.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.9.1.tgz", + "integrity": "sha512-Rq2QY6BZP2meNIs48aZ3GlIlJgBqFCmR55+UBvaDkA3ZNQ0SvQXOs2QKkubakEijV8UbIVbVZKsOVN8G3MuqZw==", + "requires": { + "@es-joy/jsdoccomment": "~0.36.1", + "comment-parser": "1.3.1", + "debug": "^4.3.4", + "escape-string-regexp": "^4.0.0", + "esquery": "^1.4.0", + "semver": "^7.3.8", + "spdx-expression-parse": "^3.0.1" + } } } }, @@ -14922,9 +17306,9 @@ } }, "semver": { - "version": "7.3.8", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz", - "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", + "version": "7.5.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.0.tgz", + "integrity": "sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA==", "requires": { "lru-cache": "^6.0.0" } @@ -14990,6 +17374,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 +17443,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 +17491,48 @@ "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" + } + }, + "eslint-plugin-jsdoc": { + "version": "39.9.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.9.1.tgz", + "integrity": "sha512-Rq2QY6BZP2meNIs48aZ3GlIlJgBqFCmR55+UBvaDkA3ZNQ0SvQXOs2QKkubakEijV8UbIVbVZKsOVN8G3MuqZw==", + "requires": { + "@es-joy/jsdoccomment": "~0.36.1", + "comment-parser": "1.3.1", + "debug": "^4.3.4", + "escape-string-regexp": "^4.0.0", + "esquery": "^1.4.0", + "semver": "^7.3.8", + "spdx-expression-parse": "^3.0.1" + } } } }, @@ -15430,6 +17914,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 +17983,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 +18031,48 @@ "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" + } + }, + "eslint-plugin-jsdoc": { + "version": "39.9.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.9.1.tgz", + "integrity": "sha512-Rq2QY6BZP2meNIs48aZ3GlIlJgBqFCmR55+UBvaDkA3ZNQ0SvQXOs2QKkubakEijV8UbIVbVZKsOVN8G3MuqZw==", + "requires": { + "@es-joy/jsdoccomment": "~0.36.1", + "comment-parser": "1.3.1", + "debug": "^4.3.4", + "escape-string-regexp": "^4.0.0", + "esquery": "^1.4.0", + "semver": "^7.3.8", + "spdx-expression-parse": "^3.0.1" + } } } }, diff --git a/packages/crypto/package.json b/packages/crypto/package.json index a0e31fe65..d97ce1317 100644 --- a/packages/crypto/package.json +++ b/packages/crypto/package.json @@ -58,7 +58,7 @@ "eslint": "^8.32.0", "eslint-plugin-header": "^3.1.1", "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-jsdoc": "^43.1.1", "eslint-plugin-unicorn": "^43.0.2", "jest": "^27.5.1", "npm-run-all": "^4.1.5", diff --git a/packages/iota/package.json b/packages/iota/package.json index 02f48c623..7afa05567 100644 --- a/packages/iota/package.json +++ b/packages/iota/package.json @@ -60,7 +60,7 @@ "eslint": "^8.32.0", "eslint-plugin-header": "^3.1.1", "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-jsdoc": "^43.1.1", "eslint-plugin-unicorn": "^43.0.2", "jest": "^27.5.1", "npm-run-all": "^4.1.5", diff --git a/packages/mqtt/package.json b/packages/mqtt/package.json index f28fffa0e..d48b1504b 100644 --- a/packages/mqtt/package.json +++ b/packages/mqtt/package.json @@ -51,7 +51,7 @@ "eslint": "^8.32.0", "eslint-plugin-header": "^3.1.1", "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-jsdoc": "^43.1.1", "eslint-plugin-unicorn": "^43.0.2", "jest": "^27.5.1", "npm-run-all": "^4.1.5", diff --git a/packages/pow-browser/package.json b/packages/pow-browser/package.json index 1fe79f714..0349ab3dd 100644 --- a/packages/pow-browser/package.json +++ b/packages/pow-browser/package.json @@ -46,7 +46,7 @@ "eslint": "^8.32.0", "eslint-plugin-header": "^3.1.1", "eslint-plugin-import": "^2.25.4", - "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-jsdoc": "^43.1.1", "eslint-plugin-unicorn": "^41.0.0", "jest": "^27.5.1", "npm-run-all": "^4.1.5", diff --git a/packages/pow-neon/package.json b/packages/pow-neon/package.json index 71c5e6496..9f4b70309 100644 --- a/packages/pow-neon/package.json +++ b/packages/pow-neon/package.json @@ -49,7 +49,7 @@ "eslint": "^8.32.0", "eslint-plugin-header": "^3.1.1", "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-jsdoc": "^43.1.1", "eslint-plugin-unicorn": "^43.0.2", "jest": "^27.5.1", "npm-run-all": "^4.1.5", diff --git a/packages/pow-node/package.json b/packages/pow-node/package.json index b0833d358..2d87b22a2 100644 --- a/packages/pow-node/package.json +++ b/packages/pow-node/package.json @@ -45,7 +45,7 @@ "eslint": "^8.32.0", "eslint-plugin-header": "^3.1.1", "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-jsdoc": "^43.1.1", "eslint-plugin-unicorn": "^43.0.2", "jest": "^27.5.1", "npm-run-all": "^4.1.5", diff --git a/packages/pow-wasm/package.json b/packages/pow-wasm/package.json index 683f7285d..a65b3f155 100644 --- a/packages/pow-wasm/package.json +++ b/packages/pow-wasm/package.json @@ -46,7 +46,7 @@ "eslint": "^8.32.0", "eslint-plugin-header": "^3.1.1", "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-jsdoc": "^43.1.1", "eslint-plugin-unicorn": "^43.0.2", "jest": "^27.5.1", "npm-run-all": "^4.1.5", diff --git a/packages/util/package.json b/packages/util/package.json index a75ceba44..cc69903cf 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -56,7 +56,7 @@ "eslint": "^8.32.0", "eslint-plugin-header": "^3.1.1", "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-jsdoc": "^43.1.1", "eslint-plugin-unicorn": "^43.0.2", "jest": "^27.5.1", "npm-run-all": "^4.1.5",