dreamkit 0.0.11 → 0.0.13

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.
@@ -1,2 +1,2 @@
1
- export { $route, Link } from "@dreamkit/solid";
1
+ export { $route, Link, $serverApi } from "@dreamkit/solid";
2
2
  //# sourceMappingURL=solid.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"solid.d.ts","sourceRoot":"","sources":["../../src/adapters/solid.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAC"}
1
+ {"version":3,"file":"solid.d.ts","sourceRoot":"","sources":["../../src/adapters/solid.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC"}
@@ -1 +1 @@
1
- export { $route, Link } from "@dreamkit/solid";
1
+ export { $route, Link, $serverApi } from "@dreamkit/solid";
@@ -1,4 +1,5 @@
1
- export { s, type InferType, type InferObjectProps, ArrayType, ArrayTypeItems, MinimalArrayType, BoolType, MinimalBoolType, NumberType, MinimalNumberType, ObjectType, ObjectTypeProps, MinimalObjectType, StringType, MinimalStringType, FileType, FileTypeOptions, MinimalFileType, MinimalType, Type, } from "@dreamkit/schema";
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, } from "@dreamkit/schema";
2
2
  export { context, IocContext, iocParam, IocClass, IocFunc, createIocClass, } from "@dreamkit/ioc";
3
- export { App, $route, defineRoutePath, type Route, isRoute, Middleware, MiddlewareClass, isMiddleware, Service, ServiceClass, ServiceStop, isService, } from "@dreamkit/app";
3
+ export { App, $route, defineRoutePath, type Route, isRoute, $api, isApi, Middleware, MiddlewareClass, isMiddleware, Service, ServiceClass, ServiceStop, isService, } from "@dreamkit/app";
4
+ export { kind, kindOf, is, createKind } from "@dreamkit/kind";
4
5
  //# sourceMappingURL=common.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../src/presets/common.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,CAAC,EACD,KAAK,SAAS,EACd,KAAK,gBAAgB,EAErB,SAAS,EACT,cAAc,EACd,gBAAgB,EAEhB,QAAQ,EACR,eAAe,EAEf,UAAU,EACV,iBAAiB,EAEjB,UAAU,EACV,eAAe,EACf,iBAAiB,EAEjB,UAAU,EACV,iBAAiB,EAEjB,QAAQ,EACR,eAAe,EACf,eAAe,EAEf,WAAW,EACX,IAAI,GACL,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,EAEH,MAAM,EACN,eAAe,EACf,KAAK,KAAK,EACV,OAAO,EAEP,UAAU,EACV,eAAe,EACf,YAAY,EAEZ,OAAO,EACP,YAAY,EACZ,WAAW,EACX,SAAS,GACV,MAAM,eAAe,CAAC"}
1
+ {"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../src/presets/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,GACL,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,EAEH,MAAM,EACN,eAAe,EACf,KAAK,KAAK,EACV,OAAO,EAEP,IAAI,EACJ,KAAK,EAEL,UAAU,EACV,eAAe,EACf,YAAY,EAEZ,OAAO,EACP,YAAY,EACZ,WAAW,EACX,SAAS,GACV,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC"}
@@ -11,13 +11,18 @@ ObjectType,
11
11
  StringType,
12
12
  // FileType
13
13
  FileType,
14
+ // AnyType
15
+ AnyType,
14
16
  // Type
15
17
  MinimalType, Type, } from "@dreamkit/schema";
16
18
  export { context, IocContext, iocParam, IocClass, IocFunc, createIocClass, } from "@dreamkit/ioc";
17
19
  export { App,
18
20
  // route
19
21
  $route, defineRoutePath, isRoute,
22
+ // api
23
+ $api, isApi,
20
24
  // middleware
21
25
  Middleware, MiddlewareClass, isMiddleware,
22
26
  // service
23
27
  Service, ServiceClass, isService, } from "@dreamkit/app";
28
+ export { kind, kindOf, is, createKind } from "@dreamkit/kind";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dreamkit",
3
- "version": "0.0.11",
3
+ "version": "0.0.13",
4
4
  "description": "Toolkit for building Solid/SolidStart apps.",
5
5
  "keywords": [
6
6
  "solid",
@@ -41,11 +41,12 @@
41
41
  "lib"
42
42
  ],
43
43
  "dependencies": {
44
- "@dreamkit/app": "0.0.4",
45
- "@dreamkit/dev": "0.0.10",
44
+ "@dreamkit/app": "0.0.5",
46
45
  "@dreamkit/ioc": "0.0.1",
47
- "@dreamkit/schema": "0.0.3",
48
- "@dreamkit/solid": "0.0.6"
46
+ "@dreamkit/dev": "0.0.12",
47
+ "@dreamkit/kind": "0.0.2",
48
+ "@dreamkit/schema": "0.0.4",
49
+ "@dreamkit/solid": "0.0.7"
49
50
  },
50
51
  "devDependencies": {
51
52
  "@dreamkit/tsconfig": "0.0.1"