@hero-design/colors 8.12.0 → 8.12.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.
@@ -1,17 +1,17 @@
1
- @hero-design/colors:build: cache hit, replaying output 03abf153098708a7
2
- @hero-design/colors:build: $ yarn build:js && yarn build:types
3
- @hero-design/colors:build: $ rollup -c
4
- @hero-design/colors:build: 
5
- @hero-design/colors:build: src/index.ts → lib/index.js, es/index.js...
6
- @hero-design/colors:build: (!) Unresolved dependencies
7
- @hero-design/colors:build: https://rollupjs.org/guide/en/#warning-treating-module-as-external-dependency
8
- @hero-design/colors:build: hex-rgb (imported by ../../node_modules/parse-css-color/dist/index.esm.js, ../../node_modules/mix-css-color/node_modules/parse-css-color/dist/index.esm.js)
9
- @hero-design/colors:build: (!) Plugin typescript: @rollup/plugin-typescript: outputToFilesystem option is defaulting to true.
10
- @hero-design/colors:build: (!) Mixing named and default exports
11
- @hero-design/colors:build: https://rollupjs.org/guide/en/#outputexports
12
- @hero-design/colors:build: The following entry modules are using named and default exports together:
13
- @hero-design/colors:build: src/index.ts
14
- @hero-design/colors:build: 
15
- @hero-design/colors:build: Consumers of your bundle will have to use chunk['default'] to access their default export, which may not be what you want. Use `output.exports: 'named'` to disable this warning
16
- @hero-design/colors:build: created lib/index.js, es/index.js in 3.8s
17
- @hero-design/colors:build: $ tsc --emitDeclarationOnly
1
+ @hero-design/colors:build: cache hit, replaying output 93b40f5752a42db6
2
+ @hero-design/colors:build: $ yarn build:js && yarn build:types
3
+ @hero-design/colors:build: $ rollup -c
4
+ @hero-design/colors:build: 
5
+ @hero-design/colors:build: src/index.ts → lib/index.js, es/index.js...
6
+ @hero-design/colors:build: (!) Unresolved dependencies
7
+ @hero-design/colors:build: https://rollupjs.org/guide/en/#warning-treating-module-as-external-dependency
8
+ @hero-design/colors:build: hex-rgb (imported by ../../node_modules/parse-css-color/dist/index.esm.js, ../../node_modules/mix-css-color/node_modules/parse-css-color/dist/index.esm.js)
9
+ @hero-design/colors:build: (!) Plugin typescript: @rollup/plugin-typescript: outputToFilesystem option is defaulting to true.
10
+ @hero-design/colors:build: (!) Mixing named and default exports
11
+ @hero-design/colors:build: https://rollupjs.org/guide/en/#outputexports
12
+ @hero-design/colors:build: The following entry modules are using named and default exports together:
13
+ @hero-design/colors:build: src/index.ts
14
+ @hero-design/colors:build: 
15
+ @hero-design/colors:build: Consumers of your bundle will have to use chunk['default'] to access their default export, which may not be what you want. Use `output.exports: 'named'` to disable this warning
16
+ @hero-design/colors:build: created lib/index.js, es/index.js in 3.7s
17
+ @hero-design/colors:build: $ tsc --emitDeclarationOnly
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hero-design/colors",
3
- "version": "8.12.0",
3
+ "version": "8.12.1",
4
4
  "license": "MIT",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -23,8 +23,8 @@
23
23
  "@rollup/plugin-commonjs": "^20.0.0",
24
24
  "@rollup/plugin-node-resolve": "^13.1.3",
25
25
  "@rollup/plugin-typescript": "^8.3.1",
26
- "eslint-config-hd": "8.12.0",
27
- "prettier-config-hd": "8.12.0",
26
+ "eslint-config-hd": "8.12.1",
27
+ "prettier-config-hd": "8.12.1",
28
28
  "rollup": "^2.70.1"
29
29
  },
30
30
  "prettier": "prettier-config-hd"