@coopenomics/factory 2025.5.13 → 2025.5.14-1
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
|
@@ -2189,7 +2189,7 @@ class PDFService {
|
|
|
2189
2189
|
|
|
2190
2190
|
const name = "@coopenomics/factory";
|
|
2191
2191
|
const type = "module";
|
|
2192
|
-
const version = "2025.5.
|
|
2192
|
+
const version = "2025.5.14-1";
|
|
2193
2193
|
const packageManager = "pnpm@9.0.6";
|
|
2194
2194
|
const description = "";
|
|
2195
2195
|
const author = "Alex Ant <chairman.voskhod@gmail.com>";
|
|
@@ -2239,7 +2239,7 @@ const dependencies = {
|
|
|
2239
2239
|
"ajv-formats": "^3.0.1",
|
|
2240
2240
|
"ajv-i18n": "^4.2.0",
|
|
2241
2241
|
axios: "^1.7.2",
|
|
2242
|
-
cooptypes: "2025.5.
|
|
2242
|
+
cooptypes: "2025.5.14-1",
|
|
2243
2243
|
dotenv: "^16.4.5",
|
|
2244
2244
|
"eosjs-ecc": "^4.0.7",
|
|
2245
2245
|
handlebars: "^4.7.8",
|
|
@@ -2280,7 +2280,7 @@ const pnpm = {
|
|
|
2280
2280
|
"vite@>=5.1.0 <=5.1.6": ">=5.1.7"
|
|
2281
2281
|
}
|
|
2282
2282
|
};
|
|
2283
|
-
const gitHead = "
|
|
2283
|
+
const gitHead = "9d204ba496638eb0ecf93d585273dbf57687f2ec";
|
|
2284
2284
|
const packageJson = {
|
|
2285
2285
|
name: name,
|
|
2286
2286
|
type: type,
|
package/dist/index.mjs
CHANGED
|
@@ -2176,7 +2176,7 @@ class PDFService {
|
|
|
2176
2176
|
|
|
2177
2177
|
const name = "@coopenomics/factory";
|
|
2178
2178
|
const type = "module";
|
|
2179
|
-
const version = "2025.5.
|
|
2179
|
+
const version = "2025.5.14-1";
|
|
2180
2180
|
const packageManager = "pnpm@9.0.6";
|
|
2181
2181
|
const description = "";
|
|
2182
2182
|
const author = "Alex Ant <chairman.voskhod@gmail.com>";
|
|
@@ -2226,7 +2226,7 @@ const dependencies = {
|
|
|
2226
2226
|
"ajv-formats": "^3.0.1",
|
|
2227
2227
|
"ajv-i18n": "^4.2.0",
|
|
2228
2228
|
axios: "^1.7.2",
|
|
2229
|
-
cooptypes: "2025.5.
|
|
2229
|
+
cooptypes: "2025.5.14-1",
|
|
2230
2230
|
dotenv: "^16.4.5",
|
|
2231
2231
|
"eosjs-ecc": "^4.0.7",
|
|
2232
2232
|
handlebars: "^4.7.8",
|
|
@@ -2267,7 +2267,7 @@ const pnpm = {
|
|
|
2267
2267
|
"vite@>=5.1.0 <=5.1.6": ">=5.1.7"
|
|
2268
2268
|
}
|
|
2269
2269
|
};
|
|
2270
|
-
const gitHead = "
|
|
2270
|
+
const gitHead = "9d204ba496638eb0ecf93d585273dbf57687f2ec";
|
|
2271
2271
|
const packageJson = {
|
|
2272
2272
|
name: name,
|
|
2273
2273
|
type: type,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coopenomics/factory",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2025.5.
|
|
4
|
+
"version": "2025.5.14-1",
|
|
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.5.
|
|
53
|
+
"cooptypes": "2025.5.14-1",
|
|
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": "9d204ba496638eb0ecf93d585273dbf57687f2ec"
|
|
95
95
|
}
|