liteforge 0.6.3 → 0.6.5

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.
@@ -0,0 +1,2 @@
1
+ export * from '@liteforge/runtime/jsx-runtime';
2
+ //# sourceMappingURL=jsx-runtime.d.ts.map
@@ -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,2 @@
1
+ export * from '@liteforge/runtime/jsx-runtime';
2
+ //# sourceMappingURL=jsx-runtime.js.map
@@ -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",
3
+ "version": "0.6.5",
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": [
@@ -95,20 +103,20 @@
95
103
  },
96
104
  "dependencies": {
97
105
  "@liteforge/core": "0.1.0",
106
+ "@liteforge/runtime": "0.6.0",
107
+ "@liteforge/query": "3.0.0",
98
108
  "@liteforge/store": "0.1.0",
99
- "@liteforge/query": "2.0.0",
100
- "@liteforge/client": "2.0.0",
101
- "@liteforge/table": "0.2.0",
102
- "@liteforge/router": "0.4.1",
103
- "@liteforge/modal": "2.0.0",
104
- "@liteforge/runtime": "0.5.0",
105
- "@liteforge/admin": "2.0.0",
109
+ "@liteforge/client": "3.0.0",
106
110
  "@liteforge/form": "0.1.0",
107
- "@liteforge/vite-plugin": "0.4.2",
108
- "@liteforge/i18n": "1.0.0",
109
- "@liteforge/toast": "1.0.0",
110
- "@liteforge/devtools": "2.0.0",
111
- "@liteforge/calendar": "0.2.0"
111
+ "@liteforge/router": "0.4.1",
112
+ "@liteforge/table": "0.2.0",
113
+ "@liteforge/calendar": "0.2.0",
114
+ "@liteforge/vite-plugin": "0.4.3",
115
+ "@liteforge/devtools": "3.0.0",
116
+ "@liteforge/modal": "3.0.0",
117
+ "@liteforge/i18n": "2.0.0",
118
+ "@liteforge/admin": "3.0.0",
119
+ "@liteforge/toast": "2.0.0"
112
120
  },
113
121
  "scripts": {
114
122
  "build": "tsc -p tsconfig.build.json",