liteforge 0.6.4 → 0.6.6
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 +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "liteforge",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.6",
|
|
4
4
|
"description": "LiteForge — signals-based frontend framework. Single meta-package re-exporting all @liteforge/* packages.",
|
|
5
5
|
"author": "SchildW3rk <contact@schildw3rk.dev>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -102,21 +102,21 @@
|
|
|
102
102
|
"access": "public"
|
|
103
103
|
},
|
|
104
104
|
"dependencies": {
|
|
105
|
-
"@liteforge/core": "0.1.0",
|
|
106
105
|
"@liteforge/store": "0.1.0",
|
|
106
|
+
"@liteforge/runtime": "0.6.0",
|
|
107
|
+
"@liteforge/core": "0.1.0",
|
|
107
108
|
"@liteforge/router": "0.4.1",
|
|
108
|
-
"@liteforge/client": "3.0.0",
|
|
109
109
|
"@liteforge/query": "3.0.0",
|
|
110
|
+
"@liteforge/calendar": "0.2.1",
|
|
110
111
|
"@liteforge/form": "0.1.0",
|
|
112
|
+
"@liteforge/client": "3.0.0",
|
|
111
113
|
"@liteforge/modal": "3.0.0",
|
|
114
|
+
"@liteforge/admin": "3.0.0",
|
|
112
115
|
"@liteforge/table": "0.2.0",
|
|
113
|
-
"@liteforge/calendar": "0.2.0",
|
|
114
|
-
"@liteforge/vite-plugin": "0.4.2",
|
|
115
|
-
"@liteforge/i18n": "2.0.0",
|
|
116
|
-
"@liteforge/toast": "2.0.0",
|
|
117
116
|
"@liteforge/devtools": "3.0.0",
|
|
118
|
-
"@liteforge/
|
|
119
|
-
"@liteforge/
|
|
117
|
+
"@liteforge/i18n": "2.0.0",
|
|
118
|
+
"@liteforge/vite-plugin": "0.4.3",
|
|
119
|
+
"@liteforge/toast": "2.0.0"
|
|
120
120
|
},
|
|
121
121
|
"scripts": {
|
|
122
122
|
"build": "tsc -p tsconfig.build.json",
|