foxact 0.2.21 → 0.2.22

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.
Files changed (2) hide show
  1. package/package.json +28 -30
  2. package/sizes.json +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "foxact",
3
- "version": "0.2.21",
3
+ "version": "0.2.22",
4
4
  "description": "React Hooks/Utils done right. For browser, SSR, and React Server Components.",
5
5
  "homepage": "https://foxact.skk.moe",
6
6
  "repository": {
@@ -21,8 +21,6 @@
21
21
  "author": "Sukka <https://skk.moe>",
22
22
  "license": "MIT",
23
23
  "dependencies": {
24
- "@eslint-sukka/node": "^4.1.7",
25
- "@eslint-sukka/react": "^4.1.7",
26
24
  "client-only": "^0.0.1",
27
25
  "server-only": "^0.0.1"
28
26
  },
@@ -94,15 +92,6 @@
94
92
  "require": "./create-context-state/index.cjs",
95
93
  "default": "./create-context-state/index.js"
96
94
  },
97
- "./noop": {
98
- "types": "./noop/index.d.ts",
99
- "import": {
100
- "types": "./noop/index.d.ts",
101
- "default": "./noop/index.mjs"
102
- },
103
- "require": "./noop/index.cjs",
104
- "default": "./noop/index.js"
105
- },
106
95
  "./create-fixed-array": {
107
96
  "types": "./create-fixed-array/index.d.ts",
108
97
  "import": {
@@ -112,6 +101,15 @@
112
101
  "require": "./create-fixed-array/index.cjs",
113
102
  "default": "./create-fixed-array/index.js"
114
103
  },
104
+ "./noop": {
105
+ "types": "./noop/index.d.ts",
106
+ "import": {
107
+ "types": "./noop/index.d.ts",
108
+ "default": "./noop/index.mjs"
109
+ },
110
+ "require": "./noop/index.cjs",
111
+ "default": "./noop/index.js"
112
+ },
115
113
  "./rem": {
116
114
  "types": "./rem/index.d.ts",
117
115
  "import": {
@@ -220,15 +218,6 @@
220
218
  "require": "./use-is-client/index.cjs",
221
219
  "default": "./use-is-client/index.js"
222
220
  },
223
- "./use-isomorphic-layout-effect": {
224
- "types": "./use-isomorphic-layout-effect/index.d.ts",
225
- "import": {
226
- "types": "./use-isomorphic-layout-effect/index.d.ts",
227
- "default": "./use-isomorphic-layout-effect/index.mjs"
228
- },
229
- "require": "./use-isomorphic-layout-effect/index.cjs",
230
- "default": "./use-isomorphic-layout-effect/index.js"
231
- },
232
221
  "./use-map": {
233
222
  "types": "./use-map/index.d.ts",
234
223
  "import": {
@@ -238,6 +227,15 @@
238
227
  "require": "./use-map/index.cjs",
239
228
  "default": "./use-map/index.js"
240
229
  },
230
+ "./use-isomorphic-layout-effect": {
231
+ "types": "./use-isomorphic-layout-effect/index.d.ts",
232
+ "import": {
233
+ "types": "./use-isomorphic-layout-effect/index.d.ts",
234
+ "default": "./use-isomorphic-layout-effect/index.mjs"
235
+ },
236
+ "require": "./use-isomorphic-layout-effect/index.cjs",
237
+ "default": "./use-isomorphic-layout-effect/index.js"
238
+ },
241
239
  "./use-next-pathname": {
242
240
  "types": "./use-next-pathname/index.d.ts",
243
241
  "import": {
@@ -283,15 +281,6 @@
283
281
  "require": "./use-set/index.cjs",
284
282
  "default": "./use-set/index.js"
285
283
  },
286
- "./use-stable-handler-only-when-you-know-what-you-are-doing-or-you-will-be-fired": {
287
- "types": "./use-stable-handler-only-when-you-know-what-you-are-doing-or-you-will-be-fired/index.d.ts",
288
- "import": {
289
- "types": "./use-stable-handler-only-when-you-know-what-you-are-doing-or-you-will-be-fired/index.d.ts",
290
- "default": "./use-stable-handler-only-when-you-know-what-you-are-doing-or-you-will-be-fired/index.mjs"
291
- },
292
- "require": "./use-stable-handler-only-when-you-know-what-you-are-doing-or-you-will-be-fired/index.cjs",
293
- "default": "./use-stable-handler-only-when-you-know-what-you-are-doing-or-you-will-be-fired/index.js"
294
- },
295
284
  "./use-singleton": {
296
285
  "types": "./use-singleton/index.d.ts",
297
286
  "import": {
@@ -301,6 +290,15 @@
301
290
  "require": "./use-singleton/index.cjs",
302
291
  "default": "./use-singleton/index.js"
303
292
  },
293
+ "./use-stable-handler-only-when-you-know-what-you-are-doing-or-you-will-be-fired": {
294
+ "types": "./use-stable-handler-only-when-you-know-what-you-are-doing-or-you-will-be-fired/index.d.ts",
295
+ "import": {
296
+ "types": "./use-stable-handler-only-when-you-know-what-you-are-doing-or-you-will-be-fired/index.d.ts",
297
+ "default": "./use-stable-handler-only-when-you-know-what-you-are-doing-or-you-will-be-fired/index.mjs"
298
+ },
299
+ "require": "./use-stable-handler-only-when-you-know-what-you-are-doing-or-you-will-be-fired/index.cjs",
300
+ "default": "./use-stable-handler-only-when-you-know-what-you-are-doing-or-you-will-be-fired/index.js"
301
+ },
304
302
  "./use-uncontrolled": {
305
303
  "types": "./use-uncontrolled/index.d.ts",
306
304
  "import": {
package/sizes.json CHANGED
@@ -1 +1 @@
1
- {"total":{"raw":10452,"gzip":6832,"br":0},"exports":{"compose-context-provider":{"raw":165,"gzip":150,"br":118},"context-state":{"raw":378,"gzip":243,"br":210},"noop":{"raw":34,"gzip":54,"br":38},"create-fixed-array":{"raw":101,"gzip":105,"br":89},"create-context-state":{"raw":146,"gzip":116,"br":102},"rem":{"raw":589,"gzip":331,"br":285},"request-idle-callback":{"raw":411,"gzip":232,"br":179},"use":{"raw":277,"gzip":185,"br":155},"typescript-happy-forward-ref":{"raw":120,"gzip":104,"br":95},"use-clipboard":{"raw":1076,"gzip":617,"br":533},"use-composition-input":{"raw":455,"gzip":282,"br":240},"use-debounced-state":{"raw":410,"gzip":291,"br":247},"use-debounced-value":{"raw":471,"gzip":313,"br":254},"use-error-boundary":{"raw":245,"gzip":197,"br":173},"use-is-client":{"raw":152,"gzip":144,"br":122},"use-isomorphic-layout-effect":{"raw":179,"gzip":145,"br":115},"use-map":{"raw":355,"gzip":249,"br":213},"use-next-pathname":{"raw":322,"gzip":242,"br":202},"use-react-router-enable-concurrent-navigation":{"raw":956,"gzip":455,"br":382},"use-array":{"raw":338,"gzip":247,"br":207},"use-set":{"raw":356,"gzip":243,"br":208},"use-intersection":{"raw":1239,"gzip":659,"br":605},"use-stable-handler-only-when-you-know-what-you-are-doing-or-you-will-be-fired":{"raw":467,"gzip":326,"br":257},"use-uncontrolled":{"raw":301,"gzip":232,"br":197},"use-singleton":{"raw":139,"gzip":131,"br":104},"use-react-router-is-match":{"raw":569,"gzip":371,"br":313},"use-retimer":{"raw":201,"gzip":168,"br":127}}}
1
+ {"total":{"raw":10452,"gzip":6832,"br":0},"exports":{"compose-context-provider":{"raw":165,"gzip":150,"br":118},"context-state":{"raw":378,"gzip":243,"br":210},"create-context-state":{"raw":146,"gzip":116,"br":102},"create-fixed-array":{"raw":101,"gzip":105,"br":89},"rem":{"raw":589,"gzip":331,"br":285},"noop":{"raw":34,"gzip":54,"br":38},"request-idle-callback":{"raw":411,"gzip":232,"br":179},"typescript-happy-forward-ref":{"raw":120,"gzip":104,"br":95},"use-array":{"raw":338,"gzip":247,"br":207},"use":{"raw":277,"gzip":185,"br":155},"use-clipboard":{"raw":1076,"gzip":617,"br":533},"use-error-boundary":{"raw":245,"gzip":197,"br":173},"use-debounced-state":{"raw":410,"gzip":291,"br":247},"use-is-client":{"raw":152,"gzip":144,"br":122},"use-debounced-value":{"raw":471,"gzip":313,"br":254},"use-isomorphic-layout-effect":{"raw":179,"gzip":145,"br":115},"use-map":{"raw":355,"gzip":249,"br":213},"use-next-pathname":{"raw":322,"gzip":242,"br":202},"use-intersection":{"raw":1239,"gzip":659,"br":605},"use-retimer":{"raw":201,"gzip":168,"br":127},"use-singleton":{"raw":139,"gzip":131,"br":104},"use-composition-input":{"raw":455,"gzip":282,"br":240},"use-set":{"raw":356,"gzip":243,"br":208},"use-stable-handler-only-when-you-know-what-you-are-doing-or-you-will-be-fired":{"raw":467,"gzip":326,"br":257},"use-uncontrolled":{"raw":301,"gzip":232,"br":197},"use-react-router-enable-concurrent-navigation":{"raw":956,"gzip":455,"br":382},"use-react-router-is-match":{"raw":569,"gzip":371,"br":313}}}