@gaddario98/react-core 1.0.14 → 1.0.16

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 (46) hide show
  1. package/dist/auth/index.d.ts +1 -1
  2. package/dist/auth/index.js +1 -0
  3. package/dist/auth/index.js.map +1 -0
  4. package/dist/auth/index.mjs +1 -0
  5. package/dist/auth/index.mjs.map +1 -0
  6. package/dist/form/index.d.ts +1 -1
  7. package/dist/form/index.js +1 -0
  8. package/dist/form/index.js.map +1 -0
  9. package/dist/form/index.mjs +1 -0
  10. package/dist/form/index.mjs.map +1 -0
  11. package/dist/index.d.ts +8 -8
  12. package/dist/index.js +1 -0
  13. package/dist/index.js.map +1 -0
  14. package/dist/index.mjs +1 -9
  15. package/dist/index.mjs.map +1 -1
  16. package/dist/localization/index.d.ts +1 -1
  17. package/dist/localization/index.js +1 -0
  18. package/dist/localization/index.js.map +1 -0
  19. package/dist/localization/index.mjs +1 -0
  20. package/dist/localization/index.mjs.map +1 -0
  21. package/dist/pages/index.d.ts +1 -1
  22. package/dist/pages/index.js +1 -0
  23. package/dist/pages/index.js.map +1 -0
  24. package/dist/pages/index.mjs +1 -0
  25. package/dist/pages/index.mjs.map +1 -0
  26. package/dist/providers/index.d.ts +1 -1
  27. package/dist/providers/index.js +1 -0
  28. package/dist/providers/index.js.map +1 -0
  29. package/dist/providers/index.mjs +1 -0
  30. package/dist/providers/index.mjs.map +1 -0
  31. package/dist/queries/index.d.ts +1 -1
  32. package/dist/queries/index.js +1 -0
  33. package/dist/queries/index.js.map +1 -0
  34. package/dist/queries/index.mjs +1 -0
  35. package/dist/queries/index.mjs.map +1 -0
  36. package/dist/state/index.d.ts +1 -1
  37. package/dist/state/index.js +1 -0
  38. package/dist/state/index.js.map +1 -0
  39. package/dist/state/index.mjs +1 -0
  40. package/dist/state/index.mjs.map +1 -0
  41. package/dist/utiles/index.d.ts +1 -1
  42. package/dist/utiles/index.js +1 -0
  43. package/dist/utiles/index.js.map +1 -0
  44. package/dist/utiles/index.mjs +1 -0
  45. package/dist/utiles/index.mjs.map +1 -0
  46. package/package.json +68 -23
@@ -1 +1 @@
1
- export * from "@gaddario98/react-auth";
1
+ export * from '@gaddario98/react-auth';
@@ -0,0 +1 @@
1
+ 'use strict';var reactAuth=require('@gaddario98/react-auth');Object.keys(reactAuth).forEach(function(k){if(k!=='default'&&!Object.prototype.hasOwnProperty.call(exports,k))Object.defineProperty(exports,k,{enumerable:true,get:function(){return reactAuth[k]}})});//# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ export*from'@gaddario98/react-auth';//# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1 +1 @@
1
- export * from "@gaddario98/react-form";
1
+ export * from '@gaddario98/react-form';
@@ -0,0 +1 @@
1
+ 'use strict';var reactForm=require('@gaddario98/react-form');Object.keys(reactForm).forEach(function(k){if(k!=='default'&&!Object.prototype.hasOwnProperty.call(exports,k))Object.defineProperty(exports,k,{enumerable:true,get:function(){return reactForm[k]}})});//# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ export*from'@gaddario98/react-form';//# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":""}
package/dist/index.d.ts CHANGED
@@ -1,8 +1,8 @@
1
- export * from "./auth";
2
- export * from "./pages";
3
- export * from "./form";
4
- export * from "./localization";
5
- export * from "./providers";
6
- export * from "./queries";
7
- export * from "./state";
8
- export * from "./utiles";
1
+ export * from '@gaddario98/react-auth';
2
+ export * from '@gaddario98/react-pages';
3
+ export * from '@gaddario98/react-form';
4
+ export * from '@gaddario98/react-localization';
5
+ export * from '@gaddario98/react-providers';
6
+ export * from '@gaddario98/react-queries';
7
+ export * from '@gaddario98/react-state';
8
+ export * from '@gaddario98/utiles';
package/dist/index.js ADDED
@@ -0,0 +1 @@
1
+ 'use strict';var reactAuth=require('@gaddario98/react-auth'),reactPages=require('@gaddario98/react-pages'),reactForm=require('@gaddario98/react-form'),reactLocalization=require('@gaddario98/react-localization'),reactProviders=require('@gaddario98/react-providers'),reactQueries=require('@gaddario98/react-queries'),reactState=require('@gaddario98/react-state'),utiles=require('@gaddario98/utiles');Object.keys(reactAuth).forEach(function(k){if(k!=='default'&&!Object.prototype.hasOwnProperty.call(exports,k))Object.defineProperty(exports,k,{enumerable:true,get:function(){return reactAuth[k]}})});Object.keys(reactPages).forEach(function(k){if(k!=='default'&&!Object.prototype.hasOwnProperty.call(exports,k))Object.defineProperty(exports,k,{enumerable:true,get:function(){return reactPages[k]}})});Object.keys(reactForm).forEach(function(k){if(k!=='default'&&!Object.prototype.hasOwnProperty.call(exports,k))Object.defineProperty(exports,k,{enumerable:true,get:function(){return reactForm[k]}})});Object.keys(reactLocalization).forEach(function(k){if(k!=='default'&&!Object.prototype.hasOwnProperty.call(exports,k))Object.defineProperty(exports,k,{enumerable:true,get:function(){return reactLocalization[k]}})});Object.keys(reactProviders).forEach(function(k){if(k!=='default'&&!Object.prototype.hasOwnProperty.call(exports,k))Object.defineProperty(exports,k,{enumerable:true,get:function(){return reactProviders[k]}})});Object.keys(reactQueries).forEach(function(k){if(k!=='default'&&!Object.prototype.hasOwnProperty.call(exports,k))Object.defineProperty(exports,k,{enumerable:true,get:function(){return reactQueries[k]}})});Object.keys(reactState).forEach(function(k){if(k!=='default'&&!Object.prototype.hasOwnProperty.call(exports,k))Object.defineProperty(exports,k,{enumerable:true,get:function(){return reactState[k]}})});Object.keys(utiles).forEach(function(k){if(k!=='default'&&!Object.prototype.hasOwnProperty.call(exports,k))Object.defineProperty(exports,k,{enumerable:true,get:function(){return utiles[k]}})});//# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
package/dist/index.mjs CHANGED
@@ -1,9 +1 @@
1
- export * from '@gaddario98/react-auth';
2
- export * from '@gaddario98/react-pages';
3
- export * from '@gaddario98/react-form';
4
- export * from '@gaddario98/react-localization';
5
- export * from '@gaddario98/react-providers';
6
- export * from '@gaddario98/react-queries';
7
- export * from '@gaddario98/react-state';
8
- export * from '@gaddario98/utiles';
9
- //# sourceMappingURL=index.mjs.map
1
+ export*from'@gaddario98/react-auth';export*from'@gaddario98/react-pages';export*from'@gaddario98/react-form';export*from'@gaddario98/react-localization';export*from'@gaddario98/react-providers';export*from'@gaddario98/react-queries';export*from'@gaddario98/react-state';export*from'@gaddario98/utiles';//# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}
1
+ {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1 +1 @@
1
- export * from "@gaddario98/react-localization";
1
+ export * from '@gaddario98/react-localization';
@@ -0,0 +1 @@
1
+ 'use strict';var reactLocalization=require('@gaddario98/react-localization');Object.keys(reactLocalization).forEach(function(k){if(k!=='default'&&!Object.prototype.hasOwnProperty.call(exports,k))Object.defineProperty(exports,k,{enumerable:true,get:function(){return reactLocalization[k]}})});//# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ export*from'@gaddario98/react-localization';//# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1 +1 @@
1
- export * from "@gaddario98/react-pages";
1
+ export * from '@gaddario98/react-pages';
@@ -0,0 +1 @@
1
+ 'use strict';var reactPages=require('@gaddario98/react-pages');Object.keys(reactPages).forEach(function(k){if(k!=='default'&&!Object.prototype.hasOwnProperty.call(exports,k))Object.defineProperty(exports,k,{enumerable:true,get:function(){return reactPages[k]}})});//# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ export*from'@gaddario98/react-pages';//# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1 +1 @@
1
- export * from "@gaddario98/react-providers";
1
+ export * from '@gaddario98/react-providers';
@@ -0,0 +1 @@
1
+ 'use strict';var reactProviders=require('@gaddario98/react-providers');Object.keys(reactProviders).forEach(function(k){if(k!=='default'&&!Object.prototype.hasOwnProperty.call(exports,k))Object.defineProperty(exports,k,{enumerable:true,get:function(){return reactProviders[k]}})});//# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ export*from'@gaddario98/react-providers';//# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1 +1 @@
1
- export * from "@gaddario98/react-queries";
1
+ export * from '@gaddario98/react-queries';
@@ -0,0 +1 @@
1
+ 'use strict';var reactQueries=require('@gaddario98/react-queries');Object.keys(reactQueries).forEach(function(k){if(k!=='default'&&!Object.prototype.hasOwnProperty.call(exports,k))Object.defineProperty(exports,k,{enumerable:true,get:function(){return reactQueries[k]}})});//# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ export*from'@gaddario98/react-queries';//# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1 +1 @@
1
- export * from "@gaddario98/react-state";
1
+ export * from '@gaddario98/react-state';
@@ -0,0 +1 @@
1
+ 'use strict';var reactState=require('@gaddario98/react-state');Object.keys(reactState).forEach(function(k){if(k!=='default'&&!Object.prototype.hasOwnProperty.call(exports,k))Object.defineProperty(exports,k,{enumerable:true,get:function(){return reactState[k]}})});//# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ export*from'@gaddario98/react-state';//# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1 +1 @@
1
- export * from "@gaddario98/utiles";
1
+ export * from '@gaddario98/utiles';
@@ -0,0 +1 @@
1
+ 'use strict';var utiles=require('@gaddario98/utiles');Object.keys(utiles).forEach(function(k){if(k!=='default'&&!Object.prototype.hasOwnProperty.call(exports,k))Object.defineProperty(exports,k,{enumerable:true,get:function(){return utiles[k]}})});//# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ export*from'@gaddario98/utiles';//# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":""}
package/package.json CHANGED
@@ -1,16 +1,17 @@
1
1
  {
2
2
  "name": "@gaddario98/react-core",
3
- "version": "1.0.14",
4
- "main": "dist/index.mjs",
3
+ "version": "1.0.16",
4
+ "type": "module",
5
+ "main": "dist/index.js",
5
6
  "module": "dist/index.mjs",
6
7
  "types": "dist/index.d.ts",
7
- "type": "module",
8
8
  "license": "MIT",
9
9
  "files": [
10
10
  "dist"
11
11
  ],
12
12
  "scripts": {
13
- "build": "rollup -c"
13
+ "build": "rollup -c rollup.config.js && rollup -c rollup.dts.config.js",
14
+ "prepublishOnly": "yarn build"
14
15
  },
15
16
  "devDependencies": {
16
17
  "@rollup/plugin-babel": "^6.0.4",
@@ -29,29 +30,73 @@
29
30
  "typescript": "5.8.3"
30
31
  },
31
32
  "dependencies": {
32
- "@gaddario98/react-auth": "^1.0.13",
33
- "@gaddario98/react-form": "^1.0.17",
34
- "@gaddario98/react-localization": "^1.0.14",
35
- "@gaddario98/react-pages": "^1.0.18",
36
- "@gaddario98/react-providers": "^1.0.14",
37
- "@gaddario98/react-queries": "^1.0.18",
38
- "@gaddario98/react-state": "^1.0.12",
39
- "@gaddario98/utiles": "^1.0.12"
33
+ "@gaddario98/react-auth": "^1.0.14",
34
+ "@gaddario98/react-form": "^1.0.18",
35
+ "@gaddario98/react-localization": "^1.0.15",
36
+ "@gaddario98/react-pages": "^1.0.19",
37
+ "@gaddario98/react-providers": "^1.0.15",
38
+ "@gaddario98/react-queries": "^1.0.19",
39
+ "@gaddario98/react-state": "^1.0.13",
40
+ "@gaddario98/utiles": "^1.0.13"
40
41
  },
41
42
  "peerDependencies": {
42
- "react": ">=18.0.0 <20.0.0",
43
- "react-dom": ">=18.0.0 <20.0.0"
43
+ "react": ">=18.0.0 <20.0.0"
44
44
  },
45
45
  "exports": {
46
- "./auth": "./dist/auth/index.mjs",
47
- "./form": "./dist/form/index.mjs",
48
- "./localization": "./dist/localization/index.mjs",
49
- "./pages": "./dist/pages/index.mjs",
50
- "./providers": "./dist/providers/index.mjs",
51
- "./queries": "./dist/queries/index.mjs",
52
- "./state": "./dist/state/index.mjs",
53
- "./utiles": "./dist/utiles/index.mjs",
54
- ".": "./dist/index.mjs"
46
+ ".": {
47
+ "types": "./dist/index.d.ts",
48
+ "import": "./dist/index.mjs",
49
+ "require": "./dist/index.js",
50
+ "default": "./dist/index.js"
51
+ },
52
+ "./auth": {
53
+ "types": "./dist/auth/index.d.ts",
54
+ "import": "./dist/auth/index.mjs",
55
+ "require": "./dist/auth/index.js",
56
+ "default": "./dist/auth/index.js"
57
+ },
58
+ "./form": {
59
+ "types": "./dist/form/index.d.ts",
60
+ "import": "./dist/form/index.mjs",
61
+ "require": "./dist/form/index.js",
62
+ "default": "./dist/form/index.js"
63
+ },
64
+ "./localization": {
65
+ "types": "./dist/localization/index.d.ts",
66
+ "import": "./dist/localization/index.mjs",
67
+ "require": "./dist/localization/index.js",
68
+ "default": "./dist/localization/index.js"
69
+ },
70
+ "./pages": {
71
+ "types": "./dist/pages/index.d.ts",
72
+ "import": "./dist/pages/index.mjs",
73
+ "require": "./dist/pages/index.js",
74
+ "default": "./dist/pages/index.js"
75
+ },
76
+ "./providers": {
77
+ "types": "./dist/providers/index.d.ts",
78
+ "import": "./dist/providers/index.mjs",
79
+ "require": "./dist/providers/index.js",
80
+ "default": "./dist/providers/index.js"
81
+ },
82
+ "./queries": {
83
+ "types": "./dist/queries/index.d.ts",
84
+ "import": "./dist/queries/index.mjs",
85
+ "require": "./dist/queries/index.js",
86
+ "default": "./dist/queries/index.js"
87
+ },
88
+ "./state": {
89
+ "types": "./dist/state/index.d.ts",
90
+ "import": "./dist/state/index.mjs",
91
+ "require": "./dist/state/index.js",
92
+ "default": "./dist/state/index.js"
93
+ },
94
+ "./utiles": {
95
+ "types": "./dist/utiles/index.d.ts",
96
+ "import": "./dist/utiles/index.mjs",
97
+ "require": "./dist/utiles/index.js",
98
+ "default": "./dist/utiles/index.js"
99
+ }
55
100
  },
56
101
  "sideEffects": false,
57
102
  "repository": {