dreamkit 0.0.32 → 0.0.33
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/lib/index.d.ts +4 -4
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +4 -4
- package/lib/presets/solid-start.d.ts +2 -2
- package/lib/presets/solid-start.d.ts.map +1 -1
- package/lib/presets/solid-start.js +2 -2
- package/lib/scopes/core.base.d.ts +2 -0
- package/lib/scopes/core.base.d.ts.map +1 -0
- package/lib/scopes/core.base.js +1 -0
- package/lib/scopes/core.typed.d.ts +6 -0
- package/lib/scopes/core.typed.d.ts.map +1 -0
- package/lib/scopes/{global-common.js → core.typed.js} +1 -1
- package/lib/scopes/{solid.d.ts → solid.base.d.ts} +1 -1
- package/lib/scopes/solid.base.d.ts.map +1 -0
- package/lib/scopes/{global-solid.d.ts → solid.typed.d.ts} +1 -1
- package/lib/scopes/solid.typed.d.ts.map +1 -0
- package/package.json +5 -8
- package/lib/scopes/common.d.ts +0 -5
- package/lib/scopes/common.d.ts.map +0 -1
- package/lib/scopes/common.js +0 -38
- package/lib/scopes/global-common.d.ts +0 -6
- package/lib/scopes/global-common.d.ts.map +0 -1
- package/lib/scopes/global-solid.d.ts.map +0 -1
- package/lib/scopes/solid.d.ts.map +0 -1
- /package/lib/scopes/{solid.js → solid.base.js} +0 -0
- /package/lib/scopes/{global-solid.js → solid.typed.js} +0 -0
package/lib/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from "./scopes/
|
|
2
|
-
export * from "./scopes/
|
|
3
|
-
export * from "./scopes/
|
|
4
|
-
export * from "./scopes/
|
|
1
|
+
export * from "./scopes/core.base.js";
|
|
2
|
+
export * from "./scopes/core.typed.js";
|
|
3
|
+
export * from "./scopes/solid.base.js";
|
|
4
|
+
export * from "./scopes/solid.typed.js";
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
package/lib/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC"}
|
package/lib/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from "./scopes/
|
|
2
|
-
export * from "./scopes/
|
|
3
|
-
export * from "./scopes/
|
|
4
|
-
export * from "./scopes/
|
|
1
|
+
export * from "./scopes/core.base.js";
|
|
2
|
+
export * from "./scopes/core.typed.js";
|
|
3
|
+
export * from "./scopes/solid.base.js";
|
|
4
|
+
export * from "./scopes/solid.typed.js";
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
1
|
+
export * from "@dreamkit/core/presets";
|
|
2
|
+
export * from "@dreamkit/node-app/presets";
|
|
3
3
|
//# sourceMappingURL=solid-start.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"solid-start.d.ts","sourceRoot":"","sources":["../../src/presets/solid-start.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"solid-start.d.ts","sourceRoot":"","sources":["../../src/presets/solid-start.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AACvC,cAAc,4BAA4B,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
1
|
+
export * from "@dreamkit/core/presets";
|
|
2
|
+
export * from "@dreamkit/node-app/presets";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"core.base.d.ts","sourceRoot":"","sources":["../../src/scopes/core.base.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@dreamkit/core/index.base.js";
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { RequestUrl as BaseRequestUrl } from "@dreamkit/core";
|
|
2
|
+
import type { Routing } from "dreamkit/scopes/global.override.js";
|
|
3
|
+
export declare const routePath: import("@dreamkit/core").RoutePathFunc<Routing>;
|
|
4
|
+
export declare class RequestUrl extends BaseRequestUrl<Routing> {
|
|
5
|
+
}
|
|
6
|
+
//# sourceMappingURL=core.typed.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"core.typed.d.ts","sourceRoot":"","sources":["../../src/scopes/core.typed.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,UAAU,IAAI,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAC/E,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oCAAoC,CAAC;AAElE,eAAO,MAAM,SAAS,iDAA6B,CAAC;AACpD,qBAAa,UAAW,SAAQ,cAAc,CAAC,OAAO,CAAC;CAAG"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { Input, createAction, useRoute, defineLink, ActionErrorBoundary, useActionManager, type LinkComponent, ClickAwayListener, } from "@dreamkit/solid";
|
|
2
|
-
//# sourceMappingURL=solid.d.ts.map
|
|
2
|
+
//# sourceMappingURL=solid.base.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"solid.base.d.ts","sourceRoot":"","sources":["../../src/scopes/solid.base.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,EACL,YAAY,EACZ,QAAQ,EACR,UAAU,EACV,mBAAmB,EACnB,gBAAgB,EAChB,KAAK,aAAa,EAClB,iBAAiB,GAClB,MAAM,iBAAiB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"solid.typed.d.ts","sourceRoot":"","sources":["../../src/scopes/solid.typed.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oCAAoC,CAAC;AAElE,eAAO,MAAM,IAAI,kDAAwB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dreamkit",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.33",
|
|
4
4
|
"description": "Toolkit for building Solid/SolidStart apps.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"solid",
|
|
@@ -41,13 +41,10 @@
|
|
|
41
41
|
"lib"
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@dreamkit/
|
|
45
|
-
"@dreamkit/
|
|
46
|
-
"@dreamkit/
|
|
47
|
-
"@dreamkit/
|
|
48
|
-
"@dreamkit/node-app": "0.0.18",
|
|
49
|
-
"@dreamkit/schema": "0.0.9",
|
|
50
|
-
"@dreamkit/solid": "0.0.26"
|
|
44
|
+
"@dreamkit/core": "0.0.2",
|
|
45
|
+
"@dreamkit/node-app": "0.0.19",
|
|
46
|
+
"@dreamkit/dev": "0.0.32",
|
|
47
|
+
"@dreamkit/solid": "0.0.27"
|
|
51
48
|
},
|
|
52
49
|
"devDependencies": {
|
|
53
50
|
"@dreamkit/tsconfig": "0.0.2"
|
package/lib/scopes/common.d.ts
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export { s, type InferType, type InferObjectProps, ArrayType, type ArrayTypeItems, type MinimalArrayType, BoolType, type MinimalBoolType, NumberType, type MinimalNumberType, ObjectType, type ObjectTypeProps, type MinimalObjectType, StringType, type MinimalStringType, FileType, type FileTypeOptions, type MinimalFileType, AnyType, type AnyTypeOptions, type MinimalAnyType, MinimalType, Type, TypeAssertError, type TypeAssertErrorData, isTypeAssertError, } from "@dreamkit/schema";
|
|
2
|
-
export { context, IocContext, iocParam, IocClass, IocFunc, createIocClass, } from "@dreamkit/ioc";
|
|
3
|
-
export { App, ResponseHeaders, AppContext, RequestContext, $route, defineRoutePath, type Route, isRoute, $api, isApi, $middleware, Middleware, isMiddleware, type MiddlewareConstructor, type MiddlewareData, type MiddlewareOptions, $service, Service, isService, type ServiceConstructor, Settings, type SettingsConstructor, type SettingsData, SettingsBuilder, SettingsHandler, SettingsHandlerClass, $settings, isSettings, $session, SessionHandler, SessionHandlerClass, type SessionHandlerConstructor, ClientSessionHandler, ClientSessionSettings, $schema, } from "@dreamkit/app";
|
|
4
|
-
export { kind, kindOf, is, createKind } from "@dreamkit/kind";
|
|
5
|
-
//# sourceMappingURL=common.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../src/scopes/common.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,CAAC,EACD,KAAK,SAAS,EACd,KAAK,gBAAgB,EAErB,SAAS,EACT,KAAK,cAAc,EACnB,KAAK,gBAAgB,EAErB,QAAQ,EACR,KAAK,eAAe,EAEpB,UAAU,EACV,KAAK,iBAAiB,EAEtB,UAAU,EACV,KAAK,eAAe,EACpB,KAAK,iBAAiB,EAEtB,UAAU,EACV,KAAK,iBAAiB,EAEtB,QAAQ,EACR,KAAK,eAAe,EACpB,KAAK,eAAe,EAEpB,OAAO,EACP,KAAK,cAAc,EACnB,KAAK,cAAc,EAEnB,WAAW,EACX,IAAI,EAEJ,eAAe,EACf,KAAK,mBAAmB,EACxB,iBAAiB,GAClB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EACL,OAAO,EACP,UAAU,EACV,QAAQ,EACR,QAAQ,EACR,OAAO,EACP,cAAc,GACf,MAAM,eAAe,CAAC;AACvB,OAAO,EACL,GAAG,EACH,eAAe,EAEf,UAAU,EACV,cAAc,EAEd,MAAM,EACN,eAAe,EACf,KAAK,KAAK,EACV,OAAO,EAEP,IAAI,EACJ,KAAK,EAEL,WAAW,EACX,UAAU,EACV,YAAY,EACZ,KAAK,qBAAqB,EAC1B,KAAK,cAAc,EACnB,KAAK,iBAAiB,EAEtB,QAAQ,EACR,OAAO,EACP,SAAS,EACT,KAAK,kBAAkB,EAEvB,QAAQ,EACR,KAAK,mBAAmB,EACxB,KAAK,YAAY,EACjB,eAAe,EACf,eAAe,EACf,oBAAoB,EACpB,SAAS,EACT,UAAU,EAEV,QAAQ,EACR,cAAc,EACd,mBAAmB,EACnB,KAAK,yBAAyB,EAC9B,oBAAoB,EACpB,qBAAqB,EAErB,OAAO,GACR,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC"}
|
package/lib/scopes/common.js
DELETED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
export { s,
|
|
2
|
-
// ArrayType
|
|
3
|
-
ArrayType,
|
|
4
|
-
// BoolType
|
|
5
|
-
BoolType,
|
|
6
|
-
// NumberType
|
|
7
|
-
NumberType,
|
|
8
|
-
// ObjectType
|
|
9
|
-
ObjectType,
|
|
10
|
-
// StringType
|
|
11
|
-
StringType,
|
|
12
|
-
// FileType
|
|
13
|
-
FileType,
|
|
14
|
-
// AnyType
|
|
15
|
-
AnyType,
|
|
16
|
-
// Type
|
|
17
|
-
MinimalType, Type,
|
|
18
|
-
// validation
|
|
19
|
-
TypeAssertError, isTypeAssertError, } from "@dreamkit/schema";
|
|
20
|
-
export { context, IocContext, iocParam, IocClass, IocFunc, createIocClass, } from "@dreamkit/ioc";
|
|
21
|
-
export { App, ResponseHeaders,
|
|
22
|
-
// contexts
|
|
23
|
-
AppContext, RequestContext,
|
|
24
|
-
// route
|
|
25
|
-
$route, defineRoutePath, isRoute,
|
|
26
|
-
// api
|
|
27
|
-
$api, isApi,
|
|
28
|
-
// middleware
|
|
29
|
-
$middleware, Middleware, isMiddleware,
|
|
30
|
-
// service
|
|
31
|
-
$service, Service, isService,
|
|
32
|
-
// settings
|
|
33
|
-
Settings, SettingsBuilder, SettingsHandler, SettingsHandlerClass, $settings, isSettings,
|
|
34
|
-
// session
|
|
35
|
-
$session, SessionHandler, SessionHandlerClass, ClientSessionHandler, ClientSessionSettings,
|
|
36
|
-
// schema
|
|
37
|
-
$schema, } from "@dreamkit/app";
|
|
38
|
-
export { kind, kindOf, is, createKind } from "@dreamkit/kind";
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { RequestUrl as BaseRequestUrl } from "@dreamkit/app";
|
|
2
|
-
import type { Routing } from "dreamkit/scopes/global.override.js";
|
|
3
|
-
export declare const routePath: import("@dreamkit/app/routePath.js").RoutePathFunc<Routing>;
|
|
4
|
-
export declare class RequestUrl extends BaseRequestUrl<Routing> {
|
|
5
|
-
}
|
|
6
|
-
//# sourceMappingURL=global-common.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"global-common.d.ts","sourceRoot":"","sources":["../../src/scopes/global-common.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,UAAU,IAAI,cAAc,EAAE,MAAM,eAAe,CAAC;AAC9E,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oCAAoC,CAAC;AAElE,eAAO,MAAM,SAAS,6DAA6B,CAAC;AACpD,qBAAa,UAAW,SAAQ,cAAc,CAAC,OAAO,CAAC;CAAG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"global-solid.d.ts","sourceRoot":"","sources":["../../src/scopes/global-solid.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oCAAoC,CAAC;AAElE,eAAO,MAAM,IAAI,kDAAwB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"solid.d.ts","sourceRoot":"","sources":["../../src/scopes/solid.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,EACL,YAAY,EACZ,QAAQ,EACR,UAAU,EACV,mBAAmB,EACnB,gBAAgB,EAChB,KAAK,aAAa,EAClB,iBAAiB,GAClB,MAAM,iBAAiB,CAAC"}
|
|
File without changes
|
|
File without changes
|