@objectstack/plugin-msw 1.0.9 → 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.9 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
@@ -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 65ms
16
+ CJS dist/index.js 9.44 KB
17
+ CJS dist/index.js.map 19.49 KB
18
+ CJS ⚡️ Build success in 66ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 7281ms
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,16 @@
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
+
3
14
  ## 1.0.9
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.9",
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.9"
9
+ "@objectstack/runtime": "1.0.10"
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.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.9"
22
+ "@objectstack/runtime": "1.0.10"
23
23
  },
24
24
  "scripts": {
25
25
  "build": "tsup --config ../../../tsup.config.ts",