@actdim/dynstruct 0.9.3 → 0.9.7
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/README.md +17 -1
- package/package.json +8 -9
package/README.md
CHANGED
|
@@ -1,2 +1,18 @@
|
|
|
1
1
|
# @actdim/dynstruct
|
|
2
|
-
Build scalable applications with dynamic structured components, explicit wiring, and decoupled message flow. Keep architecture clean and modular.
|
|
2
|
+
Build scalable applications with dynamic structured components, explicit wiring, and decoupled message flow. Keep architecture clean and modular.
|
|
3
|
+
|
|
4
|
+
# use dedupe:
|
|
5
|
+
'rxjs',
|
|
6
|
+
'uuid',
|
|
7
|
+
'http-status',
|
|
8
|
+
'jwt-decode',
|
|
9
|
+
'mobx',
|
|
10
|
+
'mobx-react-lite',
|
|
11
|
+
'mobx-utils',
|
|
12
|
+
'path-to-regexp',
|
|
13
|
+
'react',
|
|
14
|
+
'react-dom',
|
|
15
|
+
'react-router',
|
|
16
|
+
'react-router-dom',
|
|
17
|
+
'@actdim/utico',
|
|
18
|
+
'@actdim/msgmesh'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@actdim/dynstruct",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.7",
|
|
4
4
|
"description": "A type-safe component system for large-scale apps: explicit dependencies, message bus communication, and structure-first, declarative design",
|
|
5
5
|
"author": "Pavel Borodaev",
|
|
6
6
|
"license": "Proprietary",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
},
|
|
68
68
|
"peerDependencies": {
|
|
69
69
|
"rxjs": "^7.8.2",
|
|
70
|
-
"uuid": "^13.0.0",
|
|
70
|
+
"uuid": "^13.0.0",
|
|
71
71
|
"http-status": "^2.1.0",
|
|
72
72
|
"jwt-decode": "^4.0.0",
|
|
73
73
|
"mobx": "^6.15.0",
|
|
@@ -77,17 +77,16 @@
|
|
|
77
77
|
"react": "^19.2.0",
|
|
78
78
|
"react-dom": "^19.2.0",
|
|
79
79
|
"react-router": "^7.9.3",
|
|
80
|
-
"react-router-dom": "^7.9.
|
|
81
|
-
"@actdim/utico": "^0.9.
|
|
82
|
-
"@actdim/msgmesh": "^0.9.
|
|
80
|
+
"react-router-dom": "^7.9.4",
|
|
81
|
+
"@actdim/utico": "^0.9.7",
|
|
82
|
+
"@actdim/msgmesh": "^0.9.7"
|
|
83
83
|
},
|
|
84
84
|
"devDependencies": {
|
|
85
85
|
"@swc/core": "^1.13.5",
|
|
86
|
-
"@types/lodash": "^4.17.20",
|
|
87
86
|
"@types/node": "^24.7.0",
|
|
88
87
|
"@types/uuid": "^11.0.0",
|
|
89
88
|
"@typescript-eslint/eslint-plugin": "^8.45.0",
|
|
90
|
-
"@typescript-eslint/parser": "^8.
|
|
89
|
+
"@typescript-eslint/parser": "^8.46.0",
|
|
91
90
|
"@vitejs/plugin-react-swc": "^4.1.0",
|
|
92
91
|
"eslint": "^9.37.0",
|
|
93
92
|
"eslint-config-prettier": "^10.1.8",
|
|
@@ -95,7 +94,7 @@
|
|
|
95
94
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
96
95
|
"eslint-plugin-prettier": "^5.5.4",
|
|
97
96
|
"eslint-plugin-react": "^7.37.5",
|
|
98
|
-
"eslint-plugin-react-hooks": "^
|
|
97
|
+
"eslint-plugin-react-hooks": "^7.0.0",
|
|
99
98
|
"eslint-plugin-react-refresh": "^0.4.23",
|
|
100
99
|
"globals": "^16.4.0",
|
|
101
100
|
"npm-check-updates": "^19.0.0",
|
|
@@ -104,7 +103,7 @@
|
|
|
104
103
|
"shx": "^0.4.0",
|
|
105
104
|
"ts-node": "^10.9.2",
|
|
106
105
|
"typescript": "^5.9.3",
|
|
107
|
-
"typescript-eslint": "^8.
|
|
106
|
+
"typescript-eslint": "^8.46.0",
|
|
108
107
|
"vite": "^7.1.9",
|
|
109
108
|
"vite-plugin-dts": "^4.5.4",
|
|
110
109
|
"vite-tsconfig-paths": "^5.1.4",
|