liteforge 0.5.1 → 0.6.1

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"}
@@ -0,0 +1,8 @@
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
+ }
8
+ //# sourceMappingURL=toast.d.ts.map
@@ -0,0 +1 @@
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/dist/toast.js ADDED
@@ -0,0 +1,2 @@
1
+ export * from '@liteforge/toast';
2
+ //# sourceMappingURL=toast.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"toast.js","sourceRoot":"","sources":["../src/toast.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "liteforge",
3
- "version": "0.5.1",
3
+ "version": "0.6.1",
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",
@@ -75,6 +75,10 @@
75
75
  "./admin": {
76
76
  "types": "./dist/admin.d.ts",
77
77
  "import": "./dist/admin.js"
78
+ },
79
+ "./toast": {
80
+ "types": "./dist/toast.d.ts",
81
+ "import": "./dist/toast.js"
78
82
  }
79
83
  },
80
84
  "files": [
@@ -90,20 +94,21 @@
90
94
  "access": "public"
91
95
  },
92
96
  "dependencies": {
97
+ "@liteforge/core": "0.1.0",
98
+ "@liteforge/runtime": "0.4.3",
93
99
  "@liteforge/store": "0.1.0",
94
100
  "@liteforge/router": "0.3.0",
95
101
  "@liteforge/query": "1.0.0",
96
102
  "@liteforge/client": "1.0.0",
97
- "@liteforge/core": "0.1.0",
98
- "@liteforge/runtime": "0.4.3",
99
103
  "@liteforge/table": "0.2.0",
100
104
  "@liteforge/modal": "1.1.0",
101
- "@liteforge/calendar": "0.2.0",
105
+ "@liteforge/form": "0.1.0",
102
106
  "@liteforge/devtools": "1.0.0",
103
- "@liteforge/vite-plugin": "0.4.2",
104
107
  "@liteforge/i18n": "0.2.0",
105
- "@liteforge/admin": "0.2.0",
106
- "@liteforge/form": "0.1.0"
108
+ "@liteforge/vite-plugin": "0.4.2",
109
+ "@liteforge/calendar": "0.2.0",
110
+ "@liteforge/admin": "0.2.1",
111
+ "@liteforge/toast": "0.2.0"
107
112
  },
108
113
  "scripts": {
109
114
  "build": "tsc -p tsconfig.build.json",