@koine/api 2.0.0-beta.74 → 2.0.0-beta.75
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 +89 -8
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@koine/api",
|
|
3
3
|
"sideEffects": false,
|
|
4
4
|
"dependencies": {
|
|
5
|
-
"@koine/utils": "2.0.0-beta.
|
|
5
|
+
"@koine/utils": "2.0.0-beta.75"
|
|
6
6
|
},
|
|
7
7
|
"peerDependencies": {
|
|
8
8
|
"next": "^14.0.4",
|
|
@@ -17,29 +17,110 @@
|
|
|
17
17
|
}
|
|
18
18
|
},
|
|
19
19
|
"exports": {
|
|
20
|
-
"./package.json": "./package.json",
|
|
21
20
|
".": {
|
|
22
21
|
"module": "./index.esm.js",
|
|
23
22
|
"import": "./index.cjs.mjs",
|
|
24
23
|
"default": "./index.cjs.js"
|
|
25
24
|
},
|
|
25
|
+
"./ApiError": {
|
|
26
|
+
"import": "./ApiError.js"
|
|
27
|
+
},
|
|
28
|
+
"./createApi.cjs": {
|
|
29
|
+
"import": "./createApi.cjs.js"
|
|
30
|
+
},
|
|
31
|
+
"./createApi.esm": {
|
|
32
|
+
"import": "./createApi.esm.js"
|
|
33
|
+
},
|
|
34
|
+
"./createApi": {
|
|
35
|
+
"import": "./createApi.js"
|
|
36
|
+
},
|
|
37
|
+
"./createApiResultFail": {
|
|
38
|
+
"import": "./createApiResultFail.js"
|
|
39
|
+
},
|
|
40
|
+
"./createApiResultOk.cjs": {
|
|
41
|
+
"import": "./createApiResultOk.cjs.js"
|
|
42
|
+
},
|
|
43
|
+
"./createApiResultOk.esm": {
|
|
44
|
+
"import": "./createApiResultOk.esm.js"
|
|
45
|
+
},
|
|
46
|
+
"./createApiResultOk": {
|
|
47
|
+
"import": "./createApiResultOk.js"
|
|
48
|
+
},
|
|
49
|
+
"./createSwrApi.cjs": {
|
|
50
|
+
"import": "./createSwrApi.cjs.js"
|
|
51
|
+
},
|
|
52
|
+
"./createSwrApi.esm": {
|
|
53
|
+
"import": "./createSwrApi.esm.js"
|
|
54
|
+
},
|
|
55
|
+
"./index.cjs.default": {
|
|
56
|
+
"import": "./index.cjs.default.js"
|
|
57
|
+
},
|
|
58
|
+
"./index.cjs": {
|
|
59
|
+
"import": "./index.cjs.js"
|
|
60
|
+
},
|
|
61
|
+
"./index.esm": {
|
|
62
|
+
"import": "./index.esm.js"
|
|
63
|
+
},
|
|
64
|
+
"./next.cjs.default": {
|
|
65
|
+
"import": "./next.cjs.default.js"
|
|
66
|
+
},
|
|
67
|
+
"./next.cjs": {
|
|
68
|
+
"import": "./next.cjs.js"
|
|
69
|
+
},
|
|
70
|
+
"./next.esm": {
|
|
71
|
+
"import": "./next.esm.js"
|
|
72
|
+
},
|
|
26
73
|
"./next": {
|
|
27
74
|
"module": "./next.esm.js",
|
|
28
75
|
"import": "./next.cjs.mjs",
|
|
29
76
|
"default": "./next.cjs.js"
|
|
30
77
|
},
|
|
31
|
-
"./
|
|
32
|
-
"
|
|
33
|
-
|
|
34
|
-
|
|
78
|
+
"./next/nextApiResponse": {
|
|
79
|
+
"import": "./next/nextApiResponse.js"
|
|
80
|
+
},
|
|
81
|
+
"./next/nextApiResponse12": {
|
|
82
|
+
"import": "./next/nextApiResponse12.js"
|
|
83
|
+
},
|
|
84
|
+
"./swr-mutation.cjs.default": {
|
|
85
|
+
"import": "./swr-mutation.cjs.default.js"
|
|
86
|
+
},
|
|
87
|
+
"./swr-mutation.cjs": {
|
|
88
|
+
"import": "./swr-mutation.cjs.js"
|
|
89
|
+
},
|
|
90
|
+
"./swr-mutation.esm": {
|
|
91
|
+
"import": "./swr-mutation.esm.js"
|
|
35
92
|
},
|
|
36
93
|
"./swr-mutation": {
|
|
37
94
|
"module": "./swr-mutation.esm.js",
|
|
38
95
|
"import": "./swr-mutation.cjs.mjs",
|
|
39
96
|
"default": "./swr-mutation.cjs.js"
|
|
40
|
-
}
|
|
97
|
+
},
|
|
98
|
+
"./swr-mutation/createSwrMutationApi": {
|
|
99
|
+
"import": "./swr-mutation/createSwrMutationApi.js"
|
|
100
|
+
},
|
|
101
|
+
"./swr.cjs.default": {
|
|
102
|
+
"import": "./swr.cjs.default.js"
|
|
103
|
+
},
|
|
104
|
+
"./swr.cjs": {
|
|
105
|
+
"import": "./swr.cjs.js"
|
|
106
|
+
},
|
|
107
|
+
"./swr.esm": {
|
|
108
|
+
"import": "./swr.esm.js"
|
|
109
|
+
},
|
|
110
|
+
"./swr": {
|
|
111
|
+
"module": "./swr.esm.js",
|
|
112
|
+
"import": "./swr.cjs.mjs",
|
|
113
|
+
"default": "./swr.cjs.js"
|
|
114
|
+
},
|
|
115
|
+
"./swr/createSwrApi": {
|
|
116
|
+
"import": "./swr/createSwrApi.js"
|
|
117
|
+
},
|
|
118
|
+
"./types": {
|
|
119
|
+
"import": "./types.js"
|
|
120
|
+
},
|
|
121
|
+
"./package.json": "./package.json"
|
|
41
122
|
},
|
|
42
123
|
"module": "./index.esm.js",
|
|
43
124
|
"main": "./index.cjs.js",
|
|
44
|
-
"version": "2.0.0-beta.
|
|
125
|
+
"version": "2.0.0-beta.75"
|
|
45
126
|
}
|