@coopenomics/factory 2.2.9 → 2.2.10
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
|
@@ -2028,7 +2028,7 @@ class PDFService {
|
|
|
2028
2028
|
|
|
2029
2029
|
const name = "@coopenomics/factory";
|
|
2030
2030
|
const type = "module";
|
|
2031
|
-
const version = "2.2.
|
|
2031
|
+
const version = "2.2.10";
|
|
2032
2032
|
const packageManager = "pnpm@9.0.6";
|
|
2033
2033
|
const description = "";
|
|
2034
2034
|
const author = "Alex Ant <chairman.voskhod@gmail.com>";
|
|
@@ -2077,7 +2077,7 @@ const dependencies = {
|
|
|
2077
2077
|
"ajv-formats": "^3.0.1",
|
|
2078
2078
|
"ajv-i18n": "^4.2.0",
|
|
2079
2079
|
axios: "^1.7.2",
|
|
2080
|
-
cooptypes: "2.2.
|
|
2080
|
+
cooptypes: "2.2.10",
|
|
2081
2081
|
dotenv: "^16.4.5",
|
|
2082
2082
|
"eosjs-ecc": "^4.0.7",
|
|
2083
2083
|
handlebars: "^4.7.8",
|
|
@@ -2118,7 +2118,7 @@ const pnpm = {
|
|
|
2118
2118
|
"vite@>=5.1.0 <=5.1.6": ">=5.1.7"
|
|
2119
2119
|
}
|
|
2120
2120
|
};
|
|
2121
|
-
const gitHead = "
|
|
2121
|
+
const gitHead = "e5e28ff652112fe3bacb8036a898a1344ad361fa";
|
|
2122
2122
|
const packageJson = {
|
|
2123
2123
|
name: name,
|
|
2124
2124
|
type: type,
|
package/dist/index.mjs
CHANGED
|
@@ -2015,7 +2015,7 @@ class PDFService {
|
|
|
2015
2015
|
|
|
2016
2016
|
const name = "@coopenomics/factory";
|
|
2017
2017
|
const type = "module";
|
|
2018
|
-
const version = "2.2.
|
|
2018
|
+
const version = "2.2.10";
|
|
2019
2019
|
const packageManager = "pnpm@9.0.6";
|
|
2020
2020
|
const description = "";
|
|
2021
2021
|
const author = "Alex Ant <chairman.voskhod@gmail.com>";
|
|
@@ -2064,7 +2064,7 @@ const dependencies = {
|
|
|
2064
2064
|
"ajv-formats": "^3.0.1",
|
|
2065
2065
|
"ajv-i18n": "^4.2.0",
|
|
2066
2066
|
axios: "^1.7.2",
|
|
2067
|
-
cooptypes: "2.2.
|
|
2067
|
+
cooptypes: "2.2.10",
|
|
2068
2068
|
dotenv: "^16.4.5",
|
|
2069
2069
|
"eosjs-ecc": "^4.0.7",
|
|
2070
2070
|
handlebars: "^4.7.8",
|
|
@@ -2105,7 +2105,7 @@ const pnpm = {
|
|
|
2105
2105
|
"vite@>=5.1.0 <=5.1.6": ">=5.1.7"
|
|
2106
2106
|
}
|
|
2107
2107
|
};
|
|
2108
|
-
const gitHead = "
|
|
2108
|
+
const gitHead = "e5e28ff652112fe3bacb8036a898a1344ad361fa";
|
|
2109
2109
|
const packageJson = {
|
|
2110
2110
|
name: name,
|
|
2111
2111
|
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.10",
|
|
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.10",
|
|
53
53
|
"dotenv": "^16.4.5",
|
|
54
54
|
"eosjs-ecc": "^4.0.7",
|
|
55
55
|
"handlebars": "^4.7.8",
|
|
@@ -90,5 +90,5 @@
|
|
|
90
90
|
"vite@>=5.1.0 <=5.1.6": ">=5.1.7"
|
|
91
91
|
}
|
|
92
92
|
},
|
|
93
|
-
"gitHead": "
|
|
93
|
+
"gitHead": "e5e28ff652112fe3bacb8036a898a1344ad361fa"
|
|
94
94
|
}
|