liteforge 0.6.3 → 0.6.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/dist/jsx-runtime.d.ts +2 -0
- package/dist/jsx-runtime.d.ts.map +1 -0
- package/dist/jsx-runtime.js +2 -0
- package/dist/jsx-runtime.js.map +1 -0
- package/package.json +19 -11
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"jsx-runtime.d.ts","sourceRoot":"","sources":["../src/jsx-runtime.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"jsx-runtime.js","sourceRoot":"","sources":["../src/jsx-runtime.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "liteforge",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.4",
|
|
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",
|
|
@@ -79,6 +79,14 @@
|
|
|
79
79
|
"./toast": {
|
|
80
80
|
"types": "./dist/toast.d.ts",
|
|
81
81
|
"import": "./dist/toast.js"
|
|
82
|
+
},
|
|
83
|
+
"./jsx-runtime": {
|
|
84
|
+
"types": "./dist/jsx-runtime.d.ts",
|
|
85
|
+
"import": "./dist/jsx-runtime.js"
|
|
86
|
+
},
|
|
87
|
+
"./jsx-dev-runtime": {
|
|
88
|
+
"types": "./dist/jsx-runtime.d.ts",
|
|
89
|
+
"import": "./dist/jsx-runtime.js"
|
|
82
90
|
}
|
|
83
91
|
},
|
|
84
92
|
"files": [
|
|
@@ -96,19 +104,19 @@
|
|
|
96
104
|
"dependencies": {
|
|
97
105
|
"@liteforge/core": "0.1.0",
|
|
98
106
|
"@liteforge/store": "0.1.0",
|
|
99
|
-
"@liteforge/query": "2.0.0",
|
|
100
|
-
"@liteforge/client": "2.0.0",
|
|
101
|
-
"@liteforge/table": "0.2.0",
|
|
102
107
|
"@liteforge/router": "0.4.1",
|
|
103
|
-
"@liteforge/
|
|
104
|
-
"@liteforge/
|
|
105
|
-
"@liteforge/admin": "2.0.0",
|
|
108
|
+
"@liteforge/client": "3.0.0",
|
|
109
|
+
"@liteforge/query": "3.0.0",
|
|
106
110
|
"@liteforge/form": "0.1.0",
|
|
111
|
+
"@liteforge/modal": "3.0.0",
|
|
112
|
+
"@liteforge/table": "0.2.0",
|
|
113
|
+
"@liteforge/calendar": "0.2.0",
|
|
107
114
|
"@liteforge/vite-plugin": "0.4.2",
|
|
108
|
-
"@liteforge/i18n": "
|
|
109
|
-
"@liteforge/toast": "
|
|
110
|
-
"@liteforge/devtools": "
|
|
111
|
-
"@liteforge/
|
|
115
|
+
"@liteforge/i18n": "2.0.0",
|
|
116
|
+
"@liteforge/toast": "2.0.0",
|
|
117
|
+
"@liteforge/devtools": "3.0.0",
|
|
118
|
+
"@liteforge/admin": "3.0.0",
|
|
119
|
+
"@liteforge/runtime": "0.6.0"
|
|
112
120
|
},
|
|
113
121
|
"scripts": {
|
|
114
122
|
"build": "tsc -p tsconfig.build.json",
|