@hero-design/colors 8.23.0 → 8.24.0
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/.turbo/turbo-build.log +17 -17
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
[
|
|
2
|
-
[
|
|
3
|
-
[
|
|
4
|
-
[
|
|
5
|
-
[
|
|
6
|
-
[
|
|
7
|
-
[
|
|
8
|
-
[
|
|
9
|
-
[
|
|
10
|
-
[
|
|
11
|
-
[
|
|
12
|
-
[
|
|
13
|
-
[
|
|
14
|
-
[
|
|
15
|
-
[
|
|
16
|
-
[
|
|
17
|
-
[
|
|
1
|
+
[32m@hero-design/colors:build[0m: cache hit, replaying output [2m759d0a2a8ce7f82f[0m
|
|
2
|
+
[32m@hero-design/colors:build: [0m$ yarn build:js && yarn build:types
|
|
3
|
+
[32m@hero-design/colors:build: [0m$ rollup -c
|
|
4
|
+
[32m@hero-design/colors:build: [0m[36m
|
|
5
|
+
[32m@hero-design/colors:build: [0m[1msrc/index.ts[22m → [1mlib/index.js, es/index.js[22m...[39m
|
|
6
|
+
[32m@hero-design/colors:build: [0m[1m[33m(!) Unresolved dependencies[39m[22m
|
|
7
|
+
[32m@hero-design/colors:build: [0m[90mhttps://rollupjs.org/guide/en/#warning-treating-module-as-external-dependency[39m
|
|
8
|
+
[32m@hero-design/colors:build: [0m[1mhex-rgb[22m (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
|
+
[32m@hero-design/colors:build: [0m[1m[33m(!) Plugin typescript: @rollup/plugin-typescript: outputToFilesystem option is defaulting to true.[39m[22m
|
|
10
|
+
[32m@hero-design/colors:build: [0m[1m[33m(!) Mixing named and default exports[39m[22m
|
|
11
|
+
[32m@hero-design/colors:build: [0m[90mhttps://rollupjs.org/guide/en/#outputexports[39m
|
|
12
|
+
[32m@hero-design/colors:build: [0m[1mThe following entry modules are using named and default exports together:[22m
|
|
13
|
+
[32m@hero-design/colors:build: [0msrc/index.ts
|
|
14
|
+
[32m@hero-design/colors:build: [0m
|
|
15
|
+
[32m@hero-design/colors:build: [0mConsumers 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
|
+
[32m@hero-design/colors:build: [0m[32mcreated [1mlib/index.js, es/index.js[22m in [1m3.1s[22m[39m
|
|
17
|
+
[32m@hero-design/colors:build: [0m$ tsc --emitDeclarationOnly
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hero-design/colors",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.24.0",
|
|
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.
|
|
27
|
-
"prettier-config-hd": "8.
|
|
26
|
+
"eslint-config-hd": "8.24.0",
|
|
27
|
+
"prettier-config-hd": "8.24.0",
|
|
28
28
|
"rollup": "^2.70.1"
|
|
29
29
|
},
|
|
30
30
|
"prettier": "prettier-config-hd"
|