@coopenomics/factory 2.2.4 → 2.2.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/index.cjs +3 -3
- package/dist/index.mjs +3 -3
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -1480,7 +1480,7 @@ class PDFService {
|
|
|
1480
1480
|
|
|
1481
1481
|
const name = "@coopenomics/factory";
|
|
1482
1482
|
const type = "module";
|
|
1483
|
-
const version = "2.2.
|
|
1483
|
+
const version = "2.2.5";
|
|
1484
1484
|
const packageManager = "pnpm@9.0.6";
|
|
1485
1485
|
const description = "";
|
|
1486
1486
|
const author = "Alex Ant <chairman.voskhod@gmail.com>";
|
|
@@ -1529,7 +1529,7 @@ const dependencies = {
|
|
|
1529
1529
|
"ajv-formats": "^3.0.1",
|
|
1530
1530
|
"ajv-i18n": "^4.2.0",
|
|
1531
1531
|
axios: "^1.7.2",
|
|
1532
|
-
cooptypes: "2.2.
|
|
1532
|
+
cooptypes: "2.2.5",
|
|
1533
1533
|
dotenv: "^16.4.5",
|
|
1534
1534
|
"eosjs-ecc": "^4.0.7",
|
|
1535
1535
|
handlebars: "^4.7.8",
|
|
@@ -1571,7 +1571,7 @@ const pnpm = {
|
|
|
1571
1571
|
"vite@>=5.1.0 <=5.1.6": ">=5.1.7"
|
|
1572
1572
|
}
|
|
1573
1573
|
};
|
|
1574
|
-
const gitHead = "
|
|
1574
|
+
const gitHead = "97b21a9d69b6c387a1a7f2c32642d29c0898694e";
|
|
1575
1575
|
const packageJson = {
|
|
1576
1576
|
name: name,
|
|
1577
1577
|
type: type,
|
package/dist/index.mjs
CHANGED
|
@@ -1467,7 +1467,7 @@ class PDFService {
|
|
|
1467
1467
|
|
|
1468
1468
|
const name = "@coopenomics/factory";
|
|
1469
1469
|
const type = "module";
|
|
1470
|
-
const version = "2.2.
|
|
1470
|
+
const version = "2.2.5";
|
|
1471
1471
|
const packageManager = "pnpm@9.0.6";
|
|
1472
1472
|
const description = "";
|
|
1473
1473
|
const author = "Alex Ant <chairman.voskhod@gmail.com>";
|
|
@@ -1516,7 +1516,7 @@ const dependencies = {
|
|
|
1516
1516
|
"ajv-formats": "^3.0.1",
|
|
1517
1517
|
"ajv-i18n": "^4.2.0",
|
|
1518
1518
|
axios: "^1.7.2",
|
|
1519
|
-
cooptypes: "2.2.
|
|
1519
|
+
cooptypes: "2.2.5",
|
|
1520
1520
|
dotenv: "^16.4.5",
|
|
1521
1521
|
"eosjs-ecc": "^4.0.7",
|
|
1522
1522
|
handlebars: "^4.7.8",
|
|
@@ -1558,7 +1558,7 @@ const pnpm = {
|
|
|
1558
1558
|
"vite@>=5.1.0 <=5.1.6": ">=5.1.7"
|
|
1559
1559
|
}
|
|
1560
1560
|
};
|
|
1561
|
-
const gitHead = "
|
|
1561
|
+
const gitHead = "97b21a9d69b6c387a1a7f2c32642d29c0898694e";
|
|
1562
1562
|
const packageJson = {
|
|
1563
1563
|
name: name,
|
|
1564
1564
|
type: type,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coopenomics/factory",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.2.
|
|
4
|
+
"version": "2.2.5",
|
|
5
5
|
"packageManager": "pnpm@9.0.6",
|
|
6
6
|
"description": "",
|
|
7
7
|
"author": "Alex Ant <chairman.voskhod@gmail.com>",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"ajv-formats": "^3.0.1",
|
|
50
50
|
"ajv-i18n": "^4.2.0",
|
|
51
51
|
"axios": "^1.7.2",
|
|
52
|
-
"cooptypes": "2.2.
|
|
52
|
+
"cooptypes": "2.2.5",
|
|
53
53
|
"dotenv": "^16.4.5",
|
|
54
54
|
"eosjs-ecc": "^4.0.7",
|
|
55
55
|
"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": "97b21a9d69b6c387a1a7f2c32642d29c0898694e"
|
|
95
95
|
}
|