@wix/services-manager 0.2.15 → 0.2.16

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 +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/services-manager",
3
- "version": "0.2.15",
3
+ "version": "0.2.16",
4
4
  "type": "module",
5
5
  "main": "./cjs/build/services-manager.js",
6
6
  "exports": {
@@ -42,9 +42,9 @@
42
42
  "scripts": {
43
43
  "dev": "npx vite dev ./src/__tests__/test-data",
44
44
  "build": "tsc && tsc --project tsconfig.cjs.json",
45
- "test": "CI=true yarn test:unit && yarn test:e2e",
46
- "test:unit": "vitest",
47
- "test:e2e": "npx playwright install --with-deps chromium && npx playwright test",
45
+ "test": "yarn test:unit && yarn test:e2e",
46
+ "test:unit": "vitest --run",
47
+ "test:e2e": "node ./run-e2e-tests.js",
48
48
  "lint": "eslint --max-warnings=0 .",
49
49
  "lint:fix": "eslint --max-warnings=0 . --fix",
50
50
  "typecheck": "tsc --noEmit"
@@ -53,22 +53,22 @@
53
53
  "*.{js,ts}": "yarn lint"
54
54
  },
55
55
  "dependencies": {
56
- "@preact/signals-core": "^1.10.0",
56
+ "@preact/signals-core": "^1.11.0",
57
57
  "@wix/sdk-context": "0.0.1",
58
58
  "@wix/services-definitions": "^0.1.3",
59
59
  "comlink": "^4.4.2"
60
60
  },
61
61
  "devDependencies": {
62
- "@playwright/test": "^1.53.1",
62
+ "@playwright/test": "^1.53.2",
63
63
  "@types/is-ci": "^3.0.4",
64
- "@types/node": "^20.19.2",
64
+ "@types/node": "^20.19.4",
65
65
  "@vitest/ui": "^1.6.1",
66
66
  "@vitest/web-worker": "^2.1.9",
67
67
  "eslint": "^8.57.1",
68
68
  "eslint-config-sdk": "0.0.0",
69
69
  "is-ci": "^3.0.1",
70
70
  "jsdom": "^22.1.0",
71
- "msw": "^2.10.2",
71
+ "msw": "^2.10.3",
72
72
  "typescript": "^5.8.3",
73
73
  "vitest": "^1.6.1",
74
74
  "vitest-teamcity-reporter": "^0.3.1"
@@ -90,5 +90,5 @@
90
90
  ]
91
91
  }
92
92
  },
93
- "falconPackageHash": "9715544c1789e5ff2a5a617936c97b8b0a102c2ca88623f9586175a7"
93
+ "falconPackageHash": "4394b0785c049eedfb5c498615a29cbc1ddcd3d20fcd4a7b21fa20be"
94
94
  }