@coopenomics/factory 2025.4.29 → 2025.5.3
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
|
@@ -2171,7 +2171,7 @@ class PDFService {
|
|
|
2171
2171
|
|
|
2172
2172
|
const name = "@coopenomics/factory";
|
|
2173
2173
|
const type = "module";
|
|
2174
|
-
const version = "2025.
|
|
2174
|
+
const version = "2025.5.3";
|
|
2175
2175
|
const packageManager = "pnpm@9.0.6";
|
|
2176
2176
|
const description = "";
|
|
2177
2177
|
const author = "Alex Ant <chairman.voskhod@gmail.com>";
|
|
@@ -2220,7 +2220,7 @@ const dependencies = {
|
|
|
2220
2220
|
"ajv-formats": "^3.0.1",
|
|
2221
2221
|
"ajv-i18n": "^4.2.0",
|
|
2222
2222
|
axios: "^1.7.2",
|
|
2223
|
-
cooptypes: "2025.
|
|
2223
|
+
cooptypes: "2025.5.3",
|
|
2224
2224
|
dotenv: "^16.4.5",
|
|
2225
2225
|
"eosjs-ecc": "^4.0.7",
|
|
2226
2226
|
handlebars: "^4.7.8",
|
|
@@ -2261,7 +2261,7 @@ const pnpm = {
|
|
|
2261
2261
|
"vite@>=5.1.0 <=5.1.6": ">=5.1.7"
|
|
2262
2262
|
}
|
|
2263
2263
|
};
|
|
2264
|
-
const gitHead = "
|
|
2264
|
+
const gitHead = "8d7c91933210969a574f111dd24e8270142e6717";
|
|
2265
2265
|
const packageJson = {
|
|
2266
2266
|
name: name,
|
|
2267
2267
|
type: type,
|
package/dist/index.mjs
CHANGED
|
@@ -2158,7 +2158,7 @@ class PDFService {
|
|
|
2158
2158
|
|
|
2159
2159
|
const name = "@coopenomics/factory";
|
|
2160
2160
|
const type = "module";
|
|
2161
|
-
const version = "2025.
|
|
2161
|
+
const version = "2025.5.3";
|
|
2162
2162
|
const packageManager = "pnpm@9.0.6";
|
|
2163
2163
|
const description = "";
|
|
2164
2164
|
const author = "Alex Ant <chairman.voskhod@gmail.com>";
|
|
@@ -2207,7 +2207,7 @@ const dependencies = {
|
|
|
2207
2207
|
"ajv-formats": "^3.0.1",
|
|
2208
2208
|
"ajv-i18n": "^4.2.0",
|
|
2209
2209
|
axios: "^1.7.2",
|
|
2210
|
-
cooptypes: "2025.
|
|
2210
|
+
cooptypes: "2025.5.3",
|
|
2211
2211
|
dotenv: "^16.4.5",
|
|
2212
2212
|
"eosjs-ecc": "^4.0.7",
|
|
2213
2213
|
handlebars: "^4.7.8",
|
|
@@ -2248,7 +2248,7 @@ const pnpm = {
|
|
|
2248
2248
|
"vite@>=5.1.0 <=5.1.6": ">=5.1.7"
|
|
2249
2249
|
}
|
|
2250
2250
|
};
|
|
2251
|
-
const gitHead = "
|
|
2251
|
+
const gitHead = "8d7c91933210969a574f111dd24e8270142e6717";
|
|
2252
2252
|
const packageJson = {
|
|
2253
2253
|
name: name,
|
|
2254
2254
|
type: type,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coopenomics/factory",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2025.
|
|
4
|
+
"version": "2025.5.3",
|
|
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": "2025.
|
|
52
|
+
"cooptypes": "2025.5.3",
|
|
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": "8d7c91933210969a574f111dd24e8270142e6717"
|
|
94
94
|
}
|