msw 1.3.2 → 1.3.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "msw",
3
- "version": "1.3.2",
3
+ "version": "1.3.4",
4
4
  "description": "Seamless REST/GraphQL API mocking library for browser and Node.js.",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -99,7 +99,7 @@
99
99
  "@commitlint/cli": "^16.1.0",
100
100
  "@commitlint/config-conventional": "^16.0.0",
101
101
  "@open-draft/test-server": "^0.4.2",
102
- "@ossjs/release": "^0.8.0",
102
+ "@ossjs/release": "^0.8.1",
103
103
  "@playwright/test": "^1.30.0",
104
104
  "@swc/core": "^1.3.35",
105
105
  "@swc/jest": "^0.2.24",
@@ -144,7 +144,7 @@
144
144
  "webpack-http-server": "^0.5.0"
145
145
  },
146
146
  "peerDependencies": {
147
- "typescript": ">= 4.4.x <= 5.2.x"
147
+ "typescript": ">= 4.4.x"
148
148
  },
149
149
  "peerDependenciesMeta": {
150
150
  "typescript": {
@@ -174,7 +174,7 @@
174
174
  "test:node": "jest --config=./test/jest.config.js",
175
175
  "test:browser": "playwright test -c ./test/browser/playwright.config.ts",
176
176
  "test:ts": "ts-node test/typings/run.ts",
177
- "release": "release publish",
177
+ "release": "release publish -p backport",
178
178
  "postinstall": "node -e \"try{require('./config/scripts/postinstall')}catch(e){}\""
179
179
  }
180
180
  }