@coopenomics/factory 2025.7.1-1 → 2025.7.2
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.7.
|
|
2919
|
+
const version = "2025.7.2";
|
|
2920
2920
|
const packageManager = "pnpm@9.0.6";
|
|
2921
2921
|
const description = "";
|
|
2922
2922
|
const author = "Alex Ant <chairman.voskhod@gmail.com>";
|
|
@@ -2967,7 +2967,7 @@ const dependencies = {
|
|
|
2967
2967
|
"ajv-formats": "^3.0.1",
|
|
2968
2968
|
"ajv-i18n": "^4.2.0",
|
|
2969
2969
|
axios: "^1.7.2",
|
|
2970
|
-
cooptypes: "2025.7.
|
|
2970
|
+
cooptypes: "2025.7.2",
|
|
2971
2971
|
dotenv: "^16.4.5",
|
|
2972
2972
|
"eosjs-ecc": "^4.0.7",
|
|
2973
2973
|
handlebars: "^4.7.8",
|
|
@@ -3008,7 +3008,7 @@ const pnpm = {
|
|
|
3008
3008
|
"vite@>=5.1.0 <=5.1.6": ">=5.1.7"
|
|
3009
3009
|
}
|
|
3010
3010
|
};
|
|
3011
|
-
const gitHead = "
|
|
3011
|
+
const gitHead = "305864c1ed125be304a3b4fa9749ac6743dd5571";
|
|
3012
3012
|
const packageJson = {
|
|
3013
3013
|
name: name,
|
|
3014
3014
|
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.
|
|
2906
|
+
const version = "2025.7.2";
|
|
2907
2907
|
const packageManager = "pnpm@9.0.6";
|
|
2908
2908
|
const description = "";
|
|
2909
2909
|
const author = "Alex Ant <chairman.voskhod@gmail.com>";
|
|
@@ -2954,7 +2954,7 @@ const dependencies = {
|
|
|
2954
2954
|
"ajv-formats": "^3.0.1",
|
|
2955
2955
|
"ajv-i18n": "^4.2.0",
|
|
2956
2956
|
axios: "^1.7.2",
|
|
2957
|
-
cooptypes: "2025.7.
|
|
2957
|
+
cooptypes: "2025.7.2",
|
|
2958
2958
|
dotenv: "^16.4.5",
|
|
2959
2959
|
"eosjs-ecc": "^4.0.7",
|
|
2960
2960
|
handlebars: "^4.7.8",
|
|
@@ -2995,7 +2995,7 @@ const pnpm = {
|
|
|
2995
2995
|
"vite@>=5.1.0 <=5.1.6": ">=5.1.7"
|
|
2996
2996
|
}
|
|
2997
2997
|
};
|
|
2998
|
-
const gitHead = "
|
|
2998
|
+
const gitHead = "305864c1ed125be304a3b4fa9749ac6743dd5571";
|
|
2999
2999
|
const packageJson = {
|
|
3000
3000
|
name: name,
|
|
3001
3001
|
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.
|
|
4
|
+
"version": "2025.7.2",
|
|
5
5
|
"packageManager": "pnpm@9.0.6",
|
|
6
6
|
"description": "",
|
|
7
7
|
"author": "Alex Ant <chairman.voskhod@gmail.com>",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"ajv-formats": "^3.0.1",
|
|
52
52
|
"ajv-i18n": "^4.2.0",
|
|
53
53
|
"axios": "^1.7.2",
|
|
54
|
-
"cooptypes": "2025.7.
|
|
54
|
+
"cooptypes": "2025.7.2",
|
|
55
55
|
"dotenv": "^16.4.5",
|
|
56
56
|
"eosjs-ecc": "^4.0.7",
|
|
57
57
|
"handlebars": "^4.7.8",
|
|
@@ -92,5 +92,5 @@
|
|
|
92
92
|
"vite@>=5.1.0 <=5.1.6": ">=5.1.7"
|
|
93
93
|
}
|
|
94
94
|
},
|
|
95
|
-
"gitHead": "
|
|
95
|
+
"gitHead": "305864c1ed125be304a3b4fa9749ac6743dd5571"
|
|
96
96
|
}
|