@kirill.konshin/react 0.0.4 → 0.0.5

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.
@@ -12,11 +12,6 @@ transforming...
12
12
  rendering chunks...
13
13
 
14
14
  [vite:dts] Start generate declaration files...
15
- src/index.ts:4:15 - error TS2307: Cannot find module './useFetcher' or its corresponding type declarations.
16
-
17
- 4 export * from './useFetcher';
18
-    ~~~~~~~~~~~~~~
19
-
20
15
  dist/index.js 0.68 kB │ map: 0.10 kB
21
16
  dist/apiCall.js 0.69 kB │ map: 1.45 kB
22
17
  dist/useFetchAction.js 0.79 kB │ map: 1.90 kB
@@ -24,7 +19,7 @@ rendering chunks...
24
19
  dist/form/client.js 1.58 kB │ map: 3.88 kB
25
20
  dist/useFetch.js 2.04 kB │ map: 5.62 kB
26
21
  dist/form/form.js 2.89 kB │ map: 7.94 kB
27
- [vite:dts] Declaration files built in 2074ms.
22
+ [vite:dts] Declaration files built in 2075ms.
28
23
 
29
- ✓ built in 6.65s
24
+ ✓ built in 6.76s
30
25
  Updated package.json with exports
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @kirill.konshin/react
2
2
 
3
+ ## 0.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - useFetchAction
8
+
3
9
  ## 0.0.4
4
10
 
5
11
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  export * from './apiCall';
2
2
  export * from './keyboard';
3
3
  export * from './useFetch';
4
- export * from './useFetcher';
4
+ export * from './useFetchAction';
5
5
  export * from './form';
6
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,kBAAkB,CAAC;AACjC,cAAc,QAAQ,CAAC"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@kirill.konshin/react",
3
3
  "description": "Utilities",
4
- "version": "0.0.4",
4
+ "version": "0.0.5",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "----- BUILD -----": "",