-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Release 0.21.1 * fix: manually running prettier ---------
- Loading branch information
1 parent
466367c
commit ec2b65b
Showing
23 changed files
with
24,939 additions
and
24,937 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,35 @@ | ||
{ | ||
"private": true, | ||
"name": "@do-not-publish/ic-cypress-e2e-tests", | ||
"version": "0.21.0", | ||
"scripts": { | ||
"ci": "npm run e2e", | ||
"setup": "dfx deploy; dfx generate; pm2 --name parcel start npm -- start", | ||
"cypress": "cypress run", | ||
"e2e": "npm run cypress", | ||
"poste2e": "pm2 kill", | ||
"eslint:fix": "npm run lint -- --fix", | ||
"eslint": "eslint --ext '.js,.jsx,.ts,.tsx' cypress *.js", | ||
"lint": "npm run eslint", | ||
"build": "", | ||
"lint:fix": "npm run lint -- --fix", | ||
"test:coverage": "", | ||
"test": "", | ||
"start": "parcel src/index.html" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^18.0.6", | ||
"concurrently": "^7.3.0", | ||
"cypress": "^13.2.0", | ||
"esbuild": "^0.15.16", | ||
"parcel": "^2.6.2", | ||
"pm2": "^5.3.0", | ||
"size-limit": "^8.1.0" | ||
}, | ||
"dependencies": { | ||
"@dfinity/agent": "^0.21.0", | ||
"@dfinity/identity": "^0.21.0", | ||
"@dfinity/principal": "^0.21.0", | ||
"idb-keyval": "^6.2.0" | ||
} | ||
"private": true, | ||
"name": "@do-not-publish/ic-cypress-e2e-tests", | ||
"version": "0.21.1", | ||
"scripts": { | ||
"ci": "npm run e2e", | ||
"setup": "dfx deploy; dfx generate; pm2 --name parcel start npm -- start", | ||
"cypress": "cypress run", | ||
"e2e": "npm run cypress", | ||
"poste2e": "pm2 kill", | ||
"eslint:fix": "npm run lint -- --fix", | ||
"eslint": "eslint --ext '.js,.jsx,.ts,.tsx' cypress *.js", | ||
"lint": "npm run eslint", | ||
"build": "", | ||
"lint:fix": "npm run lint -- --fix", | ||
"test:coverage": "", | ||
"test": "", | ||
"start": "parcel src/index.html" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^18.0.6", | ||
"concurrently": "^7.3.0", | ||
"cypress": "^13.2.0", | ||
"esbuild": "^0.15.16", | ||
"parcel": "^2.6.2", | ||
"pm2": "^5.3.0", | ||
"size-limit": "^8.1.0" | ||
}, | ||
"dependencies": { | ||
"@dfinity/agent": "^0.21.1", | ||
"@dfinity/identity": "^0.21.1", | ||
"@dfinity/principal": "^0.21.1", | ||
"idb-keyval": "^6.2.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,48 @@ | ||
{ | ||
"private": true, | ||
"name": "@do-not-publish/ic-node-e2e-tests", | ||
"version": "0.21.0", | ||
"type": "module", | ||
"scripts": { | ||
"ci": "npm run e2e", | ||
"e2e": "vitest", | ||
"eslint:fix": "npm run lint -- --fix", | ||
"eslint": "eslint --ext '.js,.jsx,.ts,.tsx' basic canisters utils *.ts", | ||
"lint": "npm run eslint", | ||
"mitm": "MITM=true vitest ./basic/mitm.test.ts", | ||
"build": "", | ||
"lint:fix": "npm run lint -- --fix", | ||
"test:coverage": "", | ||
"test": "" | ||
}, | ||
"dependencies": { | ||
"@dfinity/agent": "^0.21.0", | ||
"@dfinity/assets": "^0.21.0", | ||
"@dfinity/identity": "^0.21.0", | ||
"@dfinity/principal": "^0.21.0", | ||
"whatwg-fetch": "^3.6.2" | ||
}, | ||
"devDependencies": { | ||
"@peculiar/webcrypto": "^1.4.0", | ||
"@trust/webcrypto": "^0.9.2", | ||
"@tsconfig/node16": "^1.0.3", | ||
"@tsconfig/node17": "^1.0.1", | ||
"@types/base64-js": "^1.3.0", | ||
"@types/isomorphic-fetch": "^0.0.36", | ||
"@types/text-encoding": "^0.0.36", | ||
"@typescript-eslint/eslint-plugin": "^5.30.5", | ||
"@typescript-eslint/parser": "^5.30.5", | ||
"esbuild": "^0.15.16", | ||
"eslint": "^8.19.0", | ||
"eslint-plugin-jsdoc": "^39.3.3", | ||
"isomorphic-fetch": "^3.0.0", | ||
"locus": "^2.0.4", | ||
"node-webcrypto-p11": "^2.5.0", | ||
"size-limit": "^8.2.6", | ||
"text-encoding": "^0.7.0", | ||
"ts-node": "^10.8.2", | ||
"typescript": "^5.2.2", | ||
"vitest": "^0.34.6", | ||
"webcrypto-core": "^1.7.5" | ||
} | ||
"private": true, | ||
"name": "@do-not-publish/ic-node-e2e-tests", | ||
"version": "0.21.1", | ||
"type": "module", | ||
"scripts": { | ||
"ci": "npm run e2e", | ||
"e2e": "vitest", | ||
"eslint:fix": "npm run lint -- --fix", | ||
"eslint": "eslint --ext '.js,.jsx,.ts,.tsx' basic canisters utils *.ts", | ||
"lint": "npm run eslint", | ||
"mitm": "MITM=true vitest ./basic/mitm.test.ts", | ||
"build": "", | ||
"lint:fix": "npm run lint -- --fix", | ||
"test:coverage": "", | ||
"test": "" | ||
}, | ||
"dependencies": { | ||
"@dfinity/agent": "^0.21.1", | ||
"@dfinity/assets": "^0.21.1", | ||
"@dfinity/identity": "^0.21.1", | ||
"@dfinity/principal": "^0.21.1", | ||
"whatwg-fetch": "^3.6.2" | ||
}, | ||
"devDependencies": { | ||
"@peculiar/webcrypto": "^1.4.0", | ||
"@trust/webcrypto": "^0.9.2", | ||
"@tsconfig/node16": "^1.0.3", | ||
"@tsconfig/node17": "^1.0.1", | ||
"@types/base64-js": "^1.3.0", | ||
"@types/isomorphic-fetch": "^0.0.36", | ||
"@types/text-encoding": "^0.0.36", | ||
"@typescript-eslint/eslint-plugin": "^5.30.5", | ||
"@typescript-eslint/parser": "^5.30.5", | ||
"esbuild": "^0.15.16", | ||
"eslint": "^8.19.0", | ||
"eslint-plugin-jsdoc": "^39.3.3", | ||
"isomorphic-fetch": "^3.0.0", | ||
"locus": "^2.0.4", | ||
"node-webcrypto-p11": "^2.5.0", | ||
"size-limit": "^8.2.6", | ||
"text-encoding": "^0.7.0", | ||
"ts-node": "^10.8.2", | ||
"typescript": "^5.2.2", | ||
"vitest": "^0.34.6", | ||
"webcrypto-core": "^1.7.5" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.