@xube/kit-schema 0.0.99 → 0.0.100

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/base.d.ts CHANGED
@@ -17,3 +17,4 @@ export declare const BaseDataSchema: z.ZodObject<{
17
17
  }>;
18
18
  export type BaseData = z.infer<typeof BaseDataSchema>;
19
19
  export declare const isBaseData: (item: unknown) => item is BaseData;
20
+ //# sourceMappingURL=base.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../src/base.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAC;AAEtB,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;EAKzB,CAAC;AACH,MAAM,MAAM,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AACtD,eAAO,MAAM,UAAU,SAAU,OAAO,KAAG,IAAI,IAAI,QACX,CAAC"}
@@ -1 +1,2 @@
1
1
  export {};
2
+ //# sourceMappingURL=generate-open-api-schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"generate-open-api-schema.d.ts","sourceRoot":"","sources":["../src/generate-open-api-schema.ts"],"names":[],"mappings":""}
package/dist/index.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  export * from "./base";
2
2
  export * from "./time-series";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,eAAe,CAAC"}
@@ -188,3 +188,4 @@ export declare const TimeSeriesSchema: z.ZodArray<z.ZodObject<{
188
188
  }>, "many">;
189
189
  export type TimeSeries = z.infer<typeof TimeSeriesSchema>;
190
190
  export declare const timeSeriesExample: TimeSeries;
191
+ //# sourceMappingURL=time-series.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"time-series.d.ts","sourceRoot":"","sources":["../src/time-series.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,WAAW;;;;CAId,CAAC;AACX,eAAO,MAAM,gBAAgB;;;;EAA4B,CAAC;AAC1D,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAE1D,eAAO,MAAM,YAAY;;;CAGf,CAAC;AACX,eAAO,MAAM,iBAAiB;;;EAA6B,CAAC;AAC5D,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAE5D,eAAO,MAAM,QAAQ;;;;;;;CAOX,CAAC;AACX,eAAO,MAAM,cAAc;;;;;;;EAAyB,CAAC;AACrD,MAAM,MAAM,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AAEtD,eAAO,MAAM,sBAAsB,6MAKjC,CAAC;AAEH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBhC,CAAC;AACH,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAEpE,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAAiC,CAAC;AAC/D,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAE1D,eAAO,MAAM,iBAAiB,EAAE,UAyC/B,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xube/kit-schema",
3
- "version": "0.0.99",
3
+ "version": "0.0.100",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -18,12 +18,12 @@
18
18
  "homepage": "https://github.com/XubeLtd/data-logger#readme",
19
19
  "dependencies": {
20
20
  "@anatine/zod-openapi": "^2.2.0",
21
- "@xube/kit-constants": "^0.0.99",
22
- "@xube/kit-generator": "^0.0.99",
23
- "@xube/kit-log": "^0.0.99",
21
+ "@xube/kit-constants": "^0.0.100",
22
+ "@xube/kit-generator": "^0.0.100",
23
+ "@xube/kit-log": "^0.0.100",
24
24
  "zod": "^3.23.8"
25
25
  },
26
26
  "devDependencies": {
27
- "@xube/kit-build": "^0.0.99"
27
+ "@xube/kit-build": "^0.0.100"
28
28
  }
29
29
  }