@hero-design/colors 8.12.1 → 8.12.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,4 +1,4 @@
1
- @hero-design/colors:build: cache hit, replaying output 93b40f5752a42db6
1
+ @hero-design/colors:build: cache hit, replaying output 362f4bdfe5f4a81e
2
2
  @hero-design/colors:build: $ yarn build:js && yarn build:types
3
3
  @hero-design/colors:build: $ rollup -c
4
4
  @hero-design/colors:build: 
@@ -13,5 +13,5 @@
13
13
  @hero-design/colors:build: src/index.ts
14
14
  @hero-design/colors:build: 
15
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
16
+ @hero-design/colors:build: created lib/index.js, es/index.js in 3.3s
17
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.1",
3
+ "version": "8.12.2",
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.1",
27
- "prettier-config-hd": "8.12.1",
26
+ "eslint-config-hd": "8.12.2",
27
+ "prettier-config-hd": "8.12.2",
28
28
  "rollup": "^2.70.1"
29
29
  },
30
30
  "prettier": "prettier-config-hd"