Skip to content

Commit 19c9f06

Browse files
authored
Merge pull request #1 from galaxiajs/changeset-release/main
chore(ci): release
2 parents c4f7f2e + e7f5fa4 commit 19c9f06

File tree

3 files changed

+21
-10
lines changed

3 files changed

+21
-10
lines changed

.changeset/nine-hats-warn.md

-5
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# msw-ssr-interceptor
2+
3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- c4f7f2e: Upgrade msw version

packages/msw-ssr-interceptor/package.json

+14-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "msw-ssr-interceptor",
33
"type": "module",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"description": "Helper to use msw in SSR environments",
66
"author": "Ernest Nkansah-Badu <[email protected]> (https://github.com/Ernxst)",
77
"license": "MIT",
@@ -28,12 +28,21 @@
2828
"import": "./dist/playwright/index.js"
2929
}
3030
},
31-
"files": ["dist", "package.json"],
31+
"files": [
32+
"dist",
33+
"package.json"
34+
],
3235
"typesVersions": {
3336
"*": {
34-
".": ["./dist/index"],
35-
"node": ["./dist/node/index"],
36-
"playwright": ["./dist/playwright/index"]
37+
".": [
38+
"./dist/index"
39+
],
40+
"node": [
41+
"./dist/node/index"
42+
],
43+
"playwright": [
44+
"./dist/playwright/index"
45+
]
3746
}
3847
},
3948
"publishConfig": {

0 commit comments

Comments
 (0)