@quilted/quilt 0.5.62 → 0.5.63
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 +6 -0
- package/build/tsconfig.tsbuildinfo +4 -14
- package/package.json +37 -39
- package/tsconfig.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @quilted/quilt
|
|
2
2
|
|
|
3
|
+
## 0.5.63
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#185](https://github.com/lemonmade/quilt/pull/185) [`3b9a758`](https://github.com/lemonmade/quilt/commit/3b9a758c5703aa63b93a736e33f88a3bfa393fb8) Thanks [@lemonmade](https://github.com/lemonmade)! - Improve package entry declarations
|
|
8
|
+
|
|
3
9
|
## 0.5.62
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -1162,9 +1162,9 @@
|
|
|
1162
1162
|
"affectsGlobalScope": false
|
|
1163
1163
|
},
|
|
1164
1164
|
"../../async/build/typescript/global.d.ts": {
|
|
1165
|
-
"version": "
|
|
1166
|
-
"signature": "
|
|
1167
|
-
"affectsGlobalScope":
|
|
1165
|
+
"version": "9eaa5d7e95022f99f9c5d0a800e204645be8a771b772dc2a8969bd11fa6d9c3d",
|
|
1166
|
+
"signature": "9eaa5d7e95022f99f9c5d0a800e204645be8a771b772dc2a8969bd11fa6d9c3d",
|
|
1167
|
+
"affectsGlobalScope": false
|
|
1168
1168
|
},
|
|
1169
1169
|
"../../async/build/typescript/loader.d.ts": {
|
|
1170
1170
|
"version": "39af1ddd7a9fe9bea1b50adfa155fba2f7306fbd7c68647094c8265c1ae5d934",
|
|
@@ -4449,9 +4449,6 @@
|
|
|
4449
4449
|
"../../graphql/build/typescript/index.d.ts",
|
|
4450
4450
|
"../../useful-types/build/typescript/index.d.ts"
|
|
4451
4451
|
],
|
|
4452
|
-
"../../react-graphql/build/typescript/hooks/useGraphQL.d.ts": [
|
|
4453
|
-
"../../graphql/build/typescript/index.d.ts"
|
|
4454
|
-
],
|
|
4455
4452
|
"../../react-graphql/build/typescript/hooks/useMutation.d.ts": [
|
|
4456
4453
|
"../../graphql/build/typescript/index.d.ts",
|
|
4457
4454
|
"../../useful-types/build/typescript/index.d.ts"
|
|
@@ -4641,9 +4638,6 @@
|
|
|
4641
4638
|
"../../react-http/build/typescript/hooks/content-security-policy.d.ts": [
|
|
4642
4639
|
"../../http/build/typescript/index.d.ts"
|
|
4643
4640
|
],
|
|
4644
|
-
"../../react-http/build/typescript/hooks/cookie.d.ts": [
|
|
4645
|
-
"../../http/build/typescript/index.d.ts"
|
|
4646
|
-
],
|
|
4647
4641
|
"../../react-http/build/typescript/hooks/http-action.d.ts": [
|
|
4648
4642
|
"../../react-http/build/typescript/manager.d.ts"
|
|
4649
4643
|
],
|
|
@@ -4693,9 +4687,6 @@
|
|
|
4693
4687
|
"../../../node_modules/.pnpm/@types+react@17.0.13/node_modules/@types/react/index.d.ts",
|
|
4694
4688
|
"../../performance/build/typescript/index.d.ts"
|
|
4695
4689
|
],
|
|
4696
|
-
"../../react-performance/build/typescript/hooks.d.ts": [
|
|
4697
|
-
"../../performance/build/typescript/index.d.ts"
|
|
4698
|
-
],
|
|
4699
4690
|
"../../react-performance/build/typescript/index.d.ts": [
|
|
4700
4691
|
"../../performance/build/typescript/index.d.ts",
|
|
4701
4692
|
"../../react-performance/build/typescript/PerformanceContext.d.ts",
|
|
@@ -4772,8 +4763,7 @@
|
|
|
4772
4763
|
"../../routing/build/typescript/index.d.ts"
|
|
4773
4764
|
],
|
|
4774
4765
|
"../../react-router/build/typescript/hooks/navigate.d.ts": [
|
|
4775
|
-
"../../react-router/build/typescript/router.d.ts"
|
|
4776
|
-
"../../routing/build/typescript/index.d.ts"
|
|
4766
|
+
"../../react-router/build/typescript/router.d.ts"
|
|
4777
4767
|
],
|
|
4778
4768
|
"../../react-router/build/typescript/hooks/navigation-block.d.ts": [
|
|
4779
4769
|
"../../react-router/build/typescript/types.d.ts"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quilted/quilt",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.5.
|
|
4
|
+
"version": "0.5.63",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/lemonmade/quilt.git",
|
|
@@ -14,110 +14,111 @@
|
|
|
14
14
|
"license": "MIT",
|
|
15
15
|
"exports": {
|
|
16
16
|
".": {
|
|
17
|
-
"quilt:
|
|
18
|
-
"
|
|
17
|
+
"quilt:from-source": "./src/index.ts",
|
|
18
|
+
"quilt:esnext": "./build/esnext/index.esnext",
|
|
19
19
|
"import": "./build/esm/index.mjs",
|
|
20
20
|
"require": "./build/cjs/index.cjs"
|
|
21
21
|
},
|
|
22
22
|
"./server": {
|
|
23
|
-
"quilt:
|
|
24
|
-
"
|
|
23
|
+
"quilt:from-source": "./src/server/index.ts",
|
|
24
|
+
"quilt:esnext": "./build/esnext/server/index.esnext",
|
|
25
25
|
"import": "./build/esm/server/index.mjs",
|
|
26
26
|
"require": "./build/cjs/server/index.cjs"
|
|
27
27
|
},
|
|
28
28
|
"./static": {
|
|
29
|
-
"quilt:
|
|
30
|
-
"
|
|
29
|
+
"quilt:from-source": "./src/static/index.tsx",
|
|
30
|
+
"quilt:esnext": "./build/esnext/static/index.esnext",
|
|
31
31
|
"import": "./build/esm/static/index.mjs",
|
|
32
32
|
"require": "./build/cjs/static/index.cjs"
|
|
33
33
|
},
|
|
34
34
|
"./html": {
|
|
35
|
-
"quilt:
|
|
36
|
-
"
|
|
35
|
+
"quilt:from-source": "./src/html.ts",
|
|
36
|
+
"quilt:esnext": "./build/esnext/html.esnext",
|
|
37
37
|
"import": "./build/esm/html.mjs",
|
|
38
38
|
"require": "./build/cjs/html.cjs"
|
|
39
39
|
},
|
|
40
40
|
"./email": {
|
|
41
|
-
"quilt:
|
|
42
|
-
"
|
|
41
|
+
"quilt:from-source": "./src/email.ts",
|
|
42
|
+
"quilt:esnext": "./build/esnext/email.esnext",
|
|
43
43
|
"import": "./build/esm/email.mjs",
|
|
44
44
|
"require": "./build/cjs/email.cjs"
|
|
45
45
|
},
|
|
46
46
|
"./global": {
|
|
47
|
-
"quilt:
|
|
48
|
-
"
|
|
47
|
+
"quilt:from-source": "./src/global.ts",
|
|
48
|
+
"quilt:esnext": "./build/esnext/global.esnext",
|
|
49
49
|
"import": "./build/esm/global.mjs",
|
|
50
50
|
"require": "./build/cjs/global.cjs"
|
|
51
51
|
},
|
|
52
52
|
"./http": {
|
|
53
|
-
"quilt:
|
|
54
|
-
"
|
|
53
|
+
"quilt:from-source": "./src/http.ts",
|
|
54
|
+
"quilt:esnext": "./build/esnext/http.esnext",
|
|
55
55
|
"import": "./build/esm/http.mjs",
|
|
56
56
|
"require": "./build/cjs/http.cjs"
|
|
57
57
|
},
|
|
58
58
|
"./testing": {
|
|
59
|
-
"quilt:
|
|
60
|
-
"
|
|
59
|
+
"quilt:from-source": "./src/testing.ts",
|
|
60
|
+
"quilt:esnext": "./build/esnext/testing.esnext",
|
|
61
61
|
"import": "./build/esm/testing.mjs",
|
|
62
62
|
"require": "./build/cjs/testing.cjs"
|
|
63
63
|
},
|
|
64
64
|
"./matchers": {
|
|
65
|
-
"quilt:
|
|
66
|
-
"
|
|
65
|
+
"quilt:from-source": "./src/matchers.ts",
|
|
66
|
+
"quilt:esnext": "./build/esnext/matchers.esnext",
|
|
67
67
|
"import": "./build/esm/matchers.mjs",
|
|
68
68
|
"require": "./build/cjs/matchers.cjs"
|
|
69
69
|
},
|
|
70
70
|
"./react/jsx-runtime": {
|
|
71
|
-
"quilt:
|
|
72
|
-
"
|
|
71
|
+
"quilt:from-source": "./src/react/jsx-runtime.ts",
|
|
72
|
+
"quilt:esnext": "./build/esnext/react/jsx-runtime.esnext",
|
|
73
73
|
"import": "./build/esm/react/jsx-runtime.mjs",
|
|
74
74
|
"require": "./build/cjs/react/jsx-runtime.cjs"
|
|
75
75
|
},
|
|
76
76
|
"./react/server": {
|
|
77
|
-
"quilt:
|
|
78
|
-
"
|
|
77
|
+
"quilt:from-source": "./src/react/server.ts",
|
|
78
|
+
"quilt:esnext": "./build/esnext/react/server.esnext",
|
|
79
79
|
"import": "./build/esm/react/server.mjs",
|
|
80
80
|
"require": "./build/cjs/react/server.cjs"
|
|
81
81
|
},
|
|
82
82
|
"./react": {
|
|
83
|
-
"quilt:
|
|
84
|
-
"
|
|
83
|
+
"quilt:from-source": "./src/react/index.ts",
|
|
84
|
+
"quilt:esnext": "./build/esnext/react/index.esnext",
|
|
85
85
|
"import": "./build/esm/react/index.mjs",
|
|
86
86
|
"require": "./build/cjs/react/index.cjs"
|
|
87
87
|
},
|
|
88
88
|
"./http-handlers/node": {
|
|
89
|
-
"quilt:
|
|
90
|
-
"
|
|
89
|
+
"quilt:from-source": "./src/http-handlers/node.ts",
|
|
90
|
+
"quilt:esnext": "./build/esnext/http-handlers/node.esnext",
|
|
91
91
|
"import": "./build/esm/http-handlers/node.mjs",
|
|
92
92
|
"require": "./build/cjs/http-handlers/node.cjs"
|
|
93
93
|
},
|
|
94
94
|
"./http-handlers": {
|
|
95
|
-
"quilt:
|
|
96
|
-
"
|
|
95
|
+
"quilt:from-source": "./src/http-handlers/index.ts",
|
|
96
|
+
"quilt:esnext": "./build/esnext/http-handlers/index.esnext",
|
|
97
97
|
"import": "./build/esm/http-handlers/index.mjs",
|
|
98
98
|
"require": "./build/cjs/http-handlers/index.cjs"
|
|
99
99
|
},
|
|
100
100
|
"./polyfills/base": {
|
|
101
|
-
"quilt:
|
|
102
|
-
"
|
|
101
|
+
"quilt:from-source": "./src/polyfills/base.ts",
|
|
102
|
+
"quilt:esnext": "./build/esnext/polyfills/base.esnext",
|
|
103
103
|
"import": "./build/esm/polyfills/base.mjs",
|
|
104
104
|
"require": "./build/cjs/polyfills/base.cjs"
|
|
105
105
|
},
|
|
106
106
|
"./polyfills/fetch": {
|
|
107
|
-
"quilt:
|
|
108
|
-
"
|
|
107
|
+
"quilt:from-source": "./src/polyfills/fetch.ts",
|
|
108
|
+
"quilt:esnext": "./build/esnext/polyfills/fetch.esnext",
|
|
109
109
|
"import": "./build/esm/polyfills/fetch.mjs",
|
|
110
110
|
"require": "./build/cjs/polyfills/fetch.cjs"
|
|
111
111
|
},
|
|
112
112
|
"./polyfills/noop": {
|
|
113
|
-
"quilt:
|
|
114
|
-
"
|
|
113
|
+
"quilt:from-source": "./src/polyfills/noop.ts",
|
|
114
|
+
"quilt:esnext": "./build/esnext/polyfills/noop.esnext",
|
|
115
115
|
"import": "./build/esm/polyfills/noop.mjs",
|
|
116
116
|
"require": "./build/cjs/polyfills/noop.cjs"
|
|
117
117
|
}
|
|
118
118
|
},
|
|
119
|
+
"types": "./build/typescript/index.d.ts",
|
|
119
120
|
"typesVersions": {
|
|
120
|
-
"
|
|
121
|
+
"*": {
|
|
121
122
|
"server": [
|
|
122
123
|
"./build/typescript/server/index.d.ts"
|
|
123
124
|
],
|
|
@@ -174,9 +175,6 @@
|
|
|
174
175
|
],
|
|
175
176
|
"magic/http-handler": [
|
|
176
177
|
"./build/typescript/magic/http-handler.d.ts"
|
|
177
|
-
],
|
|
178
|
-
"*": [
|
|
179
|
-
"./build/typescript/index.d.ts"
|
|
180
178
|
]
|
|
181
179
|
}
|
|
182
180
|
},
|
package/tsconfig.json
CHANGED