@objectstack/plugin-msw 1.0.9 → 1.0.11

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.9 build /home/runner/work/spec/spec/packages/plugins/plugin-msw
2
+ > @objectstack/plugin-msw@1.0.11 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
@@ -10,13 +10,13 @@
10
10
  CLI Cleaning output folder
11
11
  ESM Build start
12
12
  CJS Build start
13
- CJS dist/index.js 9.44 KB
14
- CJS dist/index.js.map 19.49 KB
15
- CJS ⚡️ Build success in 43ms
16
13
  ESM dist/index.mjs 7.70 KB
17
14
  ESM dist/index.mjs.map 18.09 KB
18
- ESM ⚡️ Build success in 44ms
15
+ ESM ⚡️ Build success in 60ms
16
+ CJS dist/index.js 9.44 KB
17
+ CJS dist/index.js.map 19.49 KB
18
+ CJS ⚡️ Build success in 62ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 7281ms
20
+ DTS ⚡️ Build success in 7343ms
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.11
4
+
5
+ ### Patch Changes
6
+
7
+ - 3a9b0f6: Fix metadata path compatibility by rebuilding with latest runtime changes.
8
+ - @objectstack/spec@1.0.11
9
+ - @objectstack/core@1.0.11
10
+ - @objectstack/types@1.0.11
11
+ - @objectstack/objectql@1.0.11
12
+ - @objectstack/runtime@1.0.11
13
+
14
+ ## 1.0.10
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [10f52e1]
19
+ - @objectstack/core@1.0.10
20
+ - @objectstack/objectql@1.0.10
21
+ - @objectstack/runtime@1.0.10
22
+ - @objectstack/spec@1.0.10
23
+ - @objectstack/types@1.0.10
24
+
3
25
  ## 1.0.9
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.9",
3
+ "version": "1.0.11",
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.9"
9
+ "@objectstack/runtime": "1.0.11"
10
10
  },
11
11
  "dependencies": {
12
12
  "msw": "^2.0.0",
13
- "@objectstack/core": "1.0.9",
14
- "@objectstack/objectql": "1.0.9",
15
- "@objectstack/spec": "1.0.9",
16
- "@objectstack/types": "1.0.9"
13
+ "@objectstack/core": "1.0.11",
14
+ "@objectstack/objectql": "1.0.11",
15
+ "@objectstack/spec": "1.0.11",
16
+ "@objectstack/types": "1.0.11"
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.9"
22
+ "@objectstack/runtime": "1.0.11"
23
23
  },
24
24
  "scripts": {
25
25
  "build": "tsup --config ../../../tsup.config.ts",