@hero-design/colors 7.14.1 → 7.14.2

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,16 +1,16 @@
1
- @hero-design/colors:build: cache hit, replaying output a59b1afaec6c7429
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: (!) Mixing named and default exports
10
- @hero-design/colors:build: https://rollupjs.org/guide/en/#outputexports
11
- @hero-design/colors:build: The following entry modules are using named and default exports together:
12
- @hero-design/colors:build: src/index.ts
13
- @hero-design/colors:build: 
14
- @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
15
- @hero-design/colors:build: created lib/index.js, es/index.js in 2.9s
16
- @hero-design/colors:build: $ tsc --emitDeclarationOnly
1
+ @hero-design/colors:build: cache hit, replaying output 2d90e6accdf2d5f6
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: (!) Mixing named and default exports
10
+ @hero-design/colors:build: https://rollupjs.org/guide/en/#outputexports
11
+ @hero-design/colors:build: The following entry modules are using named and default exports together:
12
+ @hero-design/colors:build: src/index.ts
13
+ @hero-design/colors:build: 
14
+ @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
15
+ @hero-design/colors:build: created lib/index.js, es/index.js in 3.2s
16
+ @hero-design/colors:build: $ tsc --emitDeclarationOnly
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hero-design/colors",
3
- "version": "7.14.1",
3
+ "version": "7.14.2",
4
4
  "license": "MIT",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",