@coopenomics/factory 2.2.7 → 2.2.8
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
|
@@ -1727,7 +1727,7 @@ class PDFService {
|
|
|
1727
1727
|
|
|
1728
1728
|
const name = "@coopenomics/factory";
|
|
1729
1729
|
const type = "module";
|
|
1730
|
-
const version = "2.2.
|
|
1730
|
+
const version = "2.2.8";
|
|
1731
1731
|
const packageManager = "pnpm@9.0.6";
|
|
1732
1732
|
const description = "";
|
|
1733
1733
|
const author = "Alex Ant <chairman.voskhod@gmail.com>";
|
|
@@ -1776,7 +1776,7 @@ const dependencies = {
|
|
|
1776
1776
|
"ajv-formats": "^3.0.1",
|
|
1777
1777
|
"ajv-i18n": "^4.2.0",
|
|
1778
1778
|
axios: "^1.7.2",
|
|
1779
|
-
cooptypes: "2.2.
|
|
1779
|
+
cooptypes: "2.2.8",
|
|
1780
1780
|
dotenv: "^16.4.5",
|
|
1781
1781
|
"eosjs-ecc": "^4.0.7",
|
|
1782
1782
|
handlebars: "^4.7.8",
|
|
@@ -1818,7 +1818,7 @@ const pnpm = {
|
|
|
1818
1818
|
"vite@>=5.1.0 <=5.1.6": ">=5.1.7"
|
|
1819
1819
|
}
|
|
1820
1820
|
};
|
|
1821
|
-
const gitHead = "
|
|
1821
|
+
const gitHead = "973590281c916620f866b9e39253c6b5bf85f9d4";
|
|
1822
1822
|
const packageJson = {
|
|
1823
1823
|
name: name,
|
|
1824
1824
|
type: type,
|
package/dist/index.mjs
CHANGED
|
@@ -1714,7 +1714,7 @@ class PDFService {
|
|
|
1714
1714
|
|
|
1715
1715
|
const name = "@coopenomics/factory";
|
|
1716
1716
|
const type = "module";
|
|
1717
|
-
const version = "2.2.
|
|
1717
|
+
const version = "2.2.8";
|
|
1718
1718
|
const packageManager = "pnpm@9.0.6";
|
|
1719
1719
|
const description = "";
|
|
1720
1720
|
const author = "Alex Ant <chairman.voskhod@gmail.com>";
|
|
@@ -1763,7 +1763,7 @@ const dependencies = {
|
|
|
1763
1763
|
"ajv-formats": "^3.0.1",
|
|
1764
1764
|
"ajv-i18n": "^4.2.0",
|
|
1765
1765
|
axios: "^1.7.2",
|
|
1766
|
-
cooptypes: "2.2.
|
|
1766
|
+
cooptypes: "2.2.8",
|
|
1767
1767
|
dotenv: "^16.4.5",
|
|
1768
1768
|
"eosjs-ecc": "^4.0.7",
|
|
1769
1769
|
handlebars: "^4.7.8",
|
|
@@ -1805,7 +1805,7 @@ const pnpm = {
|
|
|
1805
1805
|
"vite@>=5.1.0 <=5.1.6": ">=5.1.7"
|
|
1806
1806
|
}
|
|
1807
1807
|
};
|
|
1808
|
-
const gitHead = "
|
|
1808
|
+
const gitHead = "973590281c916620f866b9e39253c6b5bf85f9d4";
|
|
1809
1809
|
const packageJson = {
|
|
1810
1810
|
name: name,
|
|
1811
1811
|
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.8",
|
|
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.8",
|
|
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": "973590281c916620f866b9e39253c6b5bf85f9d4"
|
|
95
95
|
}
|