@coopenomics/factory 2025.7.28 → 2025.10.15

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
@@ -2916,7 +2916,7 @@ class PDFService {
2916
2916
 
2917
2917
  const name = "@coopenomics/factory";
2918
2918
  const type = "module";
2919
- const version = "2025.7.28";
2919
+ const version = "2025.10.15";
2920
2920
  const description = "";
2921
2921
  const author = "Alex Ant <chairman.voskhod@gmail.com>";
2922
2922
  const license = "MIT";
@@ -2966,7 +2966,7 @@ const dependencies = {
2966
2966
  "ajv-formats": "^3.0.1",
2967
2967
  "ajv-i18n": "^4.2.0",
2968
2968
  axios: "^1.7.2",
2969
- cooptypes: "2025.7.28",
2969
+ cooptypes: "2025.10.15",
2970
2970
  dotenv: "^16.4.5",
2971
2971
  "eosjs-ecc": "^4.0.7",
2972
2972
  handlebars: "^4.7.8",
@@ -2997,7 +2997,7 @@ const devDependencies = {
2997
2997
  vite: "^5.2.11",
2998
2998
  vitest: "^1.6.0"
2999
2999
  };
3000
- const gitHead = "e69ba466e1b79f0707951572f3069cd9b8f6a3b6";
3000
+ const gitHead = "e47b2a971e8b2fe129b0035be97addcbfce07aa3";
3001
3001
  const packageJson = {
3002
3002
  name: name,
3003
3003
  type: type,
package/dist/index.mjs CHANGED
@@ -2903,7 +2903,7 @@ class PDFService {
2903
2903
 
2904
2904
  const name = "@coopenomics/factory";
2905
2905
  const type = "module";
2906
- const version = "2025.7.28";
2906
+ const version = "2025.10.15";
2907
2907
  const description = "";
2908
2908
  const author = "Alex Ant <chairman.voskhod@gmail.com>";
2909
2909
  const license = "MIT";
@@ -2953,7 +2953,7 @@ const dependencies = {
2953
2953
  "ajv-formats": "^3.0.1",
2954
2954
  "ajv-i18n": "^4.2.0",
2955
2955
  axios: "^1.7.2",
2956
- cooptypes: "2025.7.28",
2956
+ cooptypes: "2025.10.15",
2957
2957
  dotenv: "^16.4.5",
2958
2958
  "eosjs-ecc": "^4.0.7",
2959
2959
  handlebars: "^4.7.8",
@@ -2984,7 +2984,7 @@ const devDependencies = {
2984
2984
  vite: "^5.2.11",
2985
2985
  vitest: "^1.6.0"
2986
2986
  };
2987
- const gitHead = "e69ba466e1b79f0707951572f3069cd9b8f6a3b6";
2987
+ const gitHead = "e47b2a971e8b2fe129b0035be97addcbfce07aa3";
2988
2988
  const packageJson = {
2989
2989
  name: name,
2990
2990
  type: type,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@coopenomics/factory",
3
3
  "type": "module",
4
- "version": "2025.7.28",
4
+ "version": "2025.10.15",
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.7.28",
53
+ "cooptypes": "2025.10.15",
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": "e69ba466e1b79f0707951572f3069cd9b8f6a3b6"
84
+ "gitHead": "e47b2a971e8b2fe129b0035be97addcbfce07aa3"
85
85
  }