@coopenomics/extension-kit 2026.9.3-1 → 2026.9.4
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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coopenomics/extension-kit",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2026.9.
|
|
4
|
+
"version": "2026.9.4",
|
|
5
5
|
"description": "Служебный каркас расширения цифрового кооператива: базовый модуль, сущности и репозитории расширения, авторизация, каркас блокчейн-синхронизации, контракт миграций схемы, контракт реестра",
|
|
6
6
|
"author": "Alex Ant <dacom.dark.sun@gmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"typecheck": "tsc --noEmit"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
|
-
"@coopenomics/sdk": "2026.9.
|
|
41
|
+
"@coopenomics/sdk": "2026.9.4",
|
|
42
42
|
"@nestjs/common": "^10.0.0",
|
|
43
43
|
"@nestjs/core": "^10.0.0",
|
|
44
44
|
"@nestjs/graphql": "^12.2.1",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"@wharfkit/session": "^1.4.0",
|
|
69
69
|
"class-transformer": "^0.5.1",
|
|
70
70
|
"class-validator": "^0.14.1",
|
|
71
|
-
"cooptypes": "2026.9.
|
|
71
|
+
"cooptypes": "2026.9.4",
|
|
72
72
|
"graphql": "^16.9.0",
|
|
73
73
|
"graphql-type-json": "^0.3.2",
|
|
74
74
|
"moment": "^2.30.1",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"unbuild": "^2.0.0",
|
|
81
81
|
"zod": "^3.0.0"
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "3d15a5767af4453fa943e301783d0d2ed3e1dd16"
|
|
84
84
|
}
|