This commit is contained in:
Jaco
2021-10-25 13:32:37 +02:00
committed by GitHub
parent 2caa6fb41a
commit 2b9d90ff49
5 changed files with 98 additions and 68 deletions

View File

@@ -1,21 +1,28 @@
{
"repository": "https://github.com/polkadot-js/wasm",
"author": "Jaco Greeff <jacogr@gmail.com>",
"bugs": "https://github.com/polkadot-js/wasm/issues",
"engines": {},
"homepage": "https://github.com/polkadot-js/wasm#readme",
"license": "Apache-2",
"packageManager": "yarn@3.0.1",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/polkadot-js/wasm.git"
},
"sideEffects": false,
"version": "4.2.2-8",
"workspaces": [
"packages/*"
],
"resolutions": {
"typescript": "^4.4.4"
},
"bin": {},
"scripts": {
"build": "yarn build:wasm",
"build:release": "polkadot-ci-ghact-build",
"build:rollup": "polkadot-exec-rollup --config",
"build:wasm": "./scripts/build.sh",
"lint": "polkadot-dev-run-lint",
"clean": "./scripts/clean.sh",
"lint": "polkadot-dev-run-lint",
"postinstall": "polkadot-dev-yarn-only",
"test": "yarn test:wasm:rust",
"test:wasm:js": "yarn test:wasm:js:jest && yarn test:wasm:js:node",
@@ -23,12 +30,16 @@
"test:wasm:js:node": "cd packages/wasm-crypto && node ./test/wasm.cjs && node ./test/asm.cjs",
"test:wasm:rust": "cd packages/wasm-crypto && RUST_BACKTRACE=full cargo test --release -- --nocapture"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.15.8",
"@polkadot/dev": "^0.63.6",
"@polkadot/dev": "^0.63.8",
"fflate": "^0.7.1",
"override-require": "^1.1.1"
},
"version": "4.2.2-8",
"packageManager": "yarn@3.0.1"
}
"optionalDependencies": {},
"peerDependencies": {},
"resolutions": {
"typescript": "^4.4.4"
}
}

View File

@@ -1,27 +1,34 @@
{
"name": "@polkadot/wasm-crypto-asmjs",
"version": "4.2.2-8",
"license": "Apache-2.0",
"type": "module",
"description": "Asm.js content for wasm-crypto",
"browser": "empty.js",
"main": "empty.js",
"react-native": "data.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [],
"contributors": [],
"bugs": "https://github.com/polkadot-js/wasm/issues",
"homepage": "https://github.com/polkadot-js/wasm#readme",
"repository": {
"type": "git",
"url": "https://github.com/polkadot-js/wasm.git",
"directory": "packages/wasm-crypto-asmjs"
},
"sideEffects": false,
"contributors": [],
"description": "Asm.js content for wasm-crypto",
"engines": {
"node": ">=14.0.0"
},
"homepage": "https://github.com/polkadot-js/wasm/tree/master/packages/wasm-crypto-asmjs#readme",
"license": "Apache-2.0",
"maintainers": [],
"name": "@polkadot/wasm-crypto-asmjs",
"private": false,
"repository": {
"directory": "packages/wasm-crypto-asmjs",
"type": "git",
"url": "https://github.com/polkadot-js/wasm.git"
},
"sideEffects": false,
"type": "module",
"version": "4.2.2-8",
"browser": "empty.js",
"main": "empty.js",
"react-native": "data.js",
"bin": {},
"scripts": {},
"dependencies": {
"@babel/runtime": "^7.15.4"
}
}
},
"devDependencies": {},
"optionalDependencies": {},
"peerDependencies": {},
"resolutions": {}
}

View File

@@ -1,27 +1,34 @@
{
"name": "@polkadot/wasm-crypto-wasm",
"version": "4.2.2-8",
"license": "Apache-2.0",
"type": "module",
"description": "Wasm content for wasm-crypto",
"browser": "data.js",
"main": "data.js",
"react-native": "data.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [],
"contributors": [],
"bugs": "https://github.com/polkadot-js/wasm/issues",
"homepage": "https://github.com/polkadot-js/wasm#readme",
"repository": {
"type": "git",
"url": "https://github.com/polkadot-js/wasm.git",
"directory": "packages/wasm-crypto-wasm"
},
"sideEffects": false,
"contributors": [],
"description": "Wasm content for wasm-crypto",
"engines": {
"node": ">=14.0.0"
},
"homepage": "https://github.com/polkadot-js/wasm/tree/master/packages/wasm-crypto-wasm#readme",
"license": "Apache-2.0",
"maintainers": [],
"name": "@polkadot/wasm-crypto-wasm",
"private": false,
"repository": {
"directory": "packages/wasm-crypto-wasm",
"type": "git",
"url": "https://github.com/polkadot-js/wasm.git"
},
"sideEffects": false,
"type": "module",
"version": "4.2.2-8",
"browser": "data.js",
"main": "data.js",
"react-native": "data.js",
"bin": {},
"scripts": {},
"dependencies": {
"@babel/runtime": "^7.15.4"
}
}
},
"devDependencies": {},
"optionalDependencies": {},
"peerDependencies": {},
"resolutions": {}
}

View File

@@ -1,27 +1,30 @@
{
"name": "@polkadot/wasm-crypto",
"version": "4.2.2-8",
"license": "Apache-2.0",
"type": "module",
"description": "A wasm interface layer for use by @polkadot/util-crypto",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [],
"contributors": [],
"bugs": "https://github.com/polkadot-js/wasm/issues",
"homepage": "https://github.com/polkadot-js/wasm#readme",
"contributors": [],
"description": "A wasm interface layer for use by @polkadot/util-crypto",
"engines": {
"node": ">=14.0.0"
},
"homepage": "https://github.com/polkadot-js/wasm/tree/master/packages/wasm-crypto#readme",
"license": "Apache-2.0",
"maintainers": [],
"name": "@polkadot/wasm-crypto",
"private": false,
"repository": {
"directory": "packages/wasm-crypto",
"type": "git",
"url": "https://github.com/polkadot-js/wasm.git",
"directory": "packages/wasm-crypto"
"url": "https://github.com/polkadot-js/wasm.git"
},
"sideEffects": [
"./detectPackage.js",
"./detectPackage.cjs"
],
"engines": {
"node": ">=14.0.0"
},
"type": "module",
"version": "4.2.2-8",
"main": "index.js",
"bin": {},
"scripts": {},
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/wasm-crypto-asmjs": "^4.2.2-8",
@@ -31,8 +34,10 @@
"@polkadot/util": "^7.6.1",
"@polkadot/x-randomvalues": "^7.6.1"
},
"optionalDependencies": {},
"peerDependencies": {
"@polkadot/util": "*",
"@polkadot/x-randomvalues": "*"
}
}
},
"resolutions": {}
}

View File

@@ -1828,9 +1828,9 @@ __metadata:
languageName: node
linkType: hard
"@polkadot/dev@npm:^0.63.6":
version: 0.63.6
resolution: "@polkadot/dev@npm:0.63.6"
"@polkadot/dev@npm:^0.63.8":
version: 0.63.8
resolution: "@polkadot/dev@npm:0.63.8"
dependencies:
"@babel/cli": ^7.15.7
"@babel/core": ^7.15.8
@@ -1918,7 +1918,7 @@ __metadata:
polkadot-exec-rollup: scripts/polkadot-exec-rollup.cjs
polkadot-exec-tsc: scripts/polkadot-exec-tsc.cjs
polkadot-exec-webpack: scripts/polkadot-exec-webpack.cjs
checksum: dfe6364421fdff1b1bc464137b2a39e8a1323d020741dee7480fca073819a3d945114d4a3929807eb23d3a3dfeede90c2ab61c3b9b589a59822d2eb0d1fdfa5f
checksum: fffded848488ff49fb9955db25b9a1c2a30bfc94ecedf37d614a6b6c82d6a8314753226c02067c76ec4aadba0c75c83c3c1202ba1a5820f5cef92a74c58e2df7
languageName: node
linkType: hard
@@ -8328,7 +8328,7 @@ resolve@^2.0.0-next.3:
resolution: "root-workspace-0b6124@workspace:."
dependencies:
"@babel/core": ^7.15.8
"@polkadot/dev": ^0.63.6
"@polkadot/dev": ^0.63.8
fflate: ^0.7.1
override-require: ^1.1.1
languageName: unknown