@squide/msw 3.2.5 → 3.2.7

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/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @squide/msw
2
2
 
3
+ ## 3.2.7
4
+
5
+ ### Patch Changes
6
+
7
+ - [#269](https://github.com/workleap/wl-squide/pull/269) [`d3a3fa0`](https://github.com/workleap/wl-squide/commit/d3a3fa05fe75db24a128263e8a2df57233769298) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Updated dependencies.
8
+
9
+ - Updated dependencies [[`d3a3fa0`](https://github.com/workleap/wl-squide/commit/d3a3fa05fe75db24a128263e8a2df57233769298)]:
10
+ - @squide/core@5.4.7
11
+
12
+ ## 3.2.6
13
+
14
+ ### Patch Changes
15
+
16
+ - [#256](https://github.com/workleap/wl-squide/pull/256) [`6c4ee56`](https://github.com/workleap/wl-squide/commit/6c4ee5624141a51d6eefd99dd053e81eb5b08e5c) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Update dependencies versioning to the new Workleap's internal guidelines.
17
+
18
+ - Updated dependencies [[`6c4ee56`](https://github.com/workleap/wl-squide/commit/6c4ee5624141a51d6eefd99dd053e81eb5b08e5c)]:
19
+ - @squide/core@5.4.6
20
+
3
21
  ## 3.2.5
4
22
 
5
23
  ### Patch Changes
package/dist/index.js CHANGED
@@ -2,7 +2,7 @@ export * from "./mswPlugin.js";
2
2
  export * from "./mswState.js";
3
3
  export * from "./requestHandlerRegistry.js";
4
4
 
5
- ;// CONCATENATED MODULE: ./src/index.ts?__rslib_entry__
5
+ ;// CONCATENATED MODULE: ./src/index.ts
6
6
 
7
7
 
8
8
 
package/dist/mswPlugin.js CHANGED
@@ -5,7 +5,7 @@ import * as __WEBPACK_EXTERNAL_MODULE__requestHandlerRegistry_js_564606de__ from
5
5
 
6
6
  ;// CONCATENATED MODULE: external "./requestHandlerRegistry.js"
7
7
 
8
- ;// CONCATENATED MODULE: ./src/mswPlugin.ts?__rslib_entry__
8
+ ;// CONCATENATED MODULE: ./src/mswPlugin.ts
9
9
 
10
10
 
11
11
  const MswPluginName = "msw-plugin";
package/dist/mswState.js CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- ;// CONCATENATED MODULE: ./src/mswState.ts?__rslib_entry__
2
+ ;// CONCATENATED MODULE: ./src/mswState.ts
3
3
  class MswState {
4
4
  #isReady = false;
5
5
  #stateChangedListeners = new Set();
@@ -2,7 +2,7 @@ import * as __WEBPACK_EXTERNAL_MODULE__mswState_js_15009c7d__ from "./mswState.j
2
2
 
3
3
  ;// CONCATENATED MODULE: external "./mswState.js"
4
4
 
5
- ;// CONCATENATED MODULE: ./src/requestHandlerRegistry.ts?__rslib_entry__
5
+ ;// CONCATENATED MODULE: ./src/requestHandlerRegistry.ts
6
6
 
7
7
  class RequestHandlerRegistry {
8
8
  #handlers = [];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@squide/msw",
3
3
  "author": "Workleap",
4
- "version": "3.2.5",
4
+ "version": "3.2.7",
5
5
  "description": "Add support for MSW to @squide application shell.",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
@@ -28,26 +28,20 @@
28
28
  "README.md"
29
29
  ],
30
30
  "peerDependencies": {
31
- "msw": "*"
32
- },
33
- "peerDependenciesMeta": {
34
- "msw": {
35
- "optional": true
36
- }
31
+ "msw": "^2.8.4"
37
32
  },
38
33
  "dependencies": {
39
- "@squide/core": "5.4.5"
34
+ "@squide/core": "5.4.7"
40
35
  },
41
36
  "devDependencies": {
42
- "@rsbuild/core": "1.2.19",
43
- "@rslib/core": "0.5.4",
44
- "@typescript-eslint/parser": "8.26.1",
45
- "@workleap/eslint-plugin": "3.3.0",
46
- "@workleap/rslib-configs": "1.0.2",
47
- "@workleap/typescript-configs": "3.0.2",
37
+ "@rsbuild/core": "1.3.21",
38
+ "@rslib/core": "0.8.0",
39
+ "@typescript-eslint/parser": "8.32.1",
40
+ "@workleap/eslint-plugin": "3.4.0",
41
+ "@workleap/rslib-configs": "1.0.4",
42
+ "@workleap/typescript-configs": "3.0.3",
48
43
  "eslint": "8.57.0",
49
- "msw": "2.7.3",
50
- "typescript": "5.8.2"
44
+ "typescript": "5.8.3"
51
45
  },
52
46
  "sideEffects": false,
53
47
  "engines": {