liteforge 0.6.8 → 0.7.0
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 +3 -68
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "liteforge",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "LiteForge — signals-based frontend framework.
|
|
3
|
+
"version": "0.7.0",
|
|
4
|
+
"description": "LiteForge — signals-based frontend framework. Re-exports @liteforge/core and @liteforge/runtime.",
|
|
5
5
|
"author": "SchildW3rk <contact@schildw3rk.dev>",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
@@ -28,58 +28,6 @@
|
|
|
28
28
|
"types": "./dist/index.d.ts",
|
|
29
29
|
"import": "./dist/index.js"
|
|
30
30
|
},
|
|
31
|
-
"./router": {
|
|
32
|
-
"types": "./dist/router.d.ts",
|
|
33
|
-
"import": "./dist/router.js"
|
|
34
|
-
},
|
|
35
|
-
"./query": {
|
|
36
|
-
"types": "./dist/query.d.ts",
|
|
37
|
-
"import": "./dist/query.js"
|
|
38
|
-
},
|
|
39
|
-
"./client": {
|
|
40
|
-
"types": "./dist/client.d.ts",
|
|
41
|
-
"import": "./dist/client.js"
|
|
42
|
-
},
|
|
43
|
-
"./modal": {
|
|
44
|
-
"types": "./dist/modal.d.ts",
|
|
45
|
-
"import": "./dist/modal.js"
|
|
46
|
-
},
|
|
47
|
-
"./form": {
|
|
48
|
-
"types": "./dist/form.d.ts",
|
|
49
|
-
"import": "./dist/form.js"
|
|
50
|
-
},
|
|
51
|
-
"./table": {
|
|
52
|
-
"types": "./dist/table.d.ts",
|
|
53
|
-
"import": "./dist/table.js"
|
|
54
|
-
},
|
|
55
|
-
"./calendar": {
|
|
56
|
-
"types": "./dist/calendar.d.ts",
|
|
57
|
-
"import": "./dist/calendar.js"
|
|
58
|
-
},
|
|
59
|
-
"./devtools": {
|
|
60
|
-
"types": "./dist/devtools.d.ts",
|
|
61
|
-
"import": "./dist/devtools.js"
|
|
62
|
-
},
|
|
63
|
-
"./vite-plugin": {
|
|
64
|
-
"types": "./dist/vite-plugin.d.ts",
|
|
65
|
-
"import": "./dist/vite-plugin.js"
|
|
66
|
-
},
|
|
67
|
-
"./store": {
|
|
68
|
-
"types": "./dist/store.d.ts",
|
|
69
|
-
"import": "./dist/store.js"
|
|
70
|
-
},
|
|
71
|
-
"./i18n": {
|
|
72
|
-
"types": "./dist/i18n.d.ts",
|
|
73
|
-
"import": "./dist/i18n.js"
|
|
74
|
-
},
|
|
75
|
-
"./admin": {
|
|
76
|
-
"types": "./dist/admin.d.ts",
|
|
77
|
-
"import": "./dist/admin.js"
|
|
78
|
-
},
|
|
79
|
-
"./toast": {
|
|
80
|
-
"types": "./dist/toast.d.ts",
|
|
81
|
-
"import": "./dist/toast.js"
|
|
82
|
-
},
|
|
83
31
|
"./jsx-runtime": {
|
|
84
32
|
"types": "./dist/jsx-runtime.d.ts",
|
|
85
33
|
"import": "./dist/jsx-runtime.js"
|
|
@@ -102,21 +50,8 @@
|
|
|
102
50
|
"access": "public"
|
|
103
51
|
},
|
|
104
52
|
"dependencies": {
|
|
105
|
-
"@liteforge/runtime": "0.6.2",
|
|
106
|
-
"@liteforge/store": "0.1.0",
|
|
107
53
|
"@liteforge/core": "0.1.0",
|
|
108
|
-
"@liteforge/
|
|
109
|
-
"@liteforge/query": "3.0.0",
|
|
110
|
-
"@liteforge/client": "3.0.0",
|
|
111
|
-
"@liteforge/modal": "3.1.0",
|
|
112
|
-
"@liteforge/calendar": "0.3.0",
|
|
113
|
-
"@liteforge/devtools": "3.0.0",
|
|
114
|
-
"@liteforge/table": "0.2.0",
|
|
115
|
-
"@liteforge/form": "0.1.0",
|
|
116
|
-
"@liteforge/admin": "3.0.0",
|
|
117
|
-
"@liteforge/toast": "2.0.0",
|
|
118
|
-
"@liteforge/i18n": "2.0.0",
|
|
119
|
-
"@liteforge/vite-plugin": "0.4.3"
|
|
54
|
+
"@liteforge/runtime": "0.6.2"
|
|
120
55
|
},
|
|
121
56
|
"scripts": {
|
|
122
57
|
"build": "tsc -p tsconfig.build.json",
|