liteforge 0.6.0 → 0.6.2

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/client.d.ts CHANGED
@@ -1,2 +1,8 @@
1
1
  export * from '@liteforge/client';
2
+ import type { Client } from '@liteforge/client';
3
+ declare module '@liteforge/runtime' {
4
+ interface PluginRegistry {
5
+ client: Client;
6
+ }
7
+ }
2
8
  //# sourceMappingURL=client.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../src/client.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC"}
1
+ {"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../src/client.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAElC,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAEhD,OAAO,QAAQ,oBAAoB,CAAC;IAClC,UAAU,cAAc;QACtB,MAAM,EAAE,MAAM,CAAC;KAChB;CACF"}
package/dist/i18n.d.ts CHANGED
@@ -1,2 +1,8 @@
1
1
  export * from '@liteforge/i18n';
2
+ import type { I18nApi } from '@liteforge/i18n';
3
+ declare module '@liteforge/runtime' {
4
+ interface PluginRegistry {
5
+ i18n: I18nApi;
6
+ }
7
+ }
2
8
  //# sourceMappingURL=i18n.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"i18n.d.ts","sourceRoot":"","sources":["../src/i18n.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC"}
1
+ {"version":3,"file":"i18n.d.ts","sourceRoot":"","sources":["../src/i18n.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAEhC,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAE/C,OAAO,QAAQ,oBAAoB,CAAC;IAClC,UAAU,cAAc;QACtB,IAAI,EAAE,OAAO,CAAC;KACf;CACF"}
package/dist/index.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- export * from '../../core/src/index.js';
2
- export * from '../../runtime/src/index.js';
1
+ export * from '@liteforge/core';
2
+ export * from '@liteforge/runtime';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAGA,cAAc,yBAAyB,CAAC;AACxC,cAAc,4BAA4B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC"}
package/dist/index.js CHANGED
@@ -1,6 +1,3 @@
1
- // Use relative paths so Vite resolves to the same file as the @liteforge/* aliases.
2
- // @liteforge/core and @liteforge/runtime both resolve to these same files,
3
- // ensuring a single module instance and a shared reactivity graph.
4
- export * from '../../core/src/index.js';
5
- export * from '../../runtime/src/index.js';
1
+ export * from '@liteforge/core';
2
+ export * from '@liteforge/runtime';
6
3
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,2EAA2E;AAC3E,mEAAmE;AACnE,cAAc,yBAAyB,CAAC;AACxC,cAAc,4BAA4B,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC"}
package/dist/modal.d.ts CHANGED
@@ -1,2 +1,8 @@
1
1
  export * from '@liteforge/modal';
2
+ import type { ModalApi } from '@liteforge/modal';
3
+ declare module '@liteforge/runtime' {
4
+ interface PluginRegistry {
5
+ modal: ModalApi;
6
+ }
7
+ }
2
8
  //# sourceMappingURL=modal.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"modal.d.ts","sourceRoot":"","sources":["../src/modal.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC"}
1
+ {"version":3,"file":"modal.d.ts","sourceRoot":"","sources":["../src/modal.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AAEjC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAEjD,OAAO,QAAQ,oBAAoB,CAAC;IAClC,UAAU,cAAc;QACtB,KAAK,EAAE,QAAQ,CAAC;KACjB;CACF"}
package/dist/query.d.ts CHANGED
@@ -1,2 +1,8 @@
1
1
  export * from '@liteforge/query';
2
+ import type { QueryApi } from '@liteforge/query';
3
+ declare module '@liteforge/runtime' {
4
+ interface PluginRegistry {
5
+ query: QueryApi;
6
+ }
7
+ }
2
8
  //# sourceMappingURL=query.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"query.d.ts","sourceRoot":"","sources":["../src/query.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC"}
1
+ {"version":3,"file":"query.d.ts","sourceRoot":"","sources":["../src/query.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AAEjC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAEjD,OAAO,QAAQ,oBAAoB,CAAC;IAClC,UAAU,cAAc;QACtB,KAAK,EAAE,QAAQ,CAAC;KACjB;CACF"}
package/dist/router.d.ts CHANGED
@@ -1,2 +1,8 @@
1
1
  export * from '@liteforge/router';
2
+ import type { Router } from '@liteforge/router';
3
+ declare module '@liteforge/runtime' {
4
+ interface PluginRegistry {
5
+ router: Router;
6
+ }
7
+ }
2
8
  //# sourceMappingURL=router.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"router.d.ts","sourceRoot":"","sources":["../src/router.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC"}
1
+ {"version":3,"file":"router.d.ts","sourceRoot":"","sources":["../src/router.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAElC,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAEhD,OAAO,QAAQ,oBAAoB,CAAC;IAClC,UAAU,cAAc;QACtB,MAAM,EAAE,MAAM,CAAC;KAChB;CACF"}
package/dist/toast.d.ts CHANGED
@@ -1,2 +1,8 @@
1
1
  export * from '@liteforge/toast';
2
+ import type { toast } from '@liteforge/toast';
3
+ declare module '@liteforge/runtime' {
4
+ interface PluginRegistry {
5
+ toast: typeof toast;
6
+ }
7
+ }
2
8
  //# sourceMappingURL=toast.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"toast.d.ts","sourceRoot":"","sources":["../src/toast.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC"}
1
+ {"version":3,"file":"toast.d.ts","sourceRoot":"","sources":["../src/toast.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AAEjC,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAE9C,OAAO,QAAQ,oBAAoB,CAAC;IAClC,UAAU,cAAc;QACtB,KAAK,EAAE,OAAO,KAAK,CAAC;KACrB;CACF"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "liteforge",
3
- "version": "0.6.0",
3
+ "version": "0.6.2",
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",
@@ -94,21 +94,21 @@
94
94
  "access": "public"
95
95
  },
96
96
  "dependencies": {
97
- "@liteforge/core": "0.1.0",
98
97
  "@liteforge/runtime": "0.4.3",
98
+ "@liteforge/core": "0.1.0",
99
99
  "@liteforge/store": "0.1.0",
100
+ "@liteforge/router": "0.4.0",
100
101
  "@liteforge/client": "1.0.0",
101
102
  "@liteforge/query": "1.0.0",
102
- "@liteforge/modal": "1.1.0",
103
103
  "@liteforge/form": "0.1.0",
104
- "@liteforge/router": "0.3.0",
105
- "@liteforge/devtools": "1.0.0",
106
- "@liteforge/vite-plugin": "0.4.2",
107
104
  "@liteforge/calendar": "0.2.0",
105
+ "@liteforge/modal": "1.1.0",
106
+ "@liteforge/table": "0.2.0",
107
+ "@liteforge/devtools": "1.0.0",
108
108
  "@liteforge/i18n": "0.2.0",
109
- "@liteforge/toast": "0.2.0",
110
- "@liteforge/admin": "0.2.1",
111
- "@liteforge/table": "0.2.0"
109
+ "@liteforge/admin": "1.0.0",
110
+ "@liteforge/vite-plugin": "0.4.2",
111
+ "@liteforge/toast": "0.2.0"
112
112
  },
113
113
  "scripts": {
114
114
  "build": "tsc -p tsconfig.build.json",