@coopenomics/factory 2025.12.2-2 → 2025.12.2-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
@@ -3344,7 +3344,7 @@ class PDFService {
3344
3344
 
3345
3345
  const name = "@coopenomics/factory";
3346
3346
  const type = "module";
3347
- const version = "2025.12.2-2";
3347
+ const version = "2025.12.2-alpha-3";
3348
3348
  const description = "";
3349
3349
  const author = "Alex Ant <chairman.voskhod@gmail.com>";
3350
3350
  const license = "MIT";
@@ -3394,7 +3394,7 @@ const dependencies = {
3394
3394
  "ajv-formats": "^3.0.1",
3395
3395
  "ajv-i18n": "^4.2.0",
3396
3396
  axios: "^1.7.2",
3397
- cooptypes: "2025.12.2-2",
3397
+ cooptypes: "2025.12.2-alpha-3",
3398
3398
  dotenv: "^16.4.5",
3399
3399
  "eosjs-ecc": "^4.0.7",
3400
3400
  handlebars: "^4.7.8",
@@ -3425,7 +3425,7 @@ const devDependencies = {
3425
3425
  vite: "^5.2.11",
3426
3426
  vitest: "^1.6.0"
3427
3427
  };
3428
- const gitHead = "e552840cc42ff1e352880c51cc24587ed2c97c6c";
3428
+ const gitHead = "e27228e735ebec2df66bd808eae15089373f34b5";
3429
3429
  const packageJson = {
3430
3430
  name: name,
3431
3431
  type: type,
package/dist/index.mjs CHANGED
@@ -3331,7 +3331,7 @@ class PDFService {
3331
3331
 
3332
3332
  const name = "@coopenomics/factory";
3333
3333
  const type = "module";
3334
- const version = "2025.12.2-2";
3334
+ const version = "2025.12.2-alpha-3";
3335
3335
  const description = "";
3336
3336
  const author = "Alex Ant <chairman.voskhod@gmail.com>";
3337
3337
  const license = "MIT";
@@ -3381,7 +3381,7 @@ const dependencies = {
3381
3381
  "ajv-formats": "^3.0.1",
3382
3382
  "ajv-i18n": "^4.2.0",
3383
3383
  axios: "^1.7.2",
3384
- cooptypes: "2025.12.2-2",
3384
+ cooptypes: "2025.12.2-alpha-3",
3385
3385
  dotenv: "^16.4.5",
3386
3386
  "eosjs-ecc": "^4.0.7",
3387
3387
  handlebars: "^4.7.8",
@@ -3412,7 +3412,7 @@ const devDependencies = {
3412
3412
  vite: "^5.2.11",
3413
3413
  vitest: "^1.6.0"
3414
3414
  };
3415
- const gitHead = "e552840cc42ff1e352880c51cc24587ed2c97c6c";
3415
+ const gitHead = "e27228e735ebec2df66bd808eae15089373f34b5";
3416
3416
  const packageJson = {
3417
3417
  name: name,
3418
3418
  type: type,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@coopenomics/factory",
3
3
  "type": "module",
4
- "version": "2025.12.2-2",
4
+ "version": "2025.12.2-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.12.2-2",
53
+ "cooptypes": "2025.12.2-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": "e552840cc42ff1e352880c51cc24587ed2c97c6c"
84
+ "gitHead": "e27228e735ebec2df66bd808eae15089373f34b5"
85
85
  }