@coopenomics/factory 2025.6.13 → 2025.6.14
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/index.cjs +3 -3
- package/dist/index.mjs +3 -3
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -2515,7 +2515,7 @@ class PDFService {
|
|
|
2515
2515
|
|
|
2516
2516
|
const name = "@coopenomics/factory";
|
|
2517
2517
|
const type = "module";
|
|
2518
|
-
const version = "2025.6.
|
|
2518
|
+
const version = "2025.6.14";
|
|
2519
2519
|
const packageManager = "pnpm@9.0.6";
|
|
2520
2520
|
const description = "";
|
|
2521
2521
|
const author = "Alex Ant <chairman.voskhod@gmail.com>";
|
|
@@ -2565,7 +2565,7 @@ const dependencies = {
|
|
|
2565
2565
|
"ajv-formats": "^3.0.1",
|
|
2566
2566
|
"ajv-i18n": "^4.2.0",
|
|
2567
2567
|
axios: "^1.7.2",
|
|
2568
|
-
cooptypes: "2025.6.
|
|
2568
|
+
cooptypes: "2025.6.14",
|
|
2569
2569
|
dotenv: "^16.4.5",
|
|
2570
2570
|
"eosjs-ecc": "^4.0.7",
|
|
2571
2571
|
handlebars: "^4.7.8",
|
|
@@ -2606,7 +2606,7 @@ const pnpm = {
|
|
|
2606
2606
|
"vite@>=5.1.0 <=5.1.6": ">=5.1.7"
|
|
2607
2607
|
}
|
|
2608
2608
|
};
|
|
2609
|
-
const gitHead = "
|
|
2609
|
+
const gitHead = "1c376c003ab7d30e5fa11e13152795ac4823885a";
|
|
2610
2610
|
const packageJson = {
|
|
2611
2611
|
name: name,
|
|
2612
2612
|
type: type,
|
package/dist/index.mjs
CHANGED
|
@@ -2502,7 +2502,7 @@ class PDFService {
|
|
|
2502
2502
|
|
|
2503
2503
|
const name = "@coopenomics/factory";
|
|
2504
2504
|
const type = "module";
|
|
2505
|
-
const version = "2025.6.
|
|
2505
|
+
const version = "2025.6.14";
|
|
2506
2506
|
const packageManager = "pnpm@9.0.6";
|
|
2507
2507
|
const description = "";
|
|
2508
2508
|
const author = "Alex Ant <chairman.voskhod@gmail.com>";
|
|
@@ -2552,7 +2552,7 @@ const dependencies = {
|
|
|
2552
2552
|
"ajv-formats": "^3.0.1",
|
|
2553
2553
|
"ajv-i18n": "^4.2.0",
|
|
2554
2554
|
axios: "^1.7.2",
|
|
2555
|
-
cooptypes: "2025.6.
|
|
2555
|
+
cooptypes: "2025.6.14",
|
|
2556
2556
|
dotenv: "^16.4.5",
|
|
2557
2557
|
"eosjs-ecc": "^4.0.7",
|
|
2558
2558
|
handlebars: "^4.7.8",
|
|
@@ -2593,7 +2593,7 @@ const pnpm = {
|
|
|
2593
2593
|
"vite@>=5.1.0 <=5.1.6": ">=5.1.7"
|
|
2594
2594
|
}
|
|
2595
2595
|
};
|
|
2596
|
-
const gitHead = "
|
|
2596
|
+
const gitHead = "1c376c003ab7d30e5fa11e13152795ac4823885a";
|
|
2597
2597
|
const packageJson = {
|
|
2598
2598
|
name: name,
|
|
2599
2599
|
type: type,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coopenomics/factory",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2025.6.
|
|
4
|
+
"version": "2025.6.14",
|
|
5
5
|
"packageManager": "pnpm@9.0.6",
|
|
6
6
|
"description": "",
|
|
7
7
|
"author": "Alex Ant <chairman.voskhod@gmail.com>",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"ajv-formats": "^3.0.1",
|
|
51
51
|
"ajv-i18n": "^4.2.0",
|
|
52
52
|
"axios": "^1.7.2",
|
|
53
|
-
"cooptypes": "2025.6.
|
|
53
|
+
"cooptypes": "2025.6.14",
|
|
54
54
|
"dotenv": "^16.4.5",
|
|
55
55
|
"eosjs-ecc": "^4.0.7",
|
|
56
56
|
"handlebars": "^4.7.8",
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
"vite@>=5.1.0 <=5.1.6": ">=5.1.7"
|
|
92
92
|
}
|
|
93
93
|
},
|
|
94
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "1c376c003ab7d30e5fa11e13152795ac4823885a"
|
|
95
95
|
}
|