@zauru-sdk/hooks 1.0.25 → 1.0.27
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 +16 -0
- package/dist/components/index.d.ts +1 -1
- package/dist/components/index.js +1 -1
- package/dist/index.d.ts +10 -10
- package/dist/index.js +10 -10
- package/package.json +7 -7
- package/src/components/index.ts +1 -1
- package/src/index.ts +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [1.0.27](https://github.com/intuitiva/zauru-typescript-sdk/compare/v1.0.26...v1.0.27) (2024-03-25)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @zauru-sdk/hooks
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [1.0.26](https://github.com/intuitiva/zauru-typescript-sdk/compare/v1.0.25...v1.0.26) (2024-03-25)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @zauru-sdk/hooks
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## [1.0.25](https://github.com/intuitiva/zauru-typescript-sdk/compare/v1.0.24...v1.0.25) (2024-03-25)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @zauru-sdk/hooks
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./Alert";
|
|
1
|
+
export * from "./Alert.js";
|
package/dist/components/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./Alert";
|
|
1
|
+
export * from "./Alert.js";
|
package/dist/index.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export * from "./components";
|
|
2
|
-
export * from "./alerts";
|
|
3
|
-
export * from "./automaticNumbers";
|
|
4
|
-
export * from "./catalogs";
|
|
5
|
-
export * from "./onlineStatus";
|
|
6
|
-
export * from "./profiles";
|
|
7
|
-
export * from "./receptions";
|
|
8
|
-
export * from "./session";
|
|
9
|
-
export * from "./templates";
|
|
10
|
-
export * from "./useWindowDimensions";
|
|
1
|
+
export * from "./components/index.js";
|
|
2
|
+
export * from "./alerts.js";
|
|
3
|
+
export * from "./automaticNumbers.js";
|
|
4
|
+
export * from "./catalogs.js";
|
|
5
|
+
export * from "./onlineStatus.js";
|
|
6
|
+
export * from "./profiles.js";
|
|
7
|
+
export * from "./receptions.js";
|
|
8
|
+
export * from "./session.js";
|
|
9
|
+
export * from "./templates.js";
|
|
10
|
+
export * from "./useWindowDimensions.js";
|
package/dist/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export * from "./components";
|
|
2
|
-
export * from "./alerts";
|
|
3
|
-
export * from "./automaticNumbers";
|
|
4
|
-
export * from "./catalogs";
|
|
5
|
-
export * from "./onlineStatus";
|
|
6
|
-
export * from "./profiles";
|
|
7
|
-
export * from "./receptions";
|
|
8
|
-
export * from "./session";
|
|
9
|
-
export * from "./templates";
|
|
10
|
-
export * from "./useWindowDimensions";
|
|
1
|
+
export * from "./components/index.js";
|
|
2
|
+
export * from "./alerts.js";
|
|
3
|
+
export * from "./automaticNumbers.js";
|
|
4
|
+
export * from "./catalogs.js";
|
|
5
|
+
export * from "./onlineStatus.js";
|
|
6
|
+
export * from "./profiles.js";
|
|
7
|
+
export * from "./receptions.js";
|
|
8
|
+
export * from "./session.js";
|
|
9
|
+
export * from "./templates.js";
|
|
10
|
+
export * from "./useWindowDimensions.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zauru-sdk/hooks",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.27",
|
|
4
4
|
"description": "Hooks reutilizables dentro de las webapps de Zauru.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -29,18 +29,18 @@
|
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@remix-run/react": "^2.8.1",
|
|
32
|
-
"@zauru-sdk/common": "^1.0.
|
|
32
|
+
"@zauru-sdk/common": "^1.0.26",
|
|
33
33
|
"@zauru-sdk/graphql": "^1.0.9",
|
|
34
34
|
"@zauru-sdk/icons": "^1.0.19",
|
|
35
|
-
"@zauru-sdk/redux": "^1.0.
|
|
36
|
-
"@zauru-sdk/services": "^1.0.
|
|
37
|
-
"@zauru-sdk/types": "^1.0.
|
|
38
|
-
"@zauru-sdk/utils": "^1.0.
|
|
35
|
+
"@zauru-sdk/redux": "^1.0.26",
|
|
36
|
+
"@zauru-sdk/services": "^1.0.26",
|
|
37
|
+
"@zauru-sdk/types": "^1.0.26",
|
|
38
|
+
"@zauru-sdk/utils": "^1.0.26",
|
|
39
39
|
"react": "^18.2.0",
|
|
40
40
|
"react-dom": "^18.2.0"
|
|
41
41
|
},
|
|
42
42
|
"engines": {
|
|
43
43
|
"node": ">=18.0.0"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "2f46e02794ab74f4dbd47932e6e7e4461f5873d7"
|
|
46
46
|
}
|
package/src/components/index.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./Alert";
|
|
1
|
+
export * from "./Alert.js";
|
package/src/index.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export * from "./components";
|
|
1
|
+
export * from "./components/index.js";
|
|
2
2
|
|
|
3
|
-
export * from "./alerts";
|
|
4
|
-
export * from "./automaticNumbers";
|
|
5
|
-
export * from "./catalogs";
|
|
6
|
-
export * from "./onlineStatus";
|
|
7
|
-
export * from "./profiles";
|
|
8
|
-
export * from "./receptions";
|
|
9
|
-
export * from "./session";
|
|
10
|
-
export * from "./templates";
|
|
11
|
-
export * from "./useWindowDimensions";
|
|
3
|
+
export * from "./alerts.js";
|
|
4
|
+
export * from "./automaticNumbers.js";
|
|
5
|
+
export * from "./catalogs.js";
|
|
6
|
+
export * from "./onlineStatus.js";
|
|
7
|
+
export * from "./profiles.js";
|
|
8
|
+
export * from "./receptions.js";
|
|
9
|
+
export * from "./session.js";
|
|
10
|
+
export * from "./templates.js";
|
|
11
|
+
export * from "./useWindowDimensions.js";
|