@akanjs/cli 0.0.107 → 0.0.108

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.
Files changed (3) hide show
  1. package/index.js +1 -1
  2. package/index.mjs +1 -1
  3. package/package.json +1 -1
package/index.js CHANGED
@@ -293,7 +293,7 @@ var import_dayjs2 = __toESM(require("dayjs"));
293
293
 
294
294
  // pkgs/@akanjs/common/isValidDate.ts
295
295
  var import_dayjs3 = __toESM(require("dayjs"));
296
- var import_customParseFormat = __toESM(require("dayjs/plugin/customParseFormat"));
296
+ var import_customParseFormat = __toESM(require("dayjs/plugin/customParseFormat.js"));
297
297
  import_dayjs3.default.extend(import_customParseFormat.default);
298
298
 
299
299
  // pkgs/@akanjs/common/randomPicks.ts
package/index.mjs CHANGED
@@ -349,7 +349,7 @@ var init_isQueryEqual = __esm({
349
349
 
350
350
  // pkgs/@akanjs/common/isValidDate.ts
351
351
  import dayjs2 from "dayjs";
352
- import customParseFormat from "dayjs/plugin/customParseFormat";
352
+ import customParseFormat from "dayjs/plugin/customParseFormat.js";
353
353
  var init_isValidDate = __esm({
354
354
  "pkgs/@akanjs/common/isValidDate.ts"() {
355
355
  init_isDayjs();
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "commonjs",
3
3
  "name": "@akanjs/cli",
4
- "version": "0.0.107",
4
+ "version": "0.0.108",
5
5
  "bin": {
6
6
  "akan": "index.js"
7
7
  },