@fncts/base 0.0.30 → 0.0.31

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.
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=definition.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"definition.cjs","names":[],"sources":["../../../_src/data/Date/definition.ts"],"sourcesContent":[null],"mappings":""}
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ var _definition = /*#__PURE__*/require("./Date/definition.cjs");
7
+ Object.keys(_definition).forEach(function (key) {
8
+ if (key === "default" || key === "__esModule") return;
9
+ if (key in exports && exports[key] === _definition[key]) return;
10
+ Object.defineProperty(exports, key, {
11
+ enumerable: true,
12
+ get: function () {
13
+ return _definition[key];
14
+ }
15
+ });
16
+ });
17
+ //# sourceMappingURL=Date.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Date.cjs","names":["_definition","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get"],"sources":["../../_src/data/Date.ts"],"sourcesContent":[null],"mappings":";;;;;AACA,IAAAA,WAAA,gBAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,WAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,WAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,WAAA,CAAAK,GAAA;IAAA;EAAA;AAAA"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=definition.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"definition.mjs","names":[],"sources":["../../../_src/data/Date/definition.ts"],"sourcesContent":[null],"mappings":""}
@@ -0,0 +1,3 @@
1
+ // codegen:start { preset: barrel, include: ./Date/*.ts }
2
+ export * from "./Date/definition.mjs";
3
+ //# sourceMappingURL=Date.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Date.mjs","names":[],"sources":["../../_src/data/Date.ts"],"sourcesContent":[null],"mappings":"AAAA;AACA,cAAc,uBAAsB"}
@@ -0,0 +1,6 @@
1
+ declare global {
2
+ /** @tsplus type fncts.Date */
3
+ interface Date {}
4
+ /** @tsplus type fncts.DateOps */
5
+ interface DateConstructor {}
6
+ }
@@ -0,0 +1,3 @@
1
+ // codegen:start { preset: barrel, include: ./Date/*.ts }
2
+ export * from "./Date/definition.js";
3
+ // codegen:end
package/_src/data.ts CHANGED
@@ -6,6 +6,7 @@ export type {} from "./data/Byte.js";
6
6
  export type {} from "./data/CaseClass.js";
7
7
  export type {} from "./data/Cause.js";
8
8
  export type {} from "./data/Const.js";
9
+ export type {} from "./data/Date.js";
9
10
  export type {} from "./data/DatumEither.js";
10
11
  export type {} from "./data/DecodeError.js";
11
12
  export type {} from "./data/Decoder.js";
@@ -0,0 +1,9 @@
1
+ declare global {
2
+ /** @tsplus type fncts.Date */
3
+ interface Date {
4
+ }
5
+ /** @tsplus type fncts.DateOps */
6
+ interface DateConstructor {
7
+ }
8
+ }
9
+ export {};
package/data/Date.d.ts ADDED
@@ -0,0 +1 @@
1
+ export * from "./Date/definition.js";
package/data.d.ts CHANGED
@@ -5,6 +5,7 @@ export type {} from "./data/Byte.js";
5
5
  export type {} from "./data/CaseClass.js";
6
6
  export type {} from "./data/Cause.js";
7
7
  export type {} from "./data/Const.js";
8
+ export type {} from "./data/Date.js";
8
9
  export type {} from "./data/DatumEither.js";
9
10
  export type {} from "./data/DecodeError.js";
10
11
  export type {} from "./data/Decoder.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fncts/base",
3
- "version": "0.0.30",
3
+ "version": "0.0.31",
4
4
  "dependencies": {
5
5
  "@fncts/typelevel": "0.0.15",
6
6
  "uuid": "^9.0.0"