@objectstack/plugin-msw 1.0.10 → 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.10 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
@@ -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 65ms
15
+ ESM ⚡️ Build success in 60ms
16
16
  CJS dist/index.js 9.44 KB
17
17
  CJS dist/index.js.map 19.49 KB
18
- CJS ⚡️ Build success in 66ms
18
+ CJS ⚡️ Build success in 62ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 7470ms
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,16 @@
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
+
3
14
  ## 1.0.10
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,25 +1,25 @@
1
1
  {
2
2
  "name": "@objectstack/plugin-msw",
3
- "version": "1.0.10",
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.10"
9
+ "@objectstack/runtime": "1.0.11"
10
10
  },
11
11
  "dependencies": {
12
12
  "msw": "^2.0.0",
13
- "@objectstack/core": "1.0.10",
14
- "@objectstack/objectql": "1.0.10",
15
- "@objectstack/spec": "1.0.10",
16
- "@objectstack/types": "1.0.10"
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.10"
22
+ "@objectstack/runtime": "1.0.11"
23
23
  },
24
24
  "scripts": {
25
25
  "build": "tsup --config ../../../tsup.config.ts",