@coopenomics/factory 2025.11.6 → 2025.11.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
|
@@ -3230,7 +3230,7 @@ class PDFService {
|
|
|
3230
3230
|
|
|
3231
3231
|
const name = "@coopenomics/factory";
|
|
3232
3232
|
const type = "module";
|
|
3233
|
-
const version = "2025.11.
|
|
3233
|
+
const version = "2025.11.8";
|
|
3234
3234
|
const description = "";
|
|
3235
3235
|
const author = "Alex Ant <chairman.voskhod@gmail.com>";
|
|
3236
3236
|
const license = "MIT";
|
|
@@ -3280,7 +3280,7 @@ const dependencies = {
|
|
|
3280
3280
|
"ajv-formats": "^3.0.1",
|
|
3281
3281
|
"ajv-i18n": "^4.2.0",
|
|
3282
3282
|
axios: "^1.7.2",
|
|
3283
|
-
cooptypes: "2025.11.
|
|
3283
|
+
cooptypes: "2025.11.8",
|
|
3284
3284
|
dotenv: "^16.4.5",
|
|
3285
3285
|
"eosjs-ecc": "^4.0.7",
|
|
3286
3286
|
handlebars: "^4.7.8",
|
|
@@ -3311,7 +3311,7 @@ const devDependencies = {
|
|
|
3311
3311
|
vite: "^5.2.11",
|
|
3312
3312
|
vitest: "^1.6.0"
|
|
3313
3313
|
};
|
|
3314
|
-
const gitHead = "
|
|
3314
|
+
const gitHead = "d0508cbd9652f5672a39d2be596af5fcfba7970a";
|
|
3315
3315
|
const packageJson = {
|
|
3316
3316
|
name: name,
|
|
3317
3317
|
type: type,
|
package/dist/index.mjs
CHANGED
|
@@ -3217,7 +3217,7 @@ class PDFService {
|
|
|
3217
3217
|
|
|
3218
3218
|
const name = "@coopenomics/factory";
|
|
3219
3219
|
const type = "module";
|
|
3220
|
-
const version = "2025.11.
|
|
3220
|
+
const version = "2025.11.8";
|
|
3221
3221
|
const description = "";
|
|
3222
3222
|
const author = "Alex Ant <chairman.voskhod@gmail.com>";
|
|
3223
3223
|
const license = "MIT";
|
|
@@ -3267,7 +3267,7 @@ const dependencies = {
|
|
|
3267
3267
|
"ajv-formats": "^3.0.1",
|
|
3268
3268
|
"ajv-i18n": "^4.2.0",
|
|
3269
3269
|
axios: "^1.7.2",
|
|
3270
|
-
cooptypes: "2025.11.
|
|
3270
|
+
cooptypes: "2025.11.8",
|
|
3271
3271
|
dotenv: "^16.4.5",
|
|
3272
3272
|
"eosjs-ecc": "^4.0.7",
|
|
3273
3273
|
handlebars: "^4.7.8",
|
|
@@ -3298,7 +3298,7 @@ const devDependencies = {
|
|
|
3298
3298
|
vite: "^5.2.11",
|
|
3299
3299
|
vitest: "^1.6.0"
|
|
3300
3300
|
};
|
|
3301
|
-
const gitHead = "
|
|
3301
|
+
const gitHead = "d0508cbd9652f5672a39d2be596af5fcfba7970a";
|
|
3302
3302
|
const packageJson = {
|
|
3303
3303
|
name: name,
|
|
3304
3304
|
type: type,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coopenomics/factory",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2025.11.
|
|
4
|
+
"version": "2025.11.8",
|
|
5
5
|
"description": "",
|
|
6
6
|
"author": "Alex Ant <chairman.voskhod@gmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -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.11.
|
|
53
|
+
"cooptypes": "2025.11.8",
|
|
54
54
|
"dotenv": "^16.4.5",
|
|
55
55
|
"eosjs-ecc": "^4.0.7",
|
|
56
56
|
"handlebars": "^4.7.8",
|
|
@@ -81,5 +81,5 @@
|
|
|
81
81
|
"vite": "^5.2.11",
|
|
82
82
|
"vitest": "^1.6.0"
|
|
83
83
|
},
|
|
84
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "d0508cbd9652f5672a39d2be596af5fcfba7970a"
|
|
85
85
|
}
|