@akanjs/base 0.0.108 → 0.0.110

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@akanjs/base",
3
- "version": "0.0.108",
4
- "type": "module",
3
+ "version": "0.0.110",
4
+ "type": "commonjs",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -20,7 +20,7 @@
20
20
  "exports": {
21
21
  ".": {
22
22
  "require": "./index.cjs",
23
- "import": "./index.js"
23
+ "import": "./index.mjs"
24
24
  }
25
25
  },
26
26
  "esbuild": {
package/src/scalar.cjs CHANGED
@@ -49,7 +49,7 @@ __export(scalar_exports, {
49
49
  scalarSet: () => scalarSet
50
50
  });
51
51
  module.exports = __toCommonJS(scalar_exports);
52
- var import_dayjs = __toESM(require("dayjs"), 1);
52
+ var import_dayjs = __toESM(require("dayjs"));
53
53
  const dayjs = import_dayjs.default;
54
54
  class BaseObject {
55
55
  id;
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes