@quilted/quilt 0.5.61 → 0.5.62

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,11 @@
1
1
  # @quilted/quilt
2
2
 
3
+ ## 0.5.62
4
+
5
+ ### Patch Changes
6
+
7
+ - [#179](https://github.com/lemonmade/quilt/pull/179) [`ba2d282`](https://github.com/lemonmade/quilt/commit/ba2d28245528fc9825e36cfed85798b721f33152) Thanks [@lemonmade](https://github.com/lemonmade)! - Add useful-react-types package
8
+
3
9
  ## 0.5.61
4
10
 
5
11
  ### Patch Changes
@@ -1611,9 +1611,14 @@
1611
1611
  "signature": "2d0761aa399e092a54bd2de63ae9ceeaa9f34266e561b18790b3584be77cb47a",
1612
1612
  "affectsGlobalScope": false
1613
1613
  },
1614
+ "../../useful-react-types/build/typescript/index.d.ts": {
1615
+ "version": "4be1ee3027182d456e372b41f0314a4efc20950675b674360d1d1cae73cdab56",
1616
+ "signature": "4be1ee3027182d456e372b41f0314a4efc20950675b674360d1d1cae73cdab56",
1617
+ "affectsGlobalScope": false
1618
+ },
1614
1619
  "../src/index.ts": {
1615
- "version": "e9dc37e98f58201ea77e8fe0df3f6dd45f8d3c3fda1b29905b137a08fcda309b",
1616
- "signature": "4c1542c05a26cc09d331194e4dcb0661410bc51a82cec4c534a32f5ee2dabf70",
1620
+ "version": "1d738c12b76e866dc9a35dcd4cbf01da899cfcb5c596cdd8a9c1aabfd0e8bb46",
1621
+ "signature": "9335acdbb9bfc656016705c71e9dbc4b2cbb5e91da3374cdefe4d278821ece9f",
1617
1622
  "affectsGlobalScope": false
1618
1623
  },
1619
1624
  "../../react-testing/build/typescript/types.d.ts": {
@@ -2846,6 +2851,11 @@
2846
2851
  "signature": "4266ccd2cf1d6a281efd9c7ddf9efd7daecf76575364148bd233e18919cac3ed",
2847
2852
  "affectsGlobalScope": false
2848
2853
  },
2854
+ "../../../node_modules/.pnpm/@types+ws@8.5.2/node_modules/@types/ws/index.d.ts": {
2855
+ "version": "77a5c173bcffb453051d4b36454ff7928a091e4a0d1388346bd77c332b7cda09",
2856
+ "signature": "77a5c173bcffb453051d4b36454ff7928a091e4a0d1388346bd77c332b7cda09",
2857
+ "affectsGlobalScope": false
2858
+ },
2849
2859
  "../../../node_modules/.pnpm/@types+yargs-parser@20.2.0/node_modules/@types/yargs-parser/index.d.ts": {
2850
2860
  "version": "3bdd93ec24853e61bfa4c63ebaa425ff3e474156e87a47d90122e1d8cc717c1f",
2851
2861
  "signature": "3bdd93ec24853e61bfa4c63ebaa425ff3e474156e87a47d90122e1d8cc717c1f",
@@ -3594,6 +3604,16 @@
3594
3604
  "../../../node_modules/.pnpm/@types+node@15.12.5/node_modules/@types/node/net.d.ts",
3595
3605
  "../../../node_modules/.pnpm/@types+node@15.12.5/node_modules/@types/node/url.d.ts"
3596
3606
  ],
3607
+ "../../../node_modules/.pnpm/@types+ws@8.5.2/node_modules/@types/ws/index.d.ts": [
3608
+ "../../../node_modules/.pnpm/@types+node@15.12.5/node_modules/@types/node/events.d.ts",
3609
+ "../../../node_modules/.pnpm/@types+node@15.12.5/node_modules/@types/node/http.d.ts",
3610
+ "../../../node_modules/.pnpm/@types+node@15.12.5/node_modules/@types/node/https.d.ts",
3611
+ "../../../node_modules/.pnpm/@types+node@15.12.5/node_modules/@types/node/index.d.ts",
3612
+ "../../../node_modules/.pnpm/@types+node@15.12.5/node_modules/@types/node/stream.d.ts",
3613
+ "../../../node_modules/.pnpm/@types+node@15.12.5/node_modules/@types/node/tls.d.ts",
3614
+ "../../../node_modules/.pnpm/@types+node@15.12.5/node_modules/@types/node/url.d.ts",
3615
+ "../../../node_modules/.pnpm/@types+node@15.12.5/node_modules/@types/node/zlib.d.ts"
3616
+ ],
3597
3617
  "../../../node_modules/.pnpm/@types+yargs@16.0.3/node_modules/@types/yargs/index.d.ts": [
3598
3618
  "../../../node_modules/.pnpm/@types+yargs-parser@20.2.0/node_modules/@types/yargs-parser/index.d.ts"
3599
3619
  ],
@@ -4241,6 +4261,7 @@
4241
4261
  "../../react-router/build/typescript/index.d.ts",
4242
4262
  "../../react-server-render/build/typescript/index.d.ts",
4243
4263
  "../../react-workers/build/typescript/index.d.ts",
4264
+ "../../useful-react-types/build/typescript/index.d.ts",
4244
4265
  "../src/App.tsx"
4245
4266
  ],
4246
4267
  "../src/magic/app.ts": [
@@ -4872,6 +4893,9 @@
4872
4893
  "../../routing/build/typescript/utilities.d.ts": [
4873
4894
  "../../routing/build/typescript/types.d.ts"
4874
4895
  ],
4896
+ "../../useful-react-types/build/typescript/index.d.ts": [
4897
+ "../../../node_modules/.pnpm/@types+react@17.0.13/node_modules/@types/react/index.d.ts"
4898
+ ],
4875
4899
  "../../workers/build/typescript/create/basic.d.ts": [
4876
4900
  "../../workers/build/typescript/create/utilities.d.ts"
4877
4901
  ],
@@ -5599,6 +5623,16 @@
5599
5623
  "../../../node_modules/.pnpm/@types+node@15.12.5/node_modules/@types/node/net.d.ts",
5600
5624
  "../../../node_modules/.pnpm/@types+node@15.12.5/node_modules/@types/node/url.d.ts"
5601
5625
  ],
5626
+ "../../../node_modules/.pnpm/@types+ws@8.5.2/node_modules/@types/ws/index.d.ts": [
5627
+ "../../../node_modules/.pnpm/@types+node@15.12.5/node_modules/@types/node/events.d.ts",
5628
+ "../../../node_modules/.pnpm/@types+node@15.12.5/node_modules/@types/node/http.d.ts",
5629
+ "../../../node_modules/.pnpm/@types+node@15.12.5/node_modules/@types/node/https.d.ts",
5630
+ "../../../node_modules/.pnpm/@types+node@15.12.5/node_modules/@types/node/index.d.ts",
5631
+ "../../../node_modules/.pnpm/@types+node@15.12.5/node_modules/@types/node/stream.d.ts",
5632
+ "../../../node_modules/.pnpm/@types+node@15.12.5/node_modules/@types/node/tls.d.ts",
5633
+ "../../../node_modules/.pnpm/@types+node@15.12.5/node_modules/@types/node/url.d.ts",
5634
+ "../../../node_modules/.pnpm/@types+node@15.12.5/node_modules/@types/node/zlib.d.ts"
5635
+ ],
5602
5636
  "../../../node_modules/.pnpm/@types+yargs@16.0.3/node_modules/@types/yargs/index.d.ts": [
5603
5637
  "../../../node_modules/.pnpm/@types+yargs-parser@20.2.0/node_modules/@types/yargs-parser/index.d.ts"
5604
5638
  ],
@@ -6245,6 +6279,7 @@
6245
6279
  "../../react-router/build/typescript/index.d.ts",
6246
6280
  "../../react-server-render/build/typescript/index.d.ts",
6247
6281
  "../../react-workers/build/typescript/index.d.ts",
6282
+ "../../useful-react-types/build/typescript/index.d.ts",
6248
6283
  "../src/App.tsx"
6249
6284
  ],
6250
6285
  "../src/magic/app.ts": [
@@ -6863,6 +6898,9 @@
6863
6898
  "../../routing/build/typescript/utilities.d.ts": [
6864
6899
  "../../routing/build/typescript/types.d.ts"
6865
6900
  ],
6901
+ "../../useful-react-types/build/typescript/index.d.ts": [
6902
+ "../../../node_modules/.pnpm/@types+react@17.0.13/node_modules/@types/react/index.d.ts"
6903
+ ],
6866
6904
  "../../workers/build/typescript/create/basic.d.ts": [
6867
6905
  "../../workers/build/typescript/create/utilities.d.ts"
6868
6906
  ],
@@ -7074,6 +7112,7 @@
7074
7112
  "../../../node_modules/.pnpm/@types+send@0.17.1/node_modules/@types/send/index.d.ts",
7075
7113
  "../../../node_modules/.pnpm/@types+stack-utils@2.0.0/node_modules/@types/stack-utils/index.d.ts",
7076
7114
  "../../../node_modules/.pnpm/@types+websocket@1.0.2/node_modules/@types/websocket/index.d.ts",
7115
+ "../../../node_modules/.pnpm/@types+ws@8.5.2/node_modules/@types/ws/index.d.ts",
7077
7116
  "../../../node_modules/.pnpm/@types+yargs-parser@20.2.0/node_modules/@types/yargs-parser/index.d.ts",
7078
7117
  "../../../node_modules/.pnpm/@types+yargs@16.0.3/node_modules/@types/yargs/index.d.ts",
7079
7118
  "../../../node_modules/.pnpm/@types+yauzl@2.9.2/node_modules/@types/yauzl/index.d.ts",
@@ -7448,6 +7487,7 @@
7448
7487
  "../../routing/build/typescript/index.d.ts",
7449
7488
  "../../routing/build/typescript/types.d.ts",
7450
7489
  "../../routing/build/typescript/utilities.d.ts",
7490
+ "../../useful-react-types/build/typescript/index.d.ts",
7451
7491
  "../../useful-types/build/typescript/index.d.ts",
7452
7492
  "../../workers/build/typescript/create/basic.d.ts",
7453
7493
  "../../workers/build/typescript/create/callable.d.ts",
@@ -13,5 +13,6 @@ export type { NavigateTo, RouteDefinition } from '@quilted/react-router';
13
13
  export { useWorker, createWorker, createCallableWorker, } from '@quilted/react-workers';
14
14
  export type { BasicWorkerCreator, CallableWorkerCreator, } from '@quilted/react-workers';
15
15
  export { useCookie, useCookies } from '@quilted/react-http';
16
+ export type { PropsWithChildren } from '@quilted/useful-react-types';
16
17
  export { App } from './App';
17
18
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,iBAAiB,EAAC,MAAM,gBAAgB,CAAC;AACjD,YAAY,EAAC,WAAW,EAAC,MAAM,gBAAgB,CAAC;AAChD,OAAO,EACL,QAAQ,EACR,aAAa,EACb,UAAU,EACV,oBAAoB,GACrB,MAAM,sBAAsB,CAAC;AAC9B,YAAY,EACV,SAAS,EACT,eAAe,EACf,eAAe,EACf,YAAY,EACZ,kBAAkB,EAClB,WAAW,GACZ,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EACL,cAAc,EACd,aAAa,EACb,eAAe,EACf,QAAQ,EACR,UAAU,EACV,WAAW,GACZ,MAAM,wBAAwB,CAAC;AAChC,YAAY,EACV,WAAW,EACX,gBAAgB,EAChB,cAAc,EACd,qBAAqB,EACrB,gBAAgB,EAChB,oBAAoB,EACpB,sBAAsB,EACtB,gBAAgB,EAChB,gBAAgB,EAChB,eAAe,EACf,eAAe,EACf,YAAY,EACZ,eAAe,EACf,sBAAsB,GACvB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAC,eAAe,EAAC,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAC,YAAY,EAAE,eAAe,EAAC,MAAM,8BAA8B,CAAC;AAC3E,OAAO,EACL,kBAAkB,EAClB,cAAc,EACd,wBAAwB,GACzB,MAAM,4BAA4B,CAAC;AACpC,YAAY,EACV,WAAW,EACX,qBAAqB,EACrB,6BAA6B,GAC9B,MAAM,4BAA4B,CAAC;AACpC,OAAO,EACL,IAAI,EACJ,QAAQ,EACR,MAAM,EACN,SAAS,EACT,eAAe,EACf,aAAa,EACb,aAAa,EACb,SAAS,EACT,SAAS,EACT,QAAQ,EACR,WAAW,EACX,WAAW,EACX,kBAAkB,EAClB,oBAAoB,EACpB,sBAAsB,GACvB,MAAM,uBAAuB,CAAC;AAC/B,YAAY,EAAC,UAAU,EAAE,eAAe,EAAC,MAAM,uBAAuB,CAAC;AACvE,OAAO,EACL,SAAS,EACT,YAAY,EACZ,oBAAoB,GACrB,MAAM,wBAAwB,CAAC;AAChC,YAAY,EACV,kBAAkB,EAClB,qBAAqB,GACtB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAC,SAAS,EAAE,UAAU,EAAC,MAAM,qBAAqB,CAAC;AAE1D,OAAO,EAAC,GAAG,EAAC,MAAM,OAAO,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,iBAAiB,EAAC,MAAM,gBAAgB,CAAC;AACjD,YAAY,EAAC,WAAW,EAAC,MAAM,gBAAgB,CAAC;AAChD,OAAO,EACL,QAAQ,EACR,aAAa,EACb,UAAU,EACV,oBAAoB,GACrB,MAAM,sBAAsB,CAAC;AAC9B,YAAY,EACV,SAAS,EACT,eAAe,EACf,eAAe,EACf,YAAY,EACZ,kBAAkB,EAClB,WAAW,GACZ,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EACL,cAAc,EACd,aAAa,EACb,eAAe,EACf,QAAQ,EACR,UAAU,EACV,WAAW,GACZ,MAAM,wBAAwB,CAAC;AAChC,YAAY,EACV,WAAW,EACX,gBAAgB,EAChB,cAAc,EACd,qBAAqB,EACrB,gBAAgB,EAChB,oBAAoB,EACpB,sBAAsB,EACtB,gBAAgB,EAChB,gBAAgB,EAChB,eAAe,EACf,eAAe,EACf,YAAY,EACZ,eAAe,EACf,sBAAsB,GACvB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAC,eAAe,EAAC,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAC,YAAY,EAAE,eAAe,EAAC,MAAM,8BAA8B,CAAC;AAC3E,OAAO,EACL,kBAAkB,EAClB,cAAc,EACd,wBAAwB,GACzB,MAAM,4BAA4B,CAAC;AACpC,YAAY,EACV,WAAW,EACX,qBAAqB,EACrB,6BAA6B,GAC9B,MAAM,4BAA4B,CAAC;AACpC,OAAO,EACL,IAAI,EACJ,QAAQ,EACR,MAAM,EACN,SAAS,EACT,eAAe,EACf,aAAa,EACb,aAAa,EACb,SAAS,EACT,SAAS,EACT,QAAQ,EACR,WAAW,EACX,WAAW,EACX,kBAAkB,EAClB,oBAAoB,EACpB,sBAAsB,GACvB,MAAM,uBAAuB,CAAC;AAC/B,YAAY,EAAC,UAAU,EAAE,eAAe,EAAC,MAAM,uBAAuB,CAAC;AACvE,OAAO,EACL,SAAS,EACT,YAAY,EACZ,oBAAoB,GACrB,MAAM,wBAAwB,CAAC;AAChC,YAAY,EACV,kBAAkB,EAClB,qBAAqB,GACtB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAC,SAAS,EAAE,UAAU,EAAC,MAAM,qBAAqB,CAAC;AAC1D,YAAY,EAAC,iBAAiB,EAAC,MAAM,6BAA6B,CAAC;AAEnE,OAAO,EAAC,GAAG,EAAC,MAAM,OAAO,CAAC"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@quilted/quilt",
3
3
  "type": "module",
4
- "version": "0.5.61",
4
+ "version": "0.5.62",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/lemonmade/quilt.git",
@@ -201,6 +201,7 @@
201
201
  "@quilted/react-server-render": "^0.3.7",
202
202
  "@quilted/react-testing": "^0.5.1",
203
203
  "@quilted/react-workers": "^0.2.12",
204
+ "@quilted/useful-react-types": "^0.1.0",
204
205
  "@types/react": "^17.0.0",
205
206
  "@types/react-dom": "^17.0.0",
206
207
  "preact": "^10.5.0",
package/src/index.ts CHANGED
@@ -78,5 +78,6 @@ export type {
78
78
  CallableWorkerCreator,
79
79
  } from '@quilted/react-workers';
80
80
  export {useCookie, useCookies} from '@quilted/react-http';
81
+ export type {PropsWithChildren} from '@quilted/useful-react-types';
81
82
 
82
83
  export {App} from './App';
package/tsconfig.json CHANGED
@@ -22,6 +22,7 @@
22
22
  {"path": "../react-server-render"},
23
23
  {"path": "../react-testing"},
24
24
  {"path": "../react-workers"},
25
+ {"path": "../useful-react-types"},
25
26
  {"path": "../workers"}
26
27
  ]
27
28
  }