@coopenomics/factory 2025.11.17-alpha-1 → 2025.11.17-alpha-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 CHANGED
@@ -3236,7 +3236,7 @@ class PDFService {
3236
3236
 
3237
3237
  const name = "@coopenomics/factory";
3238
3238
  const type = "module";
3239
- const version = "2025.11.17-alpha-1";
3239
+ const version = "2025.11.17-alpha-3";
3240
3240
  const description = "";
3241
3241
  const author = "Alex Ant <chairman.voskhod@gmail.com>";
3242
3242
  const license = "MIT";
@@ -3286,7 +3286,7 @@ const dependencies = {
3286
3286
  "ajv-formats": "^3.0.1",
3287
3287
  "ajv-i18n": "^4.2.0",
3288
3288
  axios: "^1.7.2",
3289
- cooptypes: "2025.11.17-alpha-1",
3289
+ cooptypes: "2025.11.17-alpha-3",
3290
3290
  dotenv: "^16.4.5",
3291
3291
  "eosjs-ecc": "^4.0.7",
3292
3292
  handlebars: "^4.7.8",
@@ -3317,7 +3317,7 @@ const devDependencies = {
3317
3317
  vite: "^5.2.11",
3318
3318
  vitest: "^1.6.0"
3319
3319
  };
3320
- const gitHead = "2faadae4cfd733890469c17e38e296d3e4cce29c";
3320
+ const gitHead = "27c7ae9d76d98fc37b5ec7454bf79c4ffc731a9f";
3321
3321
  const packageJson = {
3322
3322
  name: name,
3323
3323
  type: type,
package/dist/index.mjs CHANGED
@@ -3223,7 +3223,7 @@ class PDFService {
3223
3223
 
3224
3224
  const name = "@coopenomics/factory";
3225
3225
  const type = "module";
3226
- const version = "2025.11.17-alpha-1";
3226
+ const version = "2025.11.17-alpha-3";
3227
3227
  const description = "";
3228
3228
  const author = "Alex Ant <chairman.voskhod@gmail.com>";
3229
3229
  const license = "MIT";
@@ -3273,7 +3273,7 @@ const dependencies = {
3273
3273
  "ajv-formats": "^3.0.1",
3274
3274
  "ajv-i18n": "^4.2.0",
3275
3275
  axios: "^1.7.2",
3276
- cooptypes: "2025.11.17-alpha-1",
3276
+ cooptypes: "2025.11.17-alpha-3",
3277
3277
  dotenv: "^16.4.5",
3278
3278
  "eosjs-ecc": "^4.0.7",
3279
3279
  handlebars: "^4.7.8",
@@ -3304,7 +3304,7 @@ const devDependencies = {
3304
3304
  vite: "^5.2.11",
3305
3305
  vitest: "^1.6.0"
3306
3306
  };
3307
- const gitHead = "2faadae4cfd733890469c17e38e296d3e4cce29c";
3307
+ const gitHead = "27c7ae9d76d98fc37b5ec7454bf79c4ffc731a9f";
3308
3308
  const packageJson = {
3309
3309
  name: name,
3310
3310
  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.17-alpha-1",
4
+ "version": "2025.11.17-alpha-3",
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.17-alpha-1",
53
+ "cooptypes": "2025.11.17-alpha-3",
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": "2faadae4cfd733890469c17e38e296d3e4cce29c"
84
+ "gitHead": "27c7ae9d76d98fc37b5ec7454bf79c4ffc731a9f"
85
85
  }