difftreelog
test fix shared command references
in: master
5 files changed
js-packages/.yarnrc.ymldiffbeforeafterboth223yarnPath: .yarn/releases/yarn-3.6.1.cjs3yarnPath: .yarn/releases/yarn-3.6.1.cjs45plugins:6- ./scripts/plugins/shared.cjs47js-packages/scripts/package.jsondiffbeforeafterboth9 "type": "module",9 "type": "module",10 "version": "1.0.0",10 "version": "1.0.0",11 "main": "",11 "main": "",12 "dependencies": {13 "rxjs": "^7.8.1",14 "tslib": "^2.6.2"15 },16 "scripts": {12 "scripts": {17 "benchMintingFee": "ts-node benchmarks/mintFee/benchmark.ts",13 "benchMintingFee": "yarn ts-node benchmarks/mintFee/benchmark.ts",18 "loadTransfer": "ts-node transfer.nload.ts",14 "loadTransfer": "yarn ts-node transfer.nload.ts",19 "generateEnv": "ts-node --esm ./generateEnv.ts",15 "generateEnv": "yarn ts-node --esm ./generateEnv.ts",20 "propose-upgrade": "ts-node --esm ./proposeupgrade.ts",16 "propose-upgrade": "yarn ts-node --esm ./proposeupgrade.ts",21 "propose-fast-track": "ts-node --esm ./proposefasttrack.ts"17 "propose-fast-track": "yarn ts-node --esm ./proposefasttrack.ts"22 }18 }23}19}2420js-packages/scripts/plugins/shared.cjsdiffbeforeafterbothno changes
js-packages/tests/package.jsondiffbeforeafterboth9 "type": "module",9 "type": "module",10 "version": "1.0.0",10 "version": "1.0.0",11 "main": "",11 "main": "",12 "dependencies": {13 "rxjs": "^7.8.1",14 "tslib": "^2.6.2"15 },16 "devDependencies": {12 "devDependencies": {17 "@types/node": "^20.8.10",18 "mocha": "^10.1.0",13 "mocha": "^10.1.0"19 "ts-node": "^10.9.1",20 "typescript": "^5.1.6"21 },14 },22 "scripts": {15 "scripts": {23 "setup": "ts-node --esm ./util/globalSetup.ts",16 "setup": "yarn ts-node --esm ./util/globalSetup.ts",24 "setIdentities": "ts-node --esm ./util/identitySetter.ts",17 "setIdentities": "yarn ts-node --esm ./util/identitySetter.ts",25 "checkRelayIdentities": "ts-node --esm ./util/relayIdentitiesChecker.ts",18 "checkRelayIdentities": "yarn ts-node --esm ./util/relayIdentitiesChecker.ts",26 "_test": "yarn setup && mocha --timeout 9999999 --loader=ts-node/esm.mjs",19 "_test": "yarn setup && yarn mocha --timeout 9999999 --loader=ts-node/esm.mjs",27 "_testParallel": "yarn setup && mocha --timeout 9999999 --parallel --loader=ts-node/esm.mjs",20 "_testParallel": "yarn setup && yarn mocha --timeout 9999999 --parallel --loader=ts-node/esm.mjs",28 "test": "yarn _test './**/*.*test.ts'",21 "test": "yarn _test './**/*.*test.ts'",29 "testParallel": "yarn _testParallel './**/*.test.ts'",22 "testParallel": "yarn _testParallel './**/*.test.ts'",30 "testSequential": "yarn _test './**/*.seqtest.ts'",23 "testSequential": "yarn _test './**/*.seqtest.ts'",js-packages/yarn.lockdiffbeforeafterboth1266"@unique/scripts@workspace:scripts":1266"@unique/scripts@workspace:scripts":1267 version: 0.0.0-use.local1267 version: 0.0.0-use.local1268 resolution: "@unique/scripts@workspace:scripts"1268 resolution: "@unique/scripts@workspace:scripts"1269 dependencies:1270 rxjs: ^7.8.11271 tslib: ^2.6.21272 languageName: unknown1269 languageName: unknown1273 linkType: soft1270 linkType: soft12741271