foxact 0.2.4 → 0.2.5-alpha.2
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/package.json +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "foxact",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5-alpha.2",
|
|
4
4
|
"description": "React Hooks/Utils done right. For browser, SSR, and React Server Components.",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"files": [
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
],
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
|
-
"url": "git+https://github.com/SukkaW/
|
|
11
|
+
"url": "git+https://github.com/SukkaW/foxact"
|
|
12
12
|
},
|
|
13
13
|
"keywords": [
|
|
14
14
|
"React",
|
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
"author": "Sukka <https://skk.moe>",
|
|
18
18
|
"license": "MIT",
|
|
19
19
|
"bugs": {
|
|
20
|
-
"url": "https://github.com/SukkaW/
|
|
20
|
+
"url": "https://github.com/SukkaW/foxact/issues"
|
|
21
21
|
},
|
|
22
|
-
"homepage": "https://github.com/SukkaW/
|
|
22
|
+
"homepage": "https://github.com/SukkaW/foxact#readme",
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"client-only": "^0.0.1",
|
|
25
25
|
"server-only": "^0.0.1"
|
|
@@ -82,15 +82,6 @@
|
|
|
82
82
|
"require": "./typescript-happy-forward-ref/index.cjs",
|
|
83
83
|
"default": "./typescript-happy-forward-ref/index.js"
|
|
84
84
|
},
|
|
85
|
-
"./use-array": {
|
|
86
|
-
"types": "./use-array/index.d.ts",
|
|
87
|
-
"import": {
|
|
88
|
-
"types": "./use-array/index.d.ts",
|
|
89
|
-
"default": "./use-array/index.mjs"
|
|
90
|
-
},
|
|
91
|
-
"require": "./use-array/index.cjs",
|
|
92
|
-
"default": "./use-array/index.js"
|
|
93
|
-
},
|
|
94
85
|
"./use-clipboard": {
|
|
95
86
|
"types": "./use-clipboard/index.d.ts",
|
|
96
87
|
"import": {
|
|
@@ -100,6 +91,15 @@
|
|
|
100
91
|
"require": "./use-clipboard/index.cjs",
|
|
101
92
|
"default": "./use-clipboard/index.js"
|
|
102
93
|
},
|
|
94
|
+
"./use-array": {
|
|
95
|
+
"types": "./use-array/index.d.ts",
|
|
96
|
+
"import": {
|
|
97
|
+
"types": "./use-array/index.d.ts",
|
|
98
|
+
"default": "./use-array/index.mjs"
|
|
99
|
+
},
|
|
100
|
+
"require": "./use-array/index.cjs",
|
|
101
|
+
"default": "./use-array/index.js"
|
|
102
|
+
},
|
|
103
103
|
"./use-error-boundary": {
|
|
104
104
|
"types": "./use-error-boundary/index.d.ts",
|
|
105
105
|
"import": {
|