@massalabs/wallet-provider 1.3.5 → 1.3.6-dev.20230906191742

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@massalabs/wallet-provider",
3
- "version": "1.3.5",
3
+ "version": "1.3.6-dev.20230906191742",
4
4
  "description": "massa's wallet provider",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -17,8 +17,8 @@
17
17
  "update-version-major": "npm version major",
18
18
  "update-version-minor": "npm version minor",
19
19
  "update-version-patch": "npm version patch",
20
- "test-extension:serve-dapp": "cp ./bundle.js ./test-extension/dapp/bundle.js && http-server test-extension/dapp --cors --port 9009",
21
- "test-extension": "cd ./test-extension && npx playwright test",
20
+ "test:serve-dapp": "cp ./bundle.js ./test/dapp/bundle.js && http-server test/dapp --cors --port 9009",
21
+ "test": "cd ./test && npx playwright test",
22
22
  "lint": "eslint .",
23
23
  "lint:fix": "eslint . --fix",
24
24
  "prettier": "prettier --check .",