msw 1.3.2 → 1.3.3
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/lib/mockServiceWorker.js +1 -1
- package/package.json +3 -3
package/lib/mockServiceWorker.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "msw",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.3",
|
|
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",
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"webpack-http-server": "^0.5.0"
|
|
145
145
|
},
|
|
146
146
|
"peerDependencies": {
|
|
147
|
-
"typescript": ">= 4.4.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
|
}
|