@cieloazul310/jclub-financial 0.0.1-alpha.4 → 0.0.1-alpha.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.
- package/dist/data/reilac.cjs +9 -0
- package/dist/data/reilac.d.cts +1 -0
- package/dist/data/reilac.d.mts +1 -0
- package/dist/data/reilac.mjs +3 -0
- package/dist/index.mjs +1 -1
- package/dist/types.mjs +1 -1
- package/dist/utils.mjs +1 -1
- package/package.json +8 -8
- /package/dist/{chunk-BdZl2hBd.mjs → chunk-iF1ssEqG.mjs} +0 -0
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
var _cieloazul310_jclub_financial_data_reilac = require("@cieloazul310/jclub-financial-data/reilac");
|
|
4
|
+
Object.keys(_cieloazul310_jclub_financial_data_reilac).forEach(function (k) {
|
|
5
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function () { return _cieloazul310_jclub_financial_data_reilac[k]; }
|
|
8
|
+
});
|
|
9
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@cieloazul310/jclub-financial-data/reilac";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@cieloazul310/jclub-financial-data/reilac";
|
package/dist/index.mjs
CHANGED
package/dist/types.mjs
CHANGED
package/dist/utils.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cieloazul310/jclub-financial",
|
|
3
|
-
"version": "0.0.1-alpha.
|
|
3
|
+
"version": "0.0.1-alpha.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"homepage": "https://github.com/cieloazul310/jclub-financial-table",
|
|
6
6
|
"author": {
|
|
@@ -92,15 +92,15 @@
|
|
|
92
92
|
"copy-data": "tsx ./scripts/copy-data.ts"
|
|
93
93
|
},
|
|
94
94
|
"dependencies": {
|
|
95
|
-
"@cieloazul310/jclub-financial-data": "^0.0.1-alpha.
|
|
96
|
-
"@cieloazul310/jclub-financial-statistics": "^0.0.1-alpha.
|
|
97
|
-
"@cieloazul310/jclub-financial-utils": "^0.0.1-alpha.
|
|
95
|
+
"@cieloazul310/jclub-financial-data": "^0.0.1-alpha.5",
|
|
96
|
+
"@cieloazul310/jclub-financial-statistics": "^0.0.1-alpha.5",
|
|
97
|
+
"@cieloazul310/jclub-financial-utils": "^0.0.1-alpha.5"
|
|
98
98
|
},
|
|
99
99
|
"devDependencies": {
|
|
100
|
-
"@repo/eslint-config": "^0.0.1-alpha.
|
|
101
|
-
"@repo/typescript-config": "^0.0.1-alpha.
|
|
102
|
-
"eslint": "^9.
|
|
100
|
+
"@repo/eslint-config": "^0.0.1-alpha.5",
|
|
101
|
+
"@repo/typescript-config": "^0.0.1-alpha.5",
|
|
102
|
+
"eslint": "^9.39.2",
|
|
103
103
|
"tsdown": "^0.18.2",
|
|
104
|
-
"tsx": "^4.
|
|
104
|
+
"tsx": "^4.21.0"
|
|
105
105
|
}
|
|
106
106
|
}
|
|
File without changes
|