@coopenomics/factory 2025.7.23 → 2025.9.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
|
@@ -2916,7 +2916,7 @@ class PDFService {
|
|
|
2916
2916
|
|
|
2917
2917
|
const name = "@coopenomics/factory";
|
|
2918
2918
|
const type = "module";
|
|
2919
|
-
const version = "2025.
|
|
2919
|
+
const version = "2025.9.1";
|
|
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.
|
|
2969
|
+
cooptypes: "2025.9.1",
|
|
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 = "
|
|
3000
|
+
const gitHead = "227c5c80c8b800faff4e0826d84b38b1d8688bd2";
|
|
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.
|
|
2906
|
+
const version = "2025.9.1";
|
|
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.
|
|
2956
|
+
cooptypes: "2025.9.1",
|
|
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 = "
|
|
2987
|
+
const gitHead = "227c5c80c8b800faff4e0826d84b38b1d8688bd2";
|
|
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.
|
|
4
|
+
"version": "2025.9.1",
|
|
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.
|
|
53
|
+
"cooptypes": "2025.9.1",
|
|
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": "227c5c80c8b800faff4e0826d84b38b1d8688bd2"
|
|
85
85
|
}
|