@objectstack/plugin-msw 1.0.8 → 1.0.10

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @objectstack/plugin-msw@1.0.8 build /home/runner/work/spec/spec/packages/plugins/plugin-msw
2
+ > @objectstack/plugin-msw@1.0.10 build /home/runner/work/spec/spec/packages/plugins/plugin-msw
3
3
  > tsup --config ../../../tsup.config.ts
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -12,11 +12,11 @@
12
12
  CJS Build start
13
13
  ESM dist/index.mjs 7.70 KB
14
14
  ESM dist/index.mjs.map 18.09 KB
15
- ESM ⚡️ Build success in 59ms
15
+ ESM ⚡️ Build success in 65ms
16
16
  CJS dist/index.js 9.44 KB
17
17
  CJS dist/index.js.map 19.49 KB
18
- CJS ⚡️ Build success in 72ms
18
+ CJS ⚡️ Build success in 66ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 7832ms
20
+ DTS ⚡️ Build success in 7470ms
21
21
  DTS dist/index.d.mts 3.21 KB
22
22
  DTS dist/index.d.ts 3.21 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @objectstack/plugin-msw
2
2
 
3
+ ## 1.0.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [10f52e1]
8
+ - @objectstack/core@1.0.10
9
+ - @objectstack/objectql@1.0.10
10
+ - @objectstack/runtime@1.0.10
11
+ - @objectstack/spec@1.0.10
12
+ - @objectstack/types@1.0.10
13
+
14
+ ## 1.0.9
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [b9f8c68]
19
+ - @objectstack/objectql@1.0.9
20
+ - @objectstack/spec@1.0.9
21
+ - @objectstack/core@1.0.9
22
+ - @objectstack/types@1.0.9
23
+ - @objectstack/runtime@1.0.9
24
+
3
25
  ## 1.0.8
4
26
 
5
27
  ### Patch Changes
package/package.json CHANGED
@@ -1,25 +1,25 @@
1
1
  {
2
2
  "name": "@objectstack/plugin-msw",
3
- "version": "1.0.8",
3
+ "version": "1.0.10",
4
4
  "description": "MSW (Mock Service Worker) Plugin for ObjectStack Runtime",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "peerDependencies": {
9
- "@objectstack/runtime": "1.0.8"
9
+ "@objectstack/runtime": "1.0.10"
10
10
  },
11
11
  "dependencies": {
12
12
  "msw": "^2.0.0",
13
- "@objectstack/core": "1.0.8",
14
- "@objectstack/spec": "1.0.8",
15
- "@objectstack/objectql": "1.0.8",
16
- "@objectstack/types": "1.0.8"
13
+ "@objectstack/core": "1.0.10",
14
+ "@objectstack/objectql": "1.0.10",
15
+ "@objectstack/spec": "1.0.10",
16
+ "@objectstack/types": "1.0.10"
17
17
  },
18
18
  "devDependencies": {
19
19
  "@types/node": "^25.1.0",
20
20
  "typescript": "^5.0.0",
21
21
  "vitest": "^4.0.18",
22
- "@objectstack/runtime": "1.0.8"
22
+ "@objectstack/runtime": "1.0.10"
23
23
  },
24
24
  "scripts": {
25
25
  "build": "tsup --config ../../../tsup.config.ts",