@dword-design/base 15.5.0 → 15.5.1

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.
@@ -38,9 +38,7 @@ export default function () {
38
38
  publishConfig: {
39
39
  access: "public"
40
40
  },
41
- ...(this.config.hasTypeModule ? {
42
- type: "module"
43
- } : {}),
41
+ type: "module",
44
42
  version: this.packageConfig.version || "1.0.0",
45
43
  ...(this.config.git && {
46
44
  repository: `dword-design/${this.config.git.project}`
package/dist/index.d.ts CHANGED
@@ -53,7 +53,6 @@ type Config = {
53
53
  renovateConfig: RenovateConfig;
54
54
  isLockFileFixCommitType: boolean;
55
55
  doppler: boolean;
56
- hasTypeModule: boolean;
57
56
  };
58
57
  type PartialConfigObject<TConfig extends Config = Config> = Omit<Partial<TConfig>, 'commands'> & {
59
58
  commands?: Record<string, PartialCommandInObjectWithBase<TConfig>>;
package/dist/index.js CHANGED
@@ -179,7 +179,6 @@ class Base {
179
179
  }),
180
180
  gitignore: [],
181
181
  global: false,
182
- hasTypeModule: true,
183
182
  hasTypescriptConfigRootAlias: true,
184
183
  isLockFileFixCommitType: false,
185
184
  lint: () => {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dword-design/base",
3
- "version": "15.5.0",
3
+ "version": "15.5.1",
4
4
  "description": "Base package for projects.",
5
5
  "repository": "dword-design/base",
6
6
  "funding": "https://github.com/sponsors/dword-design",