From 6bf7de2f561e219a4987fb6fb37593fd0bcbe433 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Apr 2023 05:07:36 +0000 Subject: [PATCH] chore(deps-dev): Bump @typescript-eslint/eslint-plugin Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.14.0 to 5.59.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.1/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 3914 +++++++++++++++++++++++++---- packages/crypto/package.json | 2 +- packages/iota/package.json | 2 +- packages/mqtt/package.json | 2 +- packages/pow-browser/package.json | 2 +- packages/pow-neon/package.json | 2 +- packages/pow-node/package.json | 2 +- packages/pow-wasm/package.json | 2 +- packages/util/package.json | 2 +- 9 files changed, 3372 insertions(+), 558 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8d7ef97b9..17ad0cfa9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -614,6 +614,30 @@ "node": "^14 || ^16 || ^17 || ^18 || ^19" } }, + "node_modules/@eslint-community/eslint-utils": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz", + "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==", + "dev": true, + "dependencies": { + "eslint-visitor-keys": "^3.3.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "peerDependencies": { + "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" + } + }, + "node_modules/@eslint-community/regexpp": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.5.0.tgz", + "integrity": "sha512-vITaYzIcNmjn5tF5uxcZ/ft7/RXGrMUIS9HalWckEOF6ESiwXKoMzAQf2UW0aVd6rnOeExTJVd5hmWXucBKGXQ==", + "dev": true, + "engines": { + "node": "^12.0.0 || ^14.0.0 || >=16.0.0" + } + }, "node_modules/@eslint/eslintrc": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.4.1.tgz", @@ -1387,6 +1411,12 @@ "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.7.0.tgz", "integrity": "sha512-RI1L7N4JnW5gQw2spvL7Sllfuf1SaHdrZpCHiBlCXjIlufi1SMNnbu2teze3/QE67Fg2tBlH7W+mi4hVNk4p0A==" }, + "node_modules/@types/semver": { + "version": "7.3.13", + "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.3.13.tgz", + "integrity": "sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==", + "dev": true + }, "node_modules/@types/stack-utils": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.1.tgz", @@ -1414,16 +1444,19 @@ "integrity": "sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==" }, "node_modules/@typescript-eslint/eslint-plugin": { - "version": "5.38.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.38.0.tgz", - "integrity": "sha512-GgHi/GNuUbTOeoJiEANi0oI6fF3gBQc3bGFYj40nnAPCbhrtEDf2rjBmefFadweBmO1Du1YovHeDP2h5JLhtTQ==", + "version": "5.59.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.1.tgz", + "integrity": "sha512-AVi0uazY5quFB9hlp2Xv+ogpfpk77xzsgsIEWyVS7uK/c7MZ5tw7ZPbapa0SbfkqE0fsAMkz5UwtgMLVk2BQAg==", + "dev": true, "dependencies": { - "@typescript-eslint/scope-manager": "5.38.0", - "@typescript-eslint/type-utils": "5.38.0", - "@typescript-eslint/utils": "5.38.0", + "@eslint-community/regexpp": "^4.4.0", + "@typescript-eslint/scope-manager": "5.59.1", + "@typescript-eslint/type-utils": "5.59.1", + "@typescript-eslint/utils": "5.59.1", "debug": "^4.3.4", + "grapheme-splitter": "^1.0.4", "ignore": "^5.2.0", - "regexpp": "^3.2.0", + "natural-compare-lite": "^1.4.0", "semver": "^7.3.7", "tsutils": "^3.21.0" }, @@ -1541,12 +1574,13 @@ } }, "node_modules/@typescript-eslint/scope-manager": { - "version": "5.38.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.38.0.tgz", - "integrity": "sha512-ByhHIuNyKD9giwkkLqzezZ9y5bALW8VNY6xXcP+VxoH4JBDKjU5WNnsiD4HJdglHECdV+lyaxhvQjTUbRboiTA==", + "version": "5.59.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.59.1.tgz", + "integrity": "sha512-mau0waO5frJctPuAzcxiNWqJR5Z8V0190FTSqRw1Q4Euop6+zTwHAf8YIXNwDOT29tyUDrQ65jSg9aTU/H0omA==", + "dev": true, "dependencies": { - "@typescript-eslint/types": "5.38.0", - "@typescript-eslint/visitor-keys": "5.38.0" + "@typescript-eslint/types": "5.59.1", + "@typescript-eslint/visitor-keys": "5.59.1" }, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" @@ -1557,12 +1591,13 @@ } }, "node_modules/@typescript-eslint/type-utils": { - "version": "5.38.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.38.0.tgz", - "integrity": "sha512-iZq5USgybUcj/lfnbuelJ0j3K9dbs1I3RICAJY9NZZpDgBYXmuUlYQGzftpQA9wC8cKgtS6DASTvF3HrXwwozA==", + "version": "5.59.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.59.1.tgz", + "integrity": "sha512-ZMWQ+Oh82jWqWzvM3xU+9y5U7MEMVv6GLioM3R5NJk6uvP47kZ7YvlgSHJ7ERD6bOY7Q4uxWm25c76HKEwIjZw==", + "dev": true, "dependencies": { - "@typescript-eslint/typescript-estree": "5.38.0", - "@typescript-eslint/utils": "5.38.0", + "@typescript-eslint/typescript-estree": "5.59.1", + "@typescript-eslint/utils": "5.59.1", "debug": "^4.3.4", "tsutils": "^3.21.0" }, @@ -1583,9 +1618,10 @@ } }, "node_modules/@typescript-eslint/types": { - "version": "5.38.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.38.0.tgz", - "integrity": "sha512-HHu4yMjJ7i3Cb+8NUuRCdOGu2VMkfmKyIJsOr9PfkBVYLYrtMCK/Ap50Rpov+iKpxDTfnqvDbuPLgBE5FwUNfA==", + "version": "5.59.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.1.tgz", + "integrity": "sha512-dg0ICB+RZwHlysIy/Dh1SP+gnXNzwd/KS0JprD3Lmgmdq+dJAJnUPe1gNG34p0U19HvRlGX733d/KqscrGC1Pg==", + "dev": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, @@ -1595,12 +1631,13 @@ } }, "node_modules/@typescript-eslint/typescript-estree": { - "version": "5.38.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.38.0.tgz", - "integrity": "sha512-6P0RuphkR+UuV7Avv7MU3hFoWaGcrgOdi8eTe1NwhMp2/GjUJoODBTRWzlHpZh6lFOaPmSvgxGlROa0Sg5Zbyg==", + "version": "5.59.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.1.tgz", + "integrity": "sha512-lYLBBOCsFltFy7XVqzX0Ju+Lh3WPIAWxYpmH/Q7ZoqzbscLiCW00LeYCdsUnnfnj29/s1WovXKh2gwCoinHNGA==", + "dev": true, "dependencies": { - "@typescript-eslint/types": "5.38.0", - "@typescript-eslint/visitor-keys": "5.38.0", + "@typescript-eslint/types": "5.59.1", + "@typescript-eslint/visitor-keys": "5.59.1", "debug": "^4.3.4", "globby": "^11.1.0", "is-glob": "^4.0.3", @@ -1621,16 +1658,19 @@ } }, "node_modules/@typescript-eslint/utils": { - "version": "5.38.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.38.0.tgz", - "integrity": "sha512-6sdeYaBgk9Fh7N2unEXGz+D+som2QCQGPAf1SxrkEr+Z32gMreQ0rparXTNGRRfYUWk/JzbGdcM8NSSd6oqnTA==", + "version": "5.59.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.59.1.tgz", + "integrity": "sha512-MkTe7FE+K1/GxZkP5gRj3rCztg45bEhsd8HYjczBuYm+qFHP5vtZmjx3B0yUCDotceQ4sHgTyz60Ycl225njmA==", + "dev": true, "dependencies": { + "@eslint-community/eslint-utils": "^4.2.0", "@types/json-schema": "^7.0.9", - "@typescript-eslint/scope-manager": "5.38.0", - "@typescript-eslint/types": "5.38.0", - "@typescript-eslint/typescript-estree": "5.38.0", + "@types/semver": "^7.3.12", + "@typescript-eslint/scope-manager": "5.59.1", + "@typescript-eslint/types": "5.59.1", + "@typescript-eslint/typescript-estree": "5.59.1", "eslint-scope": "^5.1.1", - "eslint-utils": "^3.0.0" + "semver": "^7.3.7" }, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" @@ -1644,11 +1684,12 @@ } }, "node_modules/@typescript-eslint/visitor-keys": { - "version": "5.38.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.38.0.tgz", - "integrity": "sha512-MxnrdIyArnTi+XyFLR+kt/uNAcdOnmT+879os7qDRI+EYySR4crXJq9BXPfRzzLGq0wgxkwidrCJ9WCAoacm1w==", + "version": "5.59.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.1.tgz", + "integrity": "sha512-6waEYwBTCWryx0VJmP7JaM4FpipLsFl9CvYf2foAE8Qh/Y0s+bxWysciwOs0LTBED4JCaNxTZ5rGadB14M6dwA==", + "dev": true, "dependencies": { - "@typescript-eslint/types": "5.38.0", + "@typescript-eslint/types": "5.59.1", "eslint-visitor-keys": "^3.3.0" }, "engines": { @@ -3567,12 +3608,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/functional-red-black-tree": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", - "integrity": "sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==", - "dev": true - }, "node_modules/functions-have-names": { "version": "1.2.3", "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", @@ -5423,6 +5458,12 @@ "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==" }, + "node_modules/natural-compare-lite": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz", + "integrity": "sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==", + "dev": true + }, "node_modules/neo-async": { "version": "2.6.2", "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", @@ -7802,17 +7843,17 @@ }, "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": { "@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.59.1", "@typescript-eslint/parser": "^5.48.2", "copyfiles": "^2.4.1", "cross-env": "^7.0.3", @@ -7851,7 +7892,7 @@ "@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.59.1", "@typescript-eslint/parser": "^5.48.2", "copyfiles": "^2.4.1", "cross-env": "^7.0.3", @@ -7884,16 +7925,53 @@ "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/@typescript-eslint/eslint-plugin": { + "version": "5.38.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.38.0.tgz", + "integrity": "sha512-GgHi/GNuUbTOeoJiEANi0oI6fF3gBQc3bGFYj40nnAPCbhrtEDf2rjBmefFadweBmO1Du1YovHeDP2h5JLhtTQ==", + "dependencies": { + "@typescript-eslint/scope-manager": "5.38.0", + "@typescript-eslint/type-utils": "5.38.0", + "@typescript-eslint/utils": "5.38.0", + "debug": "^4.3.4", + "ignore": "^5.2.0", + "regexpp": "^3.2.0", + "semver": "^7.3.7", + "tsutils": "^3.21.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "@typescript-eslint/parser": "^5.0.0", + "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "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 +7983,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 +7994,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 +8038,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 +8079,66 @@ "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/@typescript-eslint/eslint-plugin": { + "version": "5.38.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.38.0.tgz", + "integrity": "sha512-GgHi/GNuUbTOeoJiEANi0oI6fF3gBQc3bGFYj40nnAPCbhrtEDf2rjBmefFadweBmO1Du1YovHeDP2h5JLhtTQ==", + "dependencies": { + "@typescript-eslint/scope-manager": "5.38.0", + "@typescript-eslint/type-utils": "5.38.0", + "@typescript-eslint/utils": "5.38.0", + "debug": "^4.3.4", + "ignore": "^5.2.0", + "regexpp": "^3.2.0", + "semver": "^7.3.7", + "tsutils": "^3.21.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "@typescript-eslint/parser": "^5.0.0", + "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "packages/iota/examples/data/packages/iota": { "name": "@iota/iota.js", "version": "0.0.1", "dependencies": { @@ -8050,7 +8171,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 +8211,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 +8229,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,37 +8240,8 @@ "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": { - "version": "1.0.0", + "packages/iota/examples/mint-native-tokens": { + "version": "1.0.0", "dependencies": { "@iota/crypto.js": "file:packages/crypto", "@iota/iota.js": "file:packages/iota", @@ -8178,28 +8254,64 @@ }, "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/@typescript-eslint/eslint-plugin": { + "version": "5.38.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.38.0.tgz", + "integrity": "sha512-GgHi/GNuUbTOeoJiEANi0oI6fF3gBQc3bGFYj40nnAPCbhrtEDf2rjBmefFadweBmO1Du1YovHeDP2h5JLhtTQ==", + "dependencies": { + "@typescript-eslint/scope-manager": "5.38.0", + "@typescript-eslint/type-utils": "5.38.0", + "@typescript-eslint/utils": "5.38.0", + "debug": "^4.3.4", + "ignore": "^5.2.0", + "regexpp": "^3.2.0", + "semver": "^7.3.7", + "tsutils": "^3.21.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "@typescript-eslint/parser": "^5.0.0", + "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "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 +8323,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 +8334,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 +8366,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 +8419,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 +8448,87 @@ "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/@typescript-eslint/eslint-plugin": { + "version": "5.38.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.38.0.tgz", + "integrity": "sha512-GgHi/GNuUbTOeoJiEANi0oI6fF3gBQc3bGFYj40nnAPCbhrtEDf2rjBmefFadweBmO1Du1YovHeDP2h5JLhtTQ==", + "dependencies": { + "@typescript-eslint/scope-manager": "5.38.0", + "@typescript-eslint/type-utils": "5.38.0", + "@typescript-eslint/utils": "5.38.0", + "debug": "^4.3.4", + "ignore": "^5.2.0", + "regexpp": "^3.2.0", + "semver": "^7.3.7", + "tsutils": "^3.21.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "@typescript-eslint/parser": "^5.0.0", + "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "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 +8540,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 +8551,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 +8595,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,18 +8647,18 @@ "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", - "cross-env": "^7.0.3", + "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", @@ -8489,20 +8671,88 @@ "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/@typescript-eslint/eslint-plugin": { + "version": "5.38.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.38.0.tgz", + "integrity": "sha512-GgHi/GNuUbTOeoJiEANi0oI6fF3gBQc3bGFYj40nnAPCbhrtEDf2rjBmefFadweBmO1Du1YovHeDP2h5JLhtTQ==", + "dependencies": { + "@typescript-eslint/scope-manager": "5.38.0", + "@typescript-eslint/type-utils": "5.38.0", + "@typescript-eslint/utils": "5.38.0", + "debug": "^4.3.4", + "ignore": "^5.2.0", + "regexpp": "^3.2.0", + "semver": "^7.3.7", + "tsutils": "^3.21.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "@typescript-eslint/parser": "^5.0.0", + "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "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 +8766,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 +8815,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,25 +8867,139 @@ "typescript": "^4.8.3" } }, - "packages/iota/examples/transaction": { + "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/transaction/node_modules/@iota/iota.js": { - "resolved": "packages/iota/examples/transaction/packages/iota", + "packages/iota/examples/nft-collection/node_modules/@iota/crypto.js": { + "resolved": "packages/iota/examples/nft-collection/packages/crypto", "link": true }, - "packages/iota/examples/transaction/node_modules/@iota/pow-neon.js": { - "resolved": "packages/iota/examples/transaction/packages/pow-neon", + "packages/iota/examples/nft-collection/node_modules/@iota/iota.js": { + "resolved": "packages/iota/examples/nft-collection/packages/iota", "link": true }, - "packages/iota/examples/transaction/packages/iota": { + "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/@typescript-eslint/eslint-plugin": { + "version": "5.38.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.38.0.tgz", + "integrity": "sha512-GgHi/GNuUbTOeoJiEANi0oI6fF3gBQc3bGFYj40nnAPCbhrtEDf2rjBmefFadweBmO1Du1YovHeDP2h5JLhtTQ==", + "dependencies": { + "@typescript-eslint/scope-manager": "5.38.0", + "@typescript-eslint/type-utils": "5.38.0", + "@typescript-eslint/utils": "5.38.0", + "debug": "^4.3.4", + "ignore": "^5.2.0", + "regexpp": "^3.2.0", + "semver": "^7.3.7", + "tsutils": "^3.21.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "@typescript-eslint/parser": "^5.0.0", + "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "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": { @@ -8650,15 +9032,1176 @@ "typescript": "^4.8.3" } }, - "packages/iota/examples/transaction/packages/pow-neon": { - "name": "@iota/pow-neon.js", - "version": "0.0.1", + "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/@typescript-eslint/eslint-plugin": { + "version": "5.38.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.38.0.tgz", + "integrity": "sha512-GgHi/GNuUbTOeoJiEANi0oI6fF3gBQc3bGFYj40nnAPCbhrtEDf2rjBmefFadweBmO1Du1YovHeDP2h5JLhtTQ==", + "dependencies": { + "@typescript-eslint/scope-manager": "5.38.0", + "@typescript-eslint/type-utils": "5.38.0", + "@typescript-eslint/utils": "5.38.0", + "debug": "^4.3.4", + "ignore": "^5.2.0", + "regexpp": "^3.2.0", + "semver": "^7.3.7", + "tsutils": "^3.21.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "@typescript-eslint/parser": "^5.0.0", + "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "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/@typescript-eslint/eslint-plugin": { + "version": "5.38.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.38.0.tgz", + "integrity": "sha512-GgHi/GNuUbTOeoJiEANi0oI6fF3gBQc3bGFYj40nnAPCbhrtEDf2rjBmefFadweBmO1Du1YovHeDP2h5JLhtTQ==", + "dependencies": { + "@typescript-eslint/scope-manager": "5.38.0", + "@typescript-eslint/type-utils": "5.38.0", + "@typescript-eslint/utils": "5.38.0", + "debug": "^4.3.4", + "ignore": "^5.2.0", + "regexpp": "^3.2.0", + "semver": "^7.3.7", + "tsutils": "^3.21.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "@typescript-eslint/parser": "^5.0.0", + "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "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/@typescript-eslint/eslint-plugin": { + "version": "5.38.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.38.0.tgz", + "integrity": "sha512-GgHi/GNuUbTOeoJiEANi0oI6fF3gBQc3bGFYj40nnAPCbhrtEDf2rjBmefFadweBmO1Du1YovHeDP2h5JLhtTQ==", + "dependencies": { + "@typescript-eslint/scope-manager": "5.38.0", + "@typescript-eslint/type-utils": "5.38.0", + "@typescript-eslint/utils": "5.38.0", + "debug": "^4.3.4", + "ignore": "^5.2.0", + "regexpp": "^3.2.0", + "semver": "^7.3.7", + "tsutils": "^3.21.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "@typescript-eslint/parser": "^5.0.0", + "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "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", + "@iota/pow-neon.js": "file:packages/pow-neon", + "@iota/util.js": "file:packages/util", + "typescript": "^4.4.3" + } + }, + "packages/iota/examples/transaction/node_modules/@iota/crypto.js": { + "resolved": "packages/iota/examples/transaction/packages/crypto", + "link": true + }, + "packages/iota/examples/transaction/node_modules/@iota/iota.js": { + "resolved": "packages/iota/examples/transaction/packages/iota", + "link": true + }, + "packages/iota/examples/transaction/node_modules/@iota/pow-neon.js": { + "resolved": "packages/iota/examples/transaction/packages/pow-neon", + "link": true + }, + "packages/iota/examples/transaction/node_modules/@iota/util.js": { + "resolved": "packages/iota/examples/transaction/packages/util", + "link": true + }, + "packages/iota/examples/transaction/node_modules/@typescript-eslint/eslint-plugin": { + "version": "5.38.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.38.0.tgz", + "integrity": "sha512-GgHi/GNuUbTOeoJiEANi0oI6fF3gBQc3bGFYj40nnAPCbhrtEDf2rjBmefFadweBmO1Du1YovHeDP2h5JLhtTQ==", + "dependencies": { + "@typescript-eslint/scope-manager": "5.38.0", + "@typescript-eslint/type-utils": "5.38.0", + "@typescript-eslint/utils": "5.38.0", + "debug": "^4.3.4", + "ignore": "^5.2.0", + "regexpp": "^3.2.0", + "semver": "^7.3.7", + "tsutils": "^3.21.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "@typescript-eslint/parser": "^5.0.0", + "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "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/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/transaction/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/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 + }, + "packages/iota/node_modules/@iota/pow-neon.js": { + "resolved": "packages/iota/examples/data/packages/pow-neon", + "link": true + }, + "packages/iota/node_modules/@iota/pow-node.js": { + "resolved": "packages/iota/examples/pow/packages/pow-node", + "link": true + }, + "packages/iota/node_modules/@iota/pow-wasm.js": { + "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/@typescript-eslint/scope-manager": { + "version": "5.38.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.38.0.tgz", + "integrity": "sha512-ByhHIuNyKD9giwkkLqzezZ9y5bALW8VNY6xXcP+VxoH4JBDKjU5WNnsiD4HJdglHECdV+lyaxhvQjTUbRboiTA==", + "dependencies": { + "@typescript-eslint/types": "5.38.0", + "@typescript-eslint/visitor-keys": "5.38.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "packages/iota/node_modules/@typescript-eslint/type-utils": { + "version": "5.38.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.38.0.tgz", + "integrity": "sha512-iZq5USgybUcj/lfnbuelJ0j3K9dbs1I3RICAJY9NZZpDgBYXmuUlYQGzftpQA9wC8cKgtS6DASTvF3HrXwwozA==", + "dependencies": { + "@typescript-eslint/typescript-estree": "5.38.0", + "@typescript-eslint/utils": "5.38.0", + "debug": "^4.3.4", + "tsutils": "^3.21.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "*" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "packages/iota/node_modules/@typescript-eslint/types": { + "version": "5.38.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.38.0.tgz", + "integrity": "sha512-HHu4yMjJ7i3Cb+8NUuRCdOGu2VMkfmKyIJsOr9PfkBVYLYrtMCK/Ap50Rpov+iKpxDTfnqvDbuPLgBE5FwUNfA==", + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "packages/iota/node_modules/@typescript-eslint/typescript-estree": { + "version": "5.38.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.38.0.tgz", + "integrity": "sha512-6P0RuphkR+UuV7Avv7MU3hFoWaGcrgOdi8eTe1NwhMp2/GjUJoODBTRWzlHpZh6lFOaPmSvgxGlROa0Sg5Zbyg==", + "dependencies": { + "@typescript-eslint/types": "5.38.0", + "@typescript-eslint/visitor-keys": "5.38.0", + "debug": "^4.3.4", + "globby": "^11.1.0", + "is-glob": "^4.0.3", + "semver": "^7.3.7", + "tsutils": "^3.21.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "packages/iota/node_modules/@typescript-eslint/utils": { + "version": "5.38.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.38.0.tgz", + "integrity": "sha512-6sdeYaBgk9Fh7N2unEXGz+D+som2QCQGPAf1SxrkEr+Z32gMreQ0rparXTNGRRfYUWk/JzbGdcM8NSSd6oqnTA==", + "dependencies": { + "@types/json-schema": "^7.0.9", + "@typescript-eslint/scope-manager": "5.38.0", + "@typescript-eslint/types": "5.38.0", + "@typescript-eslint/typescript-estree": "5.38.0", + "eslint-scope": "^5.1.1", + "eslint-utils": "^3.0.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + } + }, + "packages/iota/node_modules/@typescript-eslint/visitor-keys": { + "version": "5.38.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.38.0.tgz", + "integrity": "sha512-MxnrdIyArnTi+XyFLR+kt/uNAcdOnmT+879os7qDRI+EYySR4crXJq9BXPfRzzLGq0wgxkwidrCJ9WCAoacm1w==", + "dependencies": { + "@typescript-eslint/types": "5.38.0", + "eslint-visitor-keys": "^3.3.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "packages/mqtt": { + "name": "@iota/mqtt.js", + "version": "2.0.0-rc.3", + "license": "Apache-2.0", "dependencies": { - "@iota/types": "2.0.0-rc.2", + "@iota/iota.js": "2.0.0-rc.3", + "@iota/util.js": "2.0.0-rc.1", + "mqtt": "^4.3.7" + }, + "devDependencies": { "@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/ws": "^8.5.4", + "@typescript-eslint/eslint-plugin": "5.59.1", "@typescript-eslint/parser": "^5.48.2", "copyfiles": "^2.4.1", "cross-env": "^7.0.3", @@ -8668,49 +10211,74 @@ "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" + }, + "engines": { + "node": ">=12.0.0" } }, - "packages/iota/node_modules/@iota/iota.js": { - "resolved": "packages/iota/examples/address/packages/iota", - "link": true - }, - "packages/iota/node_modules/@iota/pow-neon.js": { - "resolved": "packages/iota/examples/data/packages/pow-neon", - "link": true + "packages/mqtt/examples/mqtt-client": { + "version": "1.0.0", + "dependencies": { + "@iota/iota.js": "file:packages/iota", + "@iota/mqtt.js": "file:packages/mqtt", + "typescript": "^4.4.3" + } }, - "packages/iota/node_modules/@iota/pow-node.js": { - "resolved": "packages/iota/examples/pow/packages/pow-node", + "packages/mqtt/examples/mqtt-client/node_modules/@iota/iota.js": { + "resolved": "packages/mqtt/examples/mqtt-client/packages/iota", "link": true }, - "packages/iota/node_modules/@iota/pow-wasm.js": { - "resolved": "packages/iota/examples/pow/packages/pow-wasm", - "link": true + "packages/mqtt/examples/mqtt-client/node_modules/@typescript-eslint/eslint-plugin": { + "version": "5.38.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.38.0.tgz", + "integrity": "sha512-GgHi/GNuUbTOeoJiEANi0oI6fF3gBQc3bGFYj40nnAPCbhrtEDf2rjBmefFadweBmO1Du1YovHeDP2h5JLhtTQ==", + "dependencies": { + "@typescript-eslint/scope-manager": "5.38.0", + "@typescript-eslint/type-utils": "5.38.0", + "@typescript-eslint/utils": "5.38.0", + "debug": "^4.3.4", + "ignore": "^5.2.0", + "regexpp": "^3.2.0", + "semver": "^7.3.7", + "tsutils": "^3.21.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "@typescript-eslint/parser": "^5.0.0", + "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } }, - "packages/mqtt": { - "name": "@iota/mqtt.js", - "version": "2.0.0-rc.3", - "license": "Apache-2.0", + "packages/mqtt/examples/mqtt-client/packages/iota": { + "name": "@iota/iota.js", + "version": "0.0.1", "dependencies": { - "@iota/iota.js": "2.0.0-rc.3", + "@iota/crypto.js": "2.0.0-rc.1", "@iota/util.js": "2.0.0-rc.1", - "mqtt": "^4.3.7" - }, - "devDependencies": { "@rollup/plugin-commonjs": "^21.0.2", "@rollup/plugin-node-resolve": "^15.0.1", "@types/jest": "^27.4.1", - "@types/ws": "^8.5.4", + "@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", @@ -8719,36 +10287,23 @@ "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" - }, - "engines": { - "node": ">=12.0.0" - } - }, - "packages/mqtt/examples/mqtt-client": { - "version": "1.0.0", - "dependencies": { - "@iota/iota.js": "file:packages/iota", - "@iota/mqtt.js": "file:packages/mqtt", - "typescript": "^4.4.3" } }, - "packages/mqtt/examples/mqtt-client/node_modules/@iota/iota.js": { - "resolved": "packages/mqtt/examples/mqtt-client/packages/iota", - "link": true - }, - "packages/mqtt/examples/mqtt-client/packages/iota": {}, "packages/mqtt/examples/mqtt-client/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,84 +10343,40 @@ "node": ">=14.0.0" } }, - "packages/mqtt/node_modules/@iota/mqtt.js": { - "resolved": "packages/mqtt/examples/mqtt-client/packages/mqtt", - "link": true - }, - "packages/pow-browser": { - "name": "@iota/pow-browser.js", - "version": "2.0.0-rc.3", - "license": "Apache-2.0", + "packages/mqtt/node_modules/@iota/crypto.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/crypto.js/-/crypto.js-2.0.0-rc.1.tgz", + "integrity": "sha512-gidDFvbIcthVIaxqntffUCFHHNZNhu1e3zjwt6yaYLeuqJcc2AXPv/UF8Lz9Mfkw9aSM8xVUwo8/uYDkvs2eOQ==", "dependencies": { - "@iota/crypto.js": "2.0.0-rc.1", - "@iota/types": "2.0.0-rc.2" - }, - "devDependencies": { - "@rollup/plugin-commonjs": "^21.0.2", - "@rollup/plugin-node-resolve": "^15.0.1", - "@types/jest": "^27.4.1", - "@typescript-eslint/eslint-plugin": "5.14.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.25.4", - "eslint-plugin-jsdoc": "^39.6.4", - "eslint-plugin-unicorn": "^41.0.0", - "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.7.0", - "typescript": "^4.6.2" + "@iota/util.js": "2.0.0-rc.1", + "big-integer": "^1.6.51" }, "engines": { - "node": ">=16.16.0" + "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", - "integrity": "sha512-ir0wYI4FfFUDfLcuwKzIH7sMVA+db7WYen47iRSaCGl+HMAZI9fpBwfDo45ZALD3A45ZGyHWDNLhbg8tZrMX4w==", - "dev": true, + "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": { - "@typescript-eslint/scope-manager": "5.14.0", - "@typescript-eslint/type-utils": "5.14.0", - "@typescript-eslint/utils": "5.14.0", - "debug": "^4.3.2", - "functional-red-black-tree": "^1.0.1", - "ignore": "^5.1.8", - "regexpp": "^3.2.0", - "semver": "^7.3.5", - "tsutils": "^3.21.0" + "big-integer": "^1.6.51" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "@typescript-eslint/parser": "^5.0.0", - "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } + "node": ">=14.0.0" } }, - "packages/pow-browser/node_modules/@typescript-eslint/scope-manager": { - "version": "5.14.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.14.0.tgz", - "integrity": "sha512-LazdcMlGnv+xUc5R4qIlqH0OWARyl2kaP8pVCS39qSL3Pd1F7mI10DbdXeARcE62sVQE4fHNvEqMWsypWO+yEw==", - "dev": true, + "packages/mqtt/node_modules/@typescript-eslint/scope-manager": { + "version": "5.38.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.38.0.tgz", + "integrity": "sha512-ByhHIuNyKD9giwkkLqzezZ9y5bALW8VNY6xXcP+VxoH4JBDKjU5WNnsiD4HJdglHECdV+lyaxhvQjTUbRboiTA==", "dependencies": { - "@typescript-eslint/types": "5.14.0", - "@typescript-eslint/visitor-keys": "5.14.0" + "@typescript-eslint/types": "5.38.0", + "@typescript-eslint/visitor-keys": "5.38.0" }, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" @@ -8875,14 +10386,14 @@ "url": "https://opencollective.com/typescript-eslint" } }, - "packages/pow-browser/node_modules/@typescript-eslint/type-utils": { - "version": "5.14.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.14.0.tgz", - "integrity": "sha512-d4PTJxsqaUpv8iERTDSQBKUCV7Q5yyXjqXUl3XF7Sd9ogNLuKLkxz82qxokqQ4jXdTPZudWpmNtr/JjbbvUixw==", - "dev": true, + "packages/mqtt/node_modules/@typescript-eslint/type-utils": { + "version": "5.38.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.38.0.tgz", + "integrity": "sha512-iZq5USgybUcj/lfnbuelJ0j3K9dbs1I3RICAJY9NZZpDgBYXmuUlYQGzftpQA9wC8cKgtS6DASTvF3HrXwwozA==", "dependencies": { - "@typescript-eslint/utils": "5.14.0", - "debug": "^4.3.2", + "@typescript-eslint/typescript-estree": "5.38.0", + "@typescript-eslint/utils": "5.38.0", + "debug": "^4.3.4", "tsutils": "^3.21.0" }, "engines": { @@ -8901,11 +10412,10 @@ } } }, - "packages/pow-browser/node_modules/@typescript-eslint/types": { - "version": "5.14.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.14.0.tgz", - "integrity": "sha512-BR6Y9eE9360LNnW3eEUqAg6HxS9Q35kSIs4rp4vNHRdfg0s+/PgHgskvu5DFTM7G5VKAVjuyaN476LCPrdA7Mw==", - "dev": true, + "packages/mqtt/node_modules/@typescript-eslint/types": { + "version": "5.38.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.38.0.tgz", + "integrity": "sha512-HHu4yMjJ7i3Cb+8NUuRCdOGu2VMkfmKyIJsOr9PfkBVYLYrtMCK/Ap50Rpov+iKpxDTfnqvDbuPLgBE5FwUNfA==", "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, @@ -8914,18 +10424,17 @@ "url": "https://opencollective.com/typescript-eslint" } }, - "packages/pow-browser/node_modules/@typescript-eslint/typescript-estree": { - "version": "5.14.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.14.0.tgz", - "integrity": "sha512-QGnxvROrCVtLQ1724GLTHBTR0lZVu13izOp9njRvMkCBgWX26PKvmMP8k82nmXBRD3DQcFFq2oj3cKDwr0FaUA==", - "dev": true, + "packages/mqtt/node_modules/@typescript-eslint/typescript-estree": { + "version": "5.38.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.38.0.tgz", + "integrity": "sha512-6P0RuphkR+UuV7Avv7MU3hFoWaGcrgOdi8eTe1NwhMp2/GjUJoODBTRWzlHpZh6lFOaPmSvgxGlROa0Sg5Zbyg==", "dependencies": { - "@typescript-eslint/types": "5.14.0", - "@typescript-eslint/visitor-keys": "5.14.0", - "debug": "^4.3.2", - "globby": "^11.0.4", + "@typescript-eslint/types": "5.38.0", + "@typescript-eslint/visitor-keys": "5.38.0", + "debug": "^4.3.4", + "globby": "^11.1.0", "is-glob": "^4.0.3", - "semver": "^7.3.5", + "semver": "^7.3.7", "tsutils": "^3.21.0" }, "engines": { @@ -8941,16 +10450,15 @@ } } }, - "packages/pow-browser/node_modules/@typescript-eslint/utils": { - "version": "5.14.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.14.0.tgz", - "integrity": "sha512-EHwlII5mvUA0UsKYnVzySb/5EE/t03duUTweVy8Zqt3UQXBrpEVY144OTceFKaOe4xQXZJrkptCf7PjEBeGK4w==", - "dev": true, + "packages/mqtt/node_modules/@typescript-eslint/utils": { + "version": "5.38.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.38.0.tgz", + "integrity": "sha512-6sdeYaBgk9Fh7N2unEXGz+D+som2QCQGPAf1SxrkEr+Z32gMreQ0rparXTNGRRfYUWk/JzbGdcM8NSSd6oqnTA==", "dependencies": { "@types/json-schema": "^7.0.9", - "@typescript-eslint/scope-manager": "5.14.0", - "@typescript-eslint/types": "5.14.0", - "@typescript-eslint/typescript-estree": "5.14.0", + "@typescript-eslint/scope-manager": "5.38.0", + "@typescript-eslint/types": "5.38.0", + "@typescript-eslint/typescript-estree": "5.38.0", "eslint-scope": "^5.1.1", "eslint-utils": "^3.0.0" }, @@ -8965,14 +10473,13 @@ "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" } }, - "packages/pow-browser/node_modules/@typescript-eslint/visitor-keys": { - "version": "5.14.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.14.0.tgz", - "integrity": "sha512-yL0XxfzR94UEkjBqyymMLgCBdojzEuy/eim7N9/RIcTNxpJudAcqsU8eRyfzBbcEzGoPWfdM3AGak3cN08WOIw==", - "dev": true, + "packages/mqtt/node_modules/@typescript-eslint/visitor-keys": { + "version": "5.38.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.38.0.tgz", + "integrity": "sha512-MxnrdIyArnTi+XyFLR+kt/uNAcdOnmT+879os7qDRI+EYySR4crXJq9BXPfRzzLGq0wgxkwidrCJ9WCAoacm1w==", "dependencies": { - "@typescript-eslint/types": "5.14.0", - "eslint-visitor-keys": "^3.0.0" + "@typescript-eslint/types": "5.38.0", + "eslint-visitor-keys": "^3.3.0" }, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" @@ -8982,6 +10489,62 @@ "url": "https://opencollective.com/typescript-eslint" } }, + "packages/pow-browser": { + "name": "@iota/pow-browser.js", + "version": "2.0.0-rc.3", + "license": "Apache-2.0", + "dependencies": { + "@iota/crypto.js": "2.0.0-rc.1", + "@iota/types": "2.0.0-rc.2" + }, + "devDependencies": { + "@rollup/plugin-commonjs": "^21.0.2", + "@rollup/plugin-node-resolve": "^15.0.1", + "@types/jest": "^27.4.1", + "@typescript-eslint/eslint-plugin": "5.59.1", + "@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.25.4", + "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-unicorn": "^41.0.0", + "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.7.0", + "typescript": "^4.6.2" + }, + "engines": { + "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/eslint-plugin-unicorn": { "version": "41.0.1", "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-41.0.1.tgz", @@ -9026,7 +10589,7 @@ "@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.59.1", "@typescript-eslint/parser": "^5.48.2", "copyfiles": "^2.4.1", "cross-env": "^7.0.3", @@ -9061,7 +10624,7 @@ "@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.59.1", "@typescript-eslint/parser": "^5.48.2", "cross-env": "^7.0.3", "eslint": "^8.32.0", @@ -9082,6 +10645,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", @@ -9094,7 +10680,7 @@ "@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.59.1", "@typescript-eslint/parser": "^5.48.2", "cross-env": "^7.0.3", "eslint": "^8.32.0", @@ -9115,6 +10701,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 +10737,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" @@ -9137,7 +10746,7 @@ "@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.59.1", "@typescript-eslint/parser": "^5.48.2", "copyfiles": "^2.4.1", "cross-env": "^7.0.3", @@ -9598,6 +11207,21 @@ "jsdoc-type-pratt-parser": "~3.1.0" } }, + "@eslint-community/eslint-utils": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz", + "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==", + "dev": true, + "requires": { + "eslint-visitor-keys": "^3.3.0" + } + }, + "@eslint-community/regexpp": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.5.0.tgz", + "integrity": "sha512-vITaYzIcNmjn5tF5uxcZ/ft7/RXGrMUIS9HalWckEOF6ESiwXKoMzAQf2UW0aVd6rnOeExTJVd5hmWXucBKGXQ==", + "dev": true + }, "@eslint/eslintrc": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.4.1.tgz", @@ -9637,11 +11261,11 @@ "@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", - "@typescript-eslint/eslint-plugin": "5.38.0", + "@typescript-eslint/eslint-plugin": "5.59.1", "@typescript-eslint/parser": "^5.48.2", "big-integer": "^1.6.51", "copyfiles": "^2.4.1", @@ -9672,7 +11296,7 @@ "@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.59.1", "@typescript-eslint/parser": "^5.48.2", "big-integer": "^1.6.51", "copyfiles": "^2.4.1", @@ -9695,6 +11319,15 @@ "typescript": "^4.8.3" }, "dependencies": { + "@iota/crypto.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/crypto.js/-/crypto.js-2.0.0-rc.1.tgz", + "integrity": "sha512-gidDFvbIcthVIaxqntffUCFHHNZNhu1e3zjwt6yaYLeuqJcc2AXPv/UF8Lz9Mfkw9aSM8xVUwo8/uYDkvs2eOQ==", + "requires": { + "@iota/util.js": "2.0.0-rc.1", + "big-integer": "^1.6.51" + } + }, "@iota/iota.js": { "version": "file:packages/iota/examples/address/packages/iota", "requires": { @@ -9725,6 +11358,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 +11431,25 @@ "ts-jest": "^27.1.3", "ts-node": "^10.9.1", "typescript": "^4.8.3" + }, + "dependencies": { + "@iota/crypto.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/crypto.js/-/crypto.js-2.0.0-rc.1.tgz", + "integrity": "sha512-gidDFvbIcthVIaxqntffUCFHHNZNhu1e3zjwt6yaYLeuqJcc2AXPv/UF8Lz9Mfkw9aSM8xVUwo8/uYDkvs2eOQ==", + "requires": { + "@iota/util.js": "2.0.0-rc.1", + "big-integer": "^1.6.51" + } + }, + "@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", + "requires": { + "big-integer": "^1.6.51" + } + } } }, "@iota/pow-wasm.js": { @@ -9805,6 +11476,94 @@ "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" + } + }, + "@typescript-eslint/scope-manager": { + "version": "5.38.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.38.0.tgz", + "integrity": "sha512-ByhHIuNyKD9giwkkLqzezZ9y5bALW8VNY6xXcP+VxoH4JBDKjU5WNnsiD4HJdglHECdV+lyaxhvQjTUbRboiTA==", + "requires": { + "@typescript-eslint/types": "5.38.0", + "@typescript-eslint/visitor-keys": "5.38.0" + } + }, + "@typescript-eslint/type-utils": { + "version": "5.38.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.38.0.tgz", + "integrity": "sha512-iZq5USgybUcj/lfnbuelJ0j3K9dbs1I3RICAJY9NZZpDgBYXmuUlYQGzftpQA9wC8cKgtS6DASTvF3HrXwwozA==", + "requires": { + "@typescript-eslint/typescript-estree": "5.38.0", + "@typescript-eslint/utils": "5.38.0", + "debug": "^4.3.4", + "tsutils": "^3.21.0" + } + }, + "@typescript-eslint/types": { + "version": "5.38.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.38.0.tgz", + "integrity": "sha512-HHu4yMjJ7i3Cb+8NUuRCdOGu2VMkfmKyIJsOr9PfkBVYLYrtMCK/Ap50Rpov+iKpxDTfnqvDbuPLgBE5FwUNfA==" + }, + "@typescript-eslint/typescript-estree": { + "version": "5.38.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.38.0.tgz", + "integrity": "sha512-6P0RuphkR+UuV7Avv7MU3hFoWaGcrgOdi8eTe1NwhMp2/GjUJoODBTRWzlHpZh6lFOaPmSvgxGlROa0Sg5Zbyg==", + "requires": { + "@typescript-eslint/types": "5.38.0", + "@typescript-eslint/visitor-keys": "5.38.0", + "debug": "^4.3.4", + "globby": "^11.1.0", + "is-glob": "^4.0.3", + "semver": "^7.3.7", + "tsutils": "^3.21.0" + } + }, + "@typescript-eslint/utils": { + "version": "5.38.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.38.0.tgz", + "integrity": "sha512-6sdeYaBgk9Fh7N2unEXGz+D+som2QCQGPAf1SxrkEr+Z32gMreQ0rparXTNGRRfYUWk/JzbGdcM8NSSd6oqnTA==", + "requires": { + "@types/json-schema": "^7.0.9", + "@typescript-eslint/scope-manager": "5.38.0", + "@typescript-eslint/types": "5.38.0", + "@typescript-eslint/typescript-estree": "5.38.0", + "eslint-scope": "^5.1.1", + "eslint-utils": "^3.0.0" + } + }, + "@typescript-eslint/visitor-keys": { + "version": "5.38.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.38.0.tgz", + "integrity": "sha512-MxnrdIyArnTi+XyFLR+kt/uNAcdOnmT+879os7qDRI+EYySR4crXJq9BXPfRzzLGq0wgxkwidrCJ9WCAoacm1w==", + "requires": { + "@typescript-eslint/types": "5.38.0", + "eslint-visitor-keys": "^3.3.0" } } } @@ -9818,7 +11577,7 @@ "@rollup/plugin-node-resolve": "^15.0.1", "@types/jest": "^27.4.1", "@types/ws": "^8.5.4", - "@typescript-eslint/eslint-plugin": "5.38.0", + "@typescript-eslint/eslint-plugin": "5.59.1", "@typescript-eslint/parser": "^5.48.2", "copyfiles": "^2.4.1", "cross-env": "^7.0.3", @@ -9838,10 +11597,19 @@ "typescript": "^4.8.3" }, "dependencies": { + "@iota/crypto.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/crypto.js/-/crypto.js-2.0.0-rc.1.tgz", + "integrity": "sha512-gidDFvbIcthVIaxqntffUCFHHNZNhu1e3zjwt6yaYLeuqJcc2AXPv/UF8Lz9Mfkw9aSM8xVUwo8/uYDkvs2eOQ==", + "requires": { + "@iota/util.js": "2.0.0-rc.1", + "big-integer": "^1.6.51" + } + }, "@iota/mqtt.js": { "version": "file:packages/mqtt/examples/mqtt-client/packages/mqtt", "requires": { - "@iota/iota.js": "2.0.0-rc.2", + "@iota/iota.js": "2.0.0-rc.3", "@iota/util.js": "2.0.0-rc.1", "@rollup/plugin-commonjs": "^21.0.2", "@rollup/plugin-node-resolve": "^15.0.1", @@ -9868,8 +11636,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 +11646,75 @@ } } } + }, + "@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/scope-manager": { + "version": "5.38.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.38.0.tgz", + "integrity": "sha512-ByhHIuNyKD9giwkkLqzezZ9y5bALW8VNY6xXcP+VxoH4JBDKjU5WNnsiD4HJdglHECdV+lyaxhvQjTUbRboiTA==", + "requires": { + "@typescript-eslint/types": "5.38.0", + "@typescript-eslint/visitor-keys": "5.38.0" + } + }, + "@typescript-eslint/type-utils": { + "version": "5.38.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.38.0.tgz", + "integrity": "sha512-iZq5USgybUcj/lfnbuelJ0j3K9dbs1I3RICAJY9NZZpDgBYXmuUlYQGzftpQA9wC8cKgtS6DASTvF3HrXwwozA==", + "requires": { + "@typescript-eslint/typescript-estree": "5.38.0", + "@typescript-eslint/utils": "5.38.0", + "debug": "^4.3.4", + "tsutils": "^3.21.0" + } + }, + "@typescript-eslint/types": { + "version": "5.38.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.38.0.tgz", + "integrity": "sha512-HHu4yMjJ7i3Cb+8NUuRCdOGu2VMkfmKyIJsOr9PfkBVYLYrtMCK/Ap50Rpov+iKpxDTfnqvDbuPLgBE5FwUNfA==" + }, + "@typescript-eslint/typescript-estree": { + "version": "5.38.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.38.0.tgz", + "integrity": "sha512-6P0RuphkR+UuV7Avv7MU3hFoWaGcrgOdi8eTe1NwhMp2/GjUJoODBTRWzlHpZh6lFOaPmSvgxGlROa0Sg5Zbyg==", + "requires": { + "@typescript-eslint/types": "5.38.0", + "@typescript-eslint/visitor-keys": "5.38.0", + "debug": "^4.3.4", + "globby": "^11.1.0", + "is-glob": "^4.0.3", + "semver": "^7.3.7", + "tsutils": "^3.21.0" + } + }, + "@typescript-eslint/utils": { + "version": "5.38.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.38.0.tgz", + "integrity": "sha512-6sdeYaBgk9Fh7N2unEXGz+D+som2QCQGPAf1SxrkEr+Z32gMreQ0rparXTNGRRfYUWk/JzbGdcM8NSSd6oqnTA==", + "requires": { + "@types/json-schema": "^7.0.9", + "@typescript-eslint/scope-manager": "5.38.0", + "@typescript-eslint/types": "5.38.0", + "@typescript-eslint/typescript-estree": "5.38.0", + "eslint-scope": "^5.1.1", + "eslint-utils": "^3.0.0" + } + }, + "@typescript-eslint/visitor-keys": { + "version": "5.38.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.38.0.tgz", + "integrity": "sha512-MxnrdIyArnTi+XyFLR+kt/uNAcdOnmT+879os7qDRI+EYySR4crXJq9BXPfRzzLGq0wgxkwidrCJ9WCAoacm1w==", + "requires": { + "@typescript-eslint/types": "5.38.0", + "eslint-visitor-keys": "^3.3.0" + } } } }, @@ -9890,7 +11726,7 @@ "@rollup/plugin-commonjs": "^21.0.2", "@rollup/plugin-node-resolve": "^15.0.1", "@types/jest": "^27.4.1", - "@typescript-eslint/eslint-plugin": "5.14.0", + "@typescript-eslint/eslint-plugin": "5.59.1", "@typescript-eslint/parser": "^5.48.2", "cross-env": "^7.0.3", "eslint": "^8.32.0", @@ -9908,87 +11744,21 @@ "typescript": "^4.6.2" }, "dependencies": { - "@typescript-eslint/eslint-plugin": { - "version": "5.14.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.14.0.tgz", - "integrity": "sha512-ir0wYI4FfFUDfLcuwKzIH7sMVA+db7WYen47iRSaCGl+HMAZI9fpBwfDo45ZALD3A45ZGyHWDNLhbg8tZrMX4w==", - "dev": true, - "requires": { - "@typescript-eslint/scope-manager": "5.14.0", - "@typescript-eslint/type-utils": "5.14.0", - "@typescript-eslint/utils": "5.14.0", - "debug": "^4.3.2", - "functional-red-black-tree": "^1.0.1", - "ignore": "^5.1.8", - "regexpp": "^3.2.0", - "semver": "^7.3.5", - "tsutils": "^3.21.0" - } - }, - "@typescript-eslint/scope-manager": { - "version": "5.14.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.14.0.tgz", - "integrity": "sha512-LazdcMlGnv+xUc5R4qIlqH0OWARyl2kaP8pVCS39qSL3Pd1F7mI10DbdXeARcE62sVQE4fHNvEqMWsypWO+yEw==", - "dev": true, - "requires": { - "@typescript-eslint/types": "5.14.0", - "@typescript-eslint/visitor-keys": "5.14.0" - } - }, - "@typescript-eslint/type-utils": { - "version": "5.14.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.14.0.tgz", - "integrity": "sha512-d4PTJxsqaUpv8iERTDSQBKUCV7Q5yyXjqXUl3XF7Sd9ogNLuKLkxz82qxokqQ4jXdTPZudWpmNtr/JjbbvUixw==", - "dev": true, - "requires": { - "@typescript-eslint/utils": "5.14.0", - "debug": "^4.3.2", - "tsutils": "^3.21.0" - } - }, - "@typescript-eslint/types": { - "version": "5.14.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.14.0.tgz", - "integrity": "sha512-BR6Y9eE9360LNnW3eEUqAg6HxS9Q35kSIs4rp4vNHRdfg0s+/PgHgskvu5DFTM7G5VKAVjuyaN476LCPrdA7Mw==", - "dev": true - }, - "@typescript-eslint/typescript-estree": { - "version": "5.14.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.14.0.tgz", - "integrity": "sha512-QGnxvROrCVtLQ1724GLTHBTR0lZVu13izOp9njRvMkCBgWX26PKvmMP8k82nmXBRD3DQcFFq2oj3cKDwr0FaUA==", - "dev": true, - "requires": { - "@typescript-eslint/types": "5.14.0", - "@typescript-eslint/visitor-keys": "5.14.0", - "debug": "^4.3.2", - "globby": "^11.0.4", - "is-glob": "^4.0.3", - "semver": "^7.3.5", - "tsutils": "^3.21.0" - } - }, - "@typescript-eslint/utils": { - "version": "5.14.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.14.0.tgz", - "integrity": "sha512-EHwlII5mvUA0UsKYnVzySb/5EE/t03duUTweVy8Zqt3UQXBrpEVY144OTceFKaOe4xQXZJrkptCf7PjEBeGK4w==", - "dev": true, + "@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": { - "@types/json-schema": "^7.0.9", - "@typescript-eslint/scope-manager": "5.14.0", - "@typescript-eslint/types": "5.14.0", - "@typescript-eslint/typescript-estree": "5.14.0", - "eslint-scope": "^5.1.1", - "eslint-utils": "^3.0.0" + "@iota/util.js": "2.0.0-rc.1", + "big-integer": "^1.6.51" } }, - "@typescript-eslint/visitor-keys": { - "version": "5.14.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.14.0.tgz", - "integrity": "sha512-yL0XxfzR94UEkjBqyymMLgCBdojzEuy/eim7N9/RIcTNxpJudAcqsU8eRyfzBbcEzGoPWfdM3AGak3cN08WOIw==", - "dev": true, + "@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": { - "@typescript-eslint/types": "5.14.0", - "eslint-visitor-keys": "^3.0.0" + "big-integer": "^1.6.51" } }, "eslint-plugin-unicorn": { @@ -10022,7 +11792,7 @@ "@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.59.1", "@typescript-eslint/parser": "^5.48.2", "copyfiles": "^2.4.1", "cross-env": "^7.0.3", @@ -10051,7 +11821,7 @@ "@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.59.1", "@typescript-eslint/parser": "^5.48.2", "cross-env": "^7.0.3", "eslint": "^8.32.0", @@ -10067,6 +11837,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": { @@ -10077,7 +11866,7 @@ "@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.59.1", "@typescript-eslint/parser": "^5.48.2", "cross-env": "^7.0.3", "eslint": "^8.32.0", @@ -10093,6 +11882,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": { @@ -10106,7 +11914,7 @@ "@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.59.1", "@typescript-eslint/parser": "^5.48.2", "big-integer": "^1.6.51", "copyfiles": "^2.4.1", @@ -10686,6 +12494,12 @@ "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.7.0.tgz", "integrity": "sha512-RI1L7N4JnW5gQw2spvL7Sllfuf1SaHdrZpCHiBlCXjIlufi1SMNnbu2teze3/QE67Fg2tBlH7W+mi4hVNk4p0A==" }, + "@types/semver": { + "version": "7.3.13", + "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.3.13.tgz", + "integrity": "sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==", + "dev": true + }, "@types/stack-utils": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.1.tgz", @@ -10713,16 +12527,19 @@ "integrity": "sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==" }, "@typescript-eslint/eslint-plugin": { - "version": "5.38.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.38.0.tgz", - "integrity": "sha512-GgHi/GNuUbTOeoJiEANi0oI6fF3gBQc3bGFYj40nnAPCbhrtEDf2rjBmefFadweBmO1Du1YovHeDP2h5JLhtTQ==", + "version": "5.59.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.1.tgz", + "integrity": "sha512-AVi0uazY5quFB9hlp2Xv+ogpfpk77xzsgsIEWyVS7uK/c7MZ5tw7ZPbapa0SbfkqE0fsAMkz5UwtgMLVk2BQAg==", + "dev": true, "requires": { - "@typescript-eslint/scope-manager": "5.38.0", - "@typescript-eslint/type-utils": "5.38.0", - "@typescript-eslint/utils": "5.38.0", + "@eslint-community/regexpp": "^4.4.0", + "@typescript-eslint/scope-manager": "5.59.1", + "@typescript-eslint/type-utils": "5.59.1", + "@typescript-eslint/utils": "5.59.1", "debug": "^4.3.4", + "grapheme-splitter": "^1.0.4", "ignore": "^5.2.0", - "regexpp": "^3.2.0", + "natural-compare-lite": "^1.4.0", "semver": "^7.3.7", "tsutils": "^3.21.0" } @@ -10778,37 +12595,41 @@ } }, "@typescript-eslint/scope-manager": { - "version": "5.38.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.38.0.tgz", - "integrity": "sha512-ByhHIuNyKD9giwkkLqzezZ9y5bALW8VNY6xXcP+VxoH4JBDKjU5WNnsiD4HJdglHECdV+lyaxhvQjTUbRboiTA==", + "version": "5.59.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.59.1.tgz", + "integrity": "sha512-mau0waO5frJctPuAzcxiNWqJR5Z8V0190FTSqRw1Q4Euop6+zTwHAf8YIXNwDOT29tyUDrQ65jSg9aTU/H0omA==", + "dev": true, "requires": { - "@typescript-eslint/types": "5.38.0", - "@typescript-eslint/visitor-keys": "5.38.0" + "@typescript-eslint/types": "5.59.1", + "@typescript-eslint/visitor-keys": "5.59.1" } }, "@typescript-eslint/type-utils": { - "version": "5.38.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.38.0.tgz", - "integrity": "sha512-iZq5USgybUcj/lfnbuelJ0j3K9dbs1I3RICAJY9NZZpDgBYXmuUlYQGzftpQA9wC8cKgtS6DASTvF3HrXwwozA==", + "version": "5.59.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.59.1.tgz", + "integrity": "sha512-ZMWQ+Oh82jWqWzvM3xU+9y5U7MEMVv6GLioM3R5NJk6uvP47kZ7YvlgSHJ7ERD6bOY7Q4uxWm25c76HKEwIjZw==", + "dev": true, "requires": { - "@typescript-eslint/typescript-estree": "5.38.0", - "@typescript-eslint/utils": "5.38.0", + "@typescript-eslint/typescript-estree": "5.59.1", + "@typescript-eslint/utils": "5.59.1", "debug": "^4.3.4", "tsutils": "^3.21.0" } }, "@typescript-eslint/types": { - "version": "5.38.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.38.0.tgz", - "integrity": "sha512-HHu4yMjJ7i3Cb+8NUuRCdOGu2VMkfmKyIJsOr9PfkBVYLYrtMCK/Ap50Rpov+iKpxDTfnqvDbuPLgBE5FwUNfA==" + "version": "5.59.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.1.tgz", + "integrity": "sha512-dg0ICB+RZwHlysIy/Dh1SP+gnXNzwd/KS0JprD3Lmgmdq+dJAJnUPe1gNG34p0U19HvRlGX733d/KqscrGC1Pg==", + "dev": true }, "@typescript-eslint/typescript-estree": { - "version": "5.38.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.38.0.tgz", - "integrity": "sha512-6P0RuphkR+UuV7Avv7MU3hFoWaGcrgOdi8eTe1NwhMp2/GjUJoODBTRWzlHpZh6lFOaPmSvgxGlROa0Sg5Zbyg==", + "version": "5.59.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.1.tgz", + "integrity": "sha512-lYLBBOCsFltFy7XVqzX0Ju+Lh3WPIAWxYpmH/Q7ZoqzbscLiCW00LeYCdsUnnfnj29/s1WovXKh2gwCoinHNGA==", + "dev": true, "requires": { - "@typescript-eslint/types": "5.38.0", - "@typescript-eslint/visitor-keys": "5.38.0", + "@typescript-eslint/types": "5.59.1", + "@typescript-eslint/visitor-keys": "5.59.1", "debug": "^4.3.4", "globby": "^11.1.0", "is-glob": "^4.0.3", @@ -10817,24 +12638,28 @@ } }, "@typescript-eslint/utils": { - "version": "5.38.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.38.0.tgz", - "integrity": "sha512-6sdeYaBgk9Fh7N2unEXGz+D+som2QCQGPAf1SxrkEr+Z32gMreQ0rparXTNGRRfYUWk/JzbGdcM8NSSd6oqnTA==", + "version": "5.59.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.59.1.tgz", + "integrity": "sha512-MkTe7FE+K1/GxZkP5gRj3rCztg45bEhsd8HYjczBuYm+qFHP5vtZmjx3B0yUCDotceQ4sHgTyz60Ycl225njmA==", + "dev": true, "requires": { + "@eslint-community/eslint-utils": "^4.2.0", "@types/json-schema": "^7.0.9", - "@typescript-eslint/scope-manager": "5.38.0", - "@typescript-eslint/types": "5.38.0", - "@typescript-eslint/typescript-estree": "5.38.0", + "@types/semver": "^7.3.12", + "@typescript-eslint/scope-manager": "5.59.1", + "@typescript-eslint/types": "5.59.1", + "@typescript-eslint/typescript-estree": "5.59.1", "eslint-scope": "^5.1.1", - "eslint-utils": "^3.0.0" + "semver": "^7.3.7" } }, "@typescript-eslint/visitor-keys": { - "version": "5.38.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.38.0.tgz", - "integrity": "sha512-MxnrdIyArnTi+XyFLR+kt/uNAcdOnmT+879os7qDRI+EYySR4crXJq9BXPfRzzLGq0wgxkwidrCJ9WCAoacm1w==", + "version": "5.59.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.1.tgz", + "integrity": "sha512-6waEYwBTCWryx0VJmP7JaM4FpipLsFl9CvYf2foAE8Qh/Y0s+bxWysciwOs0LTBED4JCaNxTZ5rGadB14M6dwA==", + "dev": true, "requires": { - "@typescript-eslint/types": "5.38.0", + "@typescript-eslint/types": "5.59.1", "eslint-visitor-keys": "^3.3.0" } }, @@ -10882,6 +12707,90 @@ "@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" + } + }, + "@typescript-eslint/eslint-plugin": { + "version": "5.38.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.38.0.tgz", + "integrity": "sha512-GgHi/GNuUbTOeoJiEANi0oI6fF3gBQc3bGFYj40nnAPCbhrtEDf2rjBmefFadweBmO1Du1YovHeDP2h5JLhtTQ==", + "requires": { + "@typescript-eslint/scope-manager": "5.38.0", + "@typescript-eslint/type-utils": "5.38.0", + "@typescript-eslint/utils": "5.38.0", + "debug": "^4.3.4", + "ignore": "^5.2.0", + "regexpp": "^3.2.0", + "semver": "^7.3.7", + "tsutils": "^3.21.0" + } + } } }, "agent-base": { @@ -11550,6 +13459,59 @@ "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" + } + }, + "@typescript-eslint/eslint-plugin": { + "version": "5.38.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.38.0.tgz", + "integrity": "sha512-GgHi/GNuUbTOeoJiEANi0oI6fF3gBQc3bGFYj40nnAPCbhrtEDf2rjBmefFadweBmO1Du1YovHeDP2h5JLhtTQ==", + "requires": { + "@typescript-eslint/scope-manager": "5.38.0", + "@typescript-eslint/type-utils": "5.38.0", + "@typescript-eslint/utils": "5.38.0", + "debug": "^4.3.4", + "ignore": "^5.2.0", + "regexpp": "^3.2.0", + "semver": "^7.3.7", + "tsutils": "^3.21.0" } } } @@ -12294,12 +14256,6 @@ "functions-have-names": "^1.2.2" } }, - "functional-red-black-tree": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", - "integrity": "sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==", - "dev": true - }, "functions-have-names": { "version": "1.2.3", "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", @@ -13605,6 +15561,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 +15630,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 +15678,49 @@ "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" + } + }, + "@typescript-eslint/eslint-plugin": { + "version": "5.38.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.38.0.tgz", + "integrity": "sha512-GgHi/GNuUbTOeoJiEANi0oI6fF3gBQc3bGFYj40nnAPCbhrtEDf2rjBmefFadweBmO1Du1YovHeDP2h5JLhtTQ==", + "requires": { + "@typescript-eslint/scope-manager": "5.38.0", + "@typescript-eslint/type-utils": "5.38.0", + "@typescript-eslint/utils": "5.38.0", + "debug": "^4.3.4", + "ignore": "^5.2.0", + "regexpp": "^3.2.0", + "semver": "^7.3.7", + "tsutils": "^3.21.0" + } } } }, @@ -13680,6 +15737,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": { @@ -13707,20 +15803,67 @@ "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", + "typedoc": "^0.23.15", + "typedoc-plugin-markdown": "^3.14.0", + "typescript": "^4.8.3" + }, + "dependencies": { + "@iota/crypto.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/crypto.js/-/crypto.js-2.0.0-rc.1.tgz", + "integrity": "sha512-gidDFvbIcthVIaxqntffUCFHHNZNhu1e3zjwt6yaYLeuqJcc2AXPv/UF8Lz9Mfkw9aSM8xVUwo8/uYDkvs2eOQ==", + "requires": { + "@iota/util.js": "2.0.0-rc.1", + "big-integer": "^1.6.51" + } + }, + "@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", + "requires": { + "big-integer": "^1.6.51" + } + } + } + }, + "@iota/pow-neon.js": { + "version": "file:packages/iota/examples/mint-nft/packages/pow-neon", + "requires": { + "@iota/types": "2.0.0-rc.2", + "@rollup/plugin-commonjs": "^21.0.2", + "@rollup/plugin-node-resolve": "^15.0.1", + "@types/jest": "^27.4.1", + "@typescript-eslint/eslint-plugin": "^5.38.0", + "@typescript-eslint/parser": "^5.48.2", + "copyfiles": "^2.4.1", + "cross-env": "^7.0.3", + "eslint": "^8.32.0", + "eslint-plugin-header": "^3.1.1", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-unicorn": "^43.0.2", + "jest": "^27.5.1", + "neon-cli": "^0.10.1", + "npm-run-all": "^4.1.5", + "rimraf": "^3.0.2", + "rollup": "^2.70.0", + "rollup-plugin-natives": "^0.7.5", + "rollup-plugin-terser": "^7.0.2", + "ts-jest": "^27.1.3", + "ts-node": "^10.9.1", "typescript": "^4.8.3" } }, - "@iota/pow-neon.js": { - "version": "file:packages/iota/examples/mint-nft/packages/pow-neon", + "@iota/util.js": { + "version": "file:packages/iota/examples/mint-nft/packages/util", "requires": { - "@iota/types": "2.0.0-rc.2", "@rollup/plugin-commonjs": "^21.0.2", "@rollup/plugin-node-resolve": "^15.0.1", "@types/jest": "^27.4.1", - "@typescript-eslint/eslint-plugin": "^5.38.0", + "@typescript-eslint/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", @@ -13729,16 +15872,31 @@ "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" } + }, + "@typescript-eslint/eslint-plugin": { + "version": "5.38.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.38.0.tgz", + "integrity": "sha512-GgHi/GNuUbTOeoJiEANi0oI6fF3gBQc3bGFYj40nnAPCbhrtEDf2rjBmefFadweBmO1Du1YovHeDP2h5JLhtTQ==", + "requires": { + "@typescript-eslint/scope-manager": "5.38.0", + "@typescript-eslint/type-utils": "5.38.0", + "@typescript-eslint/utils": "5.38.0", + "debug": "^4.3.4", + "ignore": "^5.2.0", + "regexpp": "^3.2.0", + "semver": "^7.3.7", + "tsutils": "^3.21.0" + } } } }, @@ -13780,7 +15938,51 @@ }, "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" + } + }, + "@typescript-eslint/eslint-plugin": { + "version": "5.38.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.38.0.tgz", + "integrity": "sha512-GgHi/GNuUbTOeoJiEANi0oI6fF3gBQc3bGFYj40nnAPCbhrtEDf2rjBmefFadweBmO1Du1YovHeDP2h5JLhtTQ==", + "requires": { + "@typescript-eslint/scope-manager": "5.38.0", + "@typescript-eslint/type-utils": "5.38.0", + "@typescript-eslint/utils": "5.38.0", + "debug": "^4.3.4", + "ignore": "^5.2.0", + "regexpp": "^3.2.0", + "semver": "^7.3.7", + "tsutils": "^3.21.0" + } } } }, @@ -13820,6 +16022,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 +16091,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 +16139,49 @@ "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" + } + }, + "@typescript-eslint/eslint-plugin": { + "version": "5.38.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.38.0.tgz", + "integrity": "sha512-GgHi/GNuUbTOeoJiEANi0oI6fF3gBQc3bGFYj40nnAPCbhrtEDf2rjBmefFadweBmO1Du1YovHeDP2h5JLhtTQ==", + "requires": { + "@typescript-eslint/scope-manager": "5.38.0", + "@typescript-eslint/type-utils": "5.38.0", + "@typescript-eslint/utils": "5.38.0", + "debug": "^4.3.4", + "ignore": "^5.2.0", + "regexpp": "^3.2.0", + "semver": "^7.3.7", + "tsutils": "^3.21.0" + } } } }, @@ -13887,6 +16190,12 @@ "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==" }, + "natural-compare-lite": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz", + "integrity": "sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==", + "dev": true + }, "neo-async": { "version": "2.6.2", "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", @@ -13926,6 +16235,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 +16304,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 +16352,49 @@ "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" + } + }, + "@typescript-eslint/eslint-plugin": { + "version": "5.38.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.38.0.tgz", + "integrity": "sha512-GgHi/GNuUbTOeoJiEANi0oI6fF3gBQc3bGFYj40nnAPCbhrtEDf2rjBmefFadweBmO1Du1YovHeDP2h5JLhtTQ==", + "requires": { + "@typescript-eslint/scope-manager": "5.38.0", + "@typescript-eslint/type-utils": "5.38.0", + "@typescript-eslint/utils": "5.38.0", + "debug": "^4.3.4", + "ignore": "^5.2.0", + "regexpp": "^3.2.0", + "semver": "^7.3.7", + "tsutils": "^3.21.0" + } } } }, @@ -14358,15 +16768,102 @@ "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": { - "@iota/crypto.js": "2.0.0-rc.1", - "@iota/util.js": "2.0.0-rc.1", + "@iota/crypto.js": "2.0.0-rc.1", + "@iota/util.js": "2.0.0-rc.1", + "@rollup/plugin-commonjs": "^21.0.2", + "@rollup/plugin-node-resolve": "^15.0.1", + "@types/jest": "^27.4.1", + "@types/node-fetch": "2.6.1", + "@typescript-eslint/eslint-plugin": "5.38.0", + "@typescript-eslint/parser": "^5.48.2", + "big-integer": "^1.6.51", + "copyfiles": "^2.4.1", + "cross-env": "^7.0.3", + "eslint": "^8.32.0", + "eslint-plugin-header": "^3.1.1", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-jsdoc": "^39.6.4", + "eslint-plugin-unicorn": "^43.0.2", + "jest": "^27.5.1", + "node-fetch": "2.6.7", + "npm-run-all": "^4.1.5", + "rimraf": "^3.0.2", + "rollup": "^2.70.0", + "rollup-plugin-terser": "^7.0.2", + "ts-jest": "^27.1.3", + "ts-node": "^10.9.1", + "typedoc": "^0.23.15", + "typedoc-plugin-markdown": "^3.14.0", + "typescript": "^4.8.3" + }, + "dependencies": { + "@iota/crypto.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/crypto.js/-/crypto.js-2.0.0-rc.1.tgz", + "integrity": "sha512-gidDFvbIcthVIaxqntffUCFHHNZNhu1e3zjwt6yaYLeuqJcc2AXPv/UF8Lz9Mfkw9aSM8xVUwo8/uYDkvs2eOQ==", + "requires": { + "@iota/util.js": "2.0.0-rc.1", + "big-integer": "^1.6.51" + } + }, + "@iota/util.js": { + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@iota/util.js/-/util.js-2.0.0-rc.1.tgz", + "integrity": "sha512-tG+qsCHhztGuthUPqLlckih3Ump+IcKCDEl+Sb7ACOOR7JM73KOGaRud8NlLu4GNqQyQh7s9Gn2GRkXBJ1apiA==", + "requires": { + "big-integer": "^1.6.51" + } + } + } + }, + "@iota/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", - "@types/node-fetch": "2.6.1", "@typescript-eslint/eslint-plugin": "5.38.0", "@typescript-eslint/parser": "^5.48.2", "big-integer": "^1.6.51", @@ -14378,7 +16875,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", @@ -14389,6 +16885,21 @@ "typedoc-plugin-markdown": "^3.14.0", "typescript": "^4.8.3" } + }, + "@typescript-eslint/eslint-plugin": { + "version": "5.38.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.38.0.tgz", + "integrity": "sha512-GgHi/GNuUbTOeoJiEANi0oI6fF3gBQc3bGFYj40nnAPCbhrtEDf2rjBmefFadweBmO1Du1YovHeDP2h5JLhtTQ==", + "requires": { + "@typescript-eslint/scope-manager": "5.38.0", + "@typescript-eslint/type-utils": "5.38.0", + "@typescript-eslint/utils": "5.38.0", + "debug": "^4.3.4", + "ignore": "^5.2.0", + "regexpp": "^3.2.0", + "semver": "^7.3.7", + "tsutils": "^3.21.0" + } } } }, @@ -14477,6 +16988,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 +17057,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 +17105,49 @@ "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" + } + }, + "@typescript-eslint/eslint-plugin": { + "version": "5.38.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.38.0.tgz", + "integrity": "sha512-GgHi/GNuUbTOeoJiEANi0oI6fF3gBQc3bGFYj40nnAPCbhrtEDf2rjBmefFadweBmO1Du1YovHeDP2h5JLhtTQ==", + "requires": { + "@typescript-eslint/scope-manager": "5.38.0", + "@typescript-eslint/type-utils": "5.38.0", + "@typescript-eslint/utils": "5.38.0", + "debug": "^4.3.4", + "ignore": "^5.2.0", + "regexpp": "^3.2.0", + "semver": "^7.3.7", + "tsutils": "^3.21.0" + } } } }, @@ -14990,6 +17602,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 +17671,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 +17719,49 @@ "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" + } + }, + "@typescript-eslint/eslint-plugin": { + "version": "5.38.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.38.0.tgz", + "integrity": "sha512-GgHi/GNuUbTOeoJiEANi0oI6fF3gBQc3bGFYj40nnAPCbhrtEDf2rjBmefFadweBmO1Du1YovHeDP2h5JLhtTQ==", + "requires": { + "@typescript-eslint/scope-manager": "5.38.0", + "@typescript-eslint/type-utils": "5.38.0", + "@typescript-eslint/utils": "5.38.0", + "debug": "^4.3.4", + "ignore": "^5.2.0", + "regexpp": "^3.2.0", + "semver": "^7.3.7", + "tsutils": "^3.21.0" + } } } }, @@ -15430,6 +18143,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 +18212,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 +18260,49 @@ "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" + } + }, + "@typescript-eslint/eslint-plugin": { + "version": "5.38.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.38.0.tgz", + "integrity": "sha512-GgHi/GNuUbTOeoJiEANi0oI6fF3gBQc3bGFYj40nnAPCbhrtEDf2rjBmefFadweBmO1Du1YovHeDP2h5JLhtTQ==", + "requires": { + "@typescript-eslint/scope-manager": "5.38.0", + "@typescript-eslint/type-utils": "5.38.0", + "@typescript-eslint/utils": "5.38.0", + "debug": "^4.3.4", + "ignore": "^5.2.0", + "regexpp": "^3.2.0", + "semver": "^7.3.7", + "tsutils": "^3.21.0" + } } } }, diff --git a/packages/crypto/package.json b/packages/crypto/package.json index a0e31fe65..c8825a28a 100644 --- a/packages/crypto/package.json +++ b/packages/crypto/package.json @@ -51,7 +51,7 @@ "@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.59.1", "@typescript-eslint/parser": "^5.48.2", "copyfiles": "^2.4.1", "cross-env": "^7.0.3", diff --git a/packages/iota/package.json b/packages/iota/package.json index 02f48c623..d24b762b6 100644 --- a/packages/iota/package.json +++ b/packages/iota/package.json @@ -53,7 +53,7 @@ "@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.59.1", "@typescript-eslint/parser": "^5.48.2", "copyfiles": "^2.4.1", "cross-env": "^7.0.3", diff --git a/packages/mqtt/package.json b/packages/mqtt/package.json index f28fffa0e..3a06b6c11 100644 --- a/packages/mqtt/package.json +++ b/packages/mqtt/package.json @@ -44,7 +44,7 @@ "@rollup/plugin-node-resolve": "^15.0.1", "@types/jest": "^27.4.1", "@types/ws": "^8.5.4", - "@typescript-eslint/eslint-plugin": "5.38.0", + "@typescript-eslint/eslint-plugin": "5.59.1", "@typescript-eslint/parser": "^5.48.2", "copyfiles": "^2.4.1", "cross-env": "^7.0.3", diff --git a/packages/pow-browser/package.json b/packages/pow-browser/package.json index 1fe79f714..8cb08d6c3 100644 --- a/packages/pow-browser/package.json +++ b/packages/pow-browser/package.json @@ -40,7 +40,7 @@ "@rollup/plugin-commonjs": "^21.0.2", "@rollup/plugin-node-resolve": "^15.0.1", "@types/jest": "^27.4.1", - "@typescript-eslint/eslint-plugin": "5.14.0", + "@typescript-eslint/eslint-plugin": "5.59.1", "@typescript-eslint/parser": "^5.48.2", "cross-env": "^7.0.3", "eslint": "^8.32.0", diff --git a/packages/pow-neon/package.json b/packages/pow-neon/package.json index 71c5e6496..2f977bcc2 100644 --- a/packages/pow-neon/package.json +++ b/packages/pow-neon/package.json @@ -42,7 +42,7 @@ "@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.59.1", "@typescript-eslint/parser": "^5.48.2", "copyfiles": "^2.4.1", "cross-env": "^7.0.3", diff --git a/packages/pow-node/package.json b/packages/pow-node/package.json index b0833d358..e6f78d0c9 100644 --- a/packages/pow-node/package.json +++ b/packages/pow-node/package.json @@ -39,7 +39,7 @@ "@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.59.1", "@typescript-eslint/parser": "^5.48.2", "cross-env": "^7.0.3", "eslint": "^8.32.0", diff --git a/packages/pow-wasm/package.json b/packages/pow-wasm/package.json index 683f7285d..8b43dd34d 100644 --- a/packages/pow-wasm/package.json +++ b/packages/pow-wasm/package.json @@ -40,7 +40,7 @@ "@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.59.1", "@typescript-eslint/parser": "^5.48.2", "cross-env": "^7.0.3", "eslint": "^8.32.0", diff --git a/packages/util/package.json b/packages/util/package.json index a75ceba44..c082b7f7e 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -49,7 +49,7 @@ "@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.59.1", "@typescript-eslint/parser": "^5.48.2", "copyfiles": "^2.4.1", "cross-env": "^7.0.3",