@hero-design/colors 8.2.2 → 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.
@@ -1,17 +1,17 @@
1
- @hero-design/colors:build: cache hit, replaying output 7e8ec9795f7171f9
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 450aaad6b5f3f7da
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.2s
17
+ @hero-design/colors:build: $ tsc --emitDeclarationOnly
@@ -0,0 +1,10 @@
1
+ @hero-design/colors:publish:npm: cache hit, replaying output 595054fac1250fbe
2
+ @hero-design/colors:publish:npm: $ yarn publish --access public
3
+ @hero-design/colors:publish:npm: [1/4] Bumping version...
4
+ @hero-design/colors:publish:npm: info Current version: 8.3.0
5
+ @hero-design/colors:publish:npm: [2/4] Logging in...
6
+ @hero-design/colors:publish:npm: [3/4] Publishing...
7
+ @hero-design/colors:publish:npm: error Couldn't publish package: "https://registry.yarnpkg.com/@hero-design%2fcolors: Not found"
8
+ @hero-design/colors:publish:npm: info Visit https://yarnpkg.com/en/docs/cli/publish for documentation about this command.
9
+ @hero-design/colors:publish:npm: error Command failed with exit code 1.
10
+ @hero-design/colors:publish:npm: info 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.2.2",
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.2.2",
27
- "prettier-config-hd": "8.2.2",
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"