@dword-design/base 11.0.0 → 11.0.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.
@@ -52,6 +52,6 @@ export default function () {
52
52
  files: ['dist', ...(fs.existsSync('types.d.ts') ? ['types.d.ts'] : [])],
53
53
  license: 'MIT',
54
54
  ...this.config.packageConfig,
55
- scripts: (_ref = (_commandNames = commandNames, mapValues((handler, name) => this.packageConfig.name === '@dword-design/base' ? `${packageName`rimraf`} dist && babel --config-file ${packageName`@dword-design/babel-config`} --copy-files --no-copy-ignored --out-dir dist --ignore "**/*.spec.js" src && node dist/cli.js ${name}` : `base ${name}`)(_commandNames)), sortKeys(_ref))
55
+ scripts: (_ref = (_commandNames = commandNames, mapValues((handler, name) => this.packageConfig.name === '@dword-design/base' ? `rimraf dist && babel --config-file ${packageName`@dword-design/babel-config`} --copy-files --no-copy-ignored --out-dir dist --ignore "**/*.spec.js" src && node dist/cli.js ${name}` : `base ${name}`)(_commandNames)), sortKeys(_ref))
56
56
  };
57
57
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dword-design/base",
3
- "version": "11.0.0",
3
+ "version": "11.0.1",
4
4
  "description": "Base package for projects.",
5
5
  "repository": "dword-design/base",
6
6
  "funding": "https://github.com/sponsors/dword-design",