@objectstack/plugin-msw 4.0.3 → 4.0.5

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/plugin-msw",
3
- "version": "4.0.3",
3
+ "version": "4.0.5",
4
4
  "description": "MSW (Mock Service Worker) Plugin for ObjectStack Runtime",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/index.js",
@@ -13,20 +13,45 @@
13
13
  }
14
14
  },
15
15
  "peerDependencies": {
16
- "@objectstack/runtime": "^4.0.3"
16
+ "@objectstack/runtime": "^4.0.5"
17
17
  },
18
18
  "dependencies": {
19
- "msw": "^2.13.2",
20
- "@objectstack/core": "4.0.3",
21
- "@objectstack/objectql": "4.0.3",
22
- "@objectstack/spec": "4.0.3",
23
- "@objectstack/types": "4.0.3"
19
+ "msw": "^2.14.5",
20
+ "@objectstack/core": "4.0.5",
21
+ "@objectstack/objectql": "4.0.5",
22
+ "@objectstack/spec": "4.0.5",
23
+ "@objectstack/types": "4.0.5"
24
24
  },
25
25
  "devDependencies": {
26
- "@types/node": "^25.6.0",
27
- "typescript": "^6.0.2",
28
- "vitest": "^4.1.4",
29
- "@objectstack/runtime": "4.0.3"
26
+ "@types/node": "^25.6.2",
27
+ "typescript": "^6.0.3",
28
+ "vitest": "^4.1.5",
29
+ "@objectstack/runtime": "4.0.5"
30
+ },
31
+ "keywords": [
32
+ "objectstack",
33
+ "plugin",
34
+ "msw",
35
+ "mock",
36
+ "testing"
37
+ ],
38
+ "author": "ObjectStack",
39
+ "repository": {
40
+ "type": "git",
41
+ "url": "https://github.com/objectstack-ai/framework.git",
42
+ "directory": "packages/plugins/plugin-msw"
43
+ },
44
+ "homepage": "https://objectstack.ai/docs",
45
+ "bugs": "https://github.com/objectstack-ai/framework/issues",
46
+ "publishConfig": {
47
+ "access": "public"
48
+ },
49
+ "files": [
50
+ "dist",
51
+ "README.md"
52
+ ],
53
+ "engines": {
54
+ "node": ">=18.0.0"
30
55
  },
31
56
  "scripts": {
32
57
  "build": "tsup --config ../../../tsup.config.ts",
@@ -1,22 +0,0 @@
1
-
2
- > @objectstack/plugin-msw@4.0.3 build /home/runner/work/framework/framework/packages/plugins/plugin-msw
3
- > tsup --config ../../../tsup.config.ts
4
-
5
- CLI Building entry: src/index.ts
6
- CLI Using tsconfig: tsconfig.json
7
- CLI tsup v8.5.1
8
- CLI Using tsup config: /home/runner/work/framework/framework/tsup.config.ts
9
- CLI Target: es2020
10
- CLI Cleaning output folder
11
- ESM Build start
12
- CJS Build start
13
- ESM dist/index.mjs 8.61 KB
14
- ESM dist/index.mjs.map 20.30 KB
15
- ESM ⚡️ Build success in 42ms
16
- CJS dist/index.js 10.41 KB
17
- CJS dist/index.js.map 21.77 KB
18
- CJS ⚡️ Build success in 53ms
19
- DTS Build start
20
- DTS ⚡️ Build success in 11117ms
21
- DTS dist/index.d.mts 3.36 KB
22
- DTS dist/index.d.ts 3.36 KB