@coopenomics/factory 2026.2.21-8 → 2026.2.22-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
|
@@ -3981,7 +3981,7 @@ class PDFService {
|
|
|
3981
3981
|
|
|
3982
3982
|
const name = "@coopenomics/factory";
|
|
3983
3983
|
const type = "module";
|
|
3984
|
-
const version = "2026.2.
|
|
3984
|
+
const version = "2026.2.22-2";
|
|
3985
3985
|
const description = "";
|
|
3986
3986
|
const author = "Alex Ant <chairman.voskhod@gmail.com>";
|
|
3987
3987
|
const license = "MIT";
|
|
@@ -4031,7 +4031,7 @@ const dependencies = {
|
|
|
4031
4031
|
"ajv-formats": "^3.0.1",
|
|
4032
4032
|
"ajv-i18n": "^4.2.0",
|
|
4033
4033
|
axios: "^1.7.2",
|
|
4034
|
-
cooptypes: "2026.2.
|
|
4034
|
+
cooptypes: "2026.2.22-2",
|
|
4035
4035
|
dotenv: "^16.4.5",
|
|
4036
4036
|
"eosjs-ecc": "^4.0.7",
|
|
4037
4037
|
handlebars: "^4.7.8",
|
|
@@ -4062,7 +4062,7 @@ const devDependencies = {
|
|
|
4062
4062
|
vite: "^5.2.11",
|
|
4063
4063
|
vitest: "^1.6.0"
|
|
4064
4064
|
};
|
|
4065
|
-
const gitHead = "
|
|
4065
|
+
const gitHead = "350af86b650d74a2e1f63e1e9f725a63cb89bbcf";
|
|
4066
4066
|
const packageJson = {
|
|
4067
4067
|
name: name,
|
|
4068
4068
|
type: type,
|
package/dist/index.mjs
CHANGED
|
@@ -3968,7 +3968,7 @@ class PDFService {
|
|
|
3968
3968
|
|
|
3969
3969
|
const name = "@coopenomics/factory";
|
|
3970
3970
|
const type = "module";
|
|
3971
|
-
const version = "2026.2.
|
|
3971
|
+
const version = "2026.2.22-2";
|
|
3972
3972
|
const description = "";
|
|
3973
3973
|
const author = "Alex Ant <chairman.voskhod@gmail.com>";
|
|
3974
3974
|
const license = "MIT";
|
|
@@ -4018,7 +4018,7 @@ const dependencies = {
|
|
|
4018
4018
|
"ajv-formats": "^3.0.1",
|
|
4019
4019
|
"ajv-i18n": "^4.2.0",
|
|
4020
4020
|
axios: "^1.7.2",
|
|
4021
|
-
cooptypes: "2026.2.
|
|
4021
|
+
cooptypes: "2026.2.22-2",
|
|
4022
4022
|
dotenv: "^16.4.5",
|
|
4023
4023
|
"eosjs-ecc": "^4.0.7",
|
|
4024
4024
|
handlebars: "^4.7.8",
|
|
@@ -4049,7 +4049,7 @@ const devDependencies = {
|
|
|
4049
4049
|
vite: "^5.2.11",
|
|
4050
4050
|
vitest: "^1.6.0"
|
|
4051
4051
|
};
|
|
4052
|
-
const gitHead = "
|
|
4052
|
+
const gitHead = "350af86b650d74a2e1f63e1e9f725a63cb89bbcf";
|
|
4053
4053
|
const packageJson = {
|
|
4054
4054
|
name: name,
|
|
4055
4055
|
type: type,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coopenomics/factory",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2026.2.
|
|
4
|
+
"version": "2026.2.22-2",
|
|
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": "2026.2.
|
|
53
|
+
"cooptypes": "2026.2.22-2",
|
|
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": "350af86b650d74a2e1f63e1e9f725a63cb89bbcf"
|
|
85
85
|
}
|