@hero-design/colors 8.2.3 → 8.3.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/.turbo/turbo-publish:npm.log +10 -0
- 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
|
+
[35m@hero-design/colors:build[0m: cache hit, replaying output [2m450aaad6b5f3f7da[0m
|
|
2
|
+
[35m@hero-design/colors:build: [0m$ yarn build:js && yarn build:types
|
|
3
|
+
[35m@hero-design/colors:build: [0m$ rollup -c
|
|
4
|
+
[35m@hero-design/colors:build: [0m[36m
|
|
5
|
+
[35m@hero-design/colors:build: [0m[1msrc/index.ts[22m → [1mlib/index.js, es/index.js[22m...[39m
|
|
6
|
+
[35m@hero-design/colors:build: [0m[1m[33m(!) Unresolved dependencies[39m[22m
|
|
7
|
+
[35m@hero-design/colors:build: [0m[90mhttps://rollupjs.org/guide/en/#warning-treating-module-as-external-dependency[39m
|
|
8
|
+
[35m@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
|
+
[35m@hero-design/colors:build: [0m[1m[33m(!) Plugin typescript: @rollup/plugin-typescript: outputToFilesystem option is defaulting to true.[39m[22m
|
|
10
|
+
[35m@hero-design/colors:build: [0m[1m[33m(!) Mixing named and default exports[39m[22m
|
|
11
|
+
[35m@hero-design/colors:build: [0m[90mhttps://rollupjs.org/guide/en/#outputexports[39m
|
|
12
|
+
[35m@hero-design/colors:build: [0m[1mThe following entry modules are using named and default exports together:[22m
|
|
13
|
+
[35m@hero-design/colors:build: [0msrc/index.ts
|
|
14
|
+
[35m@hero-design/colors:build: [0m
|
|
15
|
+
[35m@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
|
+
[35m@hero-design/colors:build: [0m[32mcreated [1mlib/index.js, es/index.js[22m in [1m3.2s[22m[39m
|
|
17
|
+
[35m@hero-design/colors:build: [0m$ tsc --emitDeclarationOnly
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
[32m@hero-design/colors:publish:npm[0m: cache hit, replaying output [2m595054fac1250fbe[0m
|
|
2
|
+
[32m@hero-design/colors:publish:npm: [0m$ yarn publish --access public
|
|
3
|
+
[32m@hero-design/colors:publish:npm: [0m[1/4] Bumping version...
|
|
4
|
+
[32m@hero-design/colors:publish:npm: [0minfo Current version: 8.3.0
|
|
5
|
+
[32m@hero-design/colors:publish:npm: [0m[2/4] Logging in...
|
|
6
|
+
[32m@hero-design/colors:publish:npm: [0m[3/4] Publishing...
|
|
7
|
+
[32m@hero-design/colors:publish:npm: [0merror Couldn't publish package: "https://registry.yarnpkg.com/@hero-design%2fcolors: Not found"
|
|
8
|
+
[32m@hero-design/colors:publish:npm: [0minfo Visit https://yarnpkg.com/en/docs/cli/publish for documentation about this command.
|
|
9
|
+
[32m@hero-design/colors:publish:npm: [0merror Command failed with exit code 1.
|
|
10
|
+
[32m@hero-design/colors:publish:npm: [0minfo Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hero-design/colors",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.3.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.3.0",
|
|
27
|
+
"prettier-config-hd": "8.3.0",
|
|
28
28
|
"rollup": "^2.70.1"
|
|
29
29
|
},
|
|
30
30
|
"prettier": "prettier-config-hd"
|