@hero-design/colors 7.3.1 → 7.5.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,7 +1,7 @@
1
- @hero-design/colors:build: cache hit, replaying output 71dd002b60cd372e
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: created lib/index.js, es/index.js in 1.2s
7
- @hero-design/colors:build: $ tsc --emitDeclarationOnly
1
+ @hero-design/colors:build: cache hit, replaying output 41dffb90e33528b7
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: created lib/index.js, es/index.js in 1.1s
7
+ @hero-design/colors:build: $ tsc --emitDeclarationOnly
package/es/index.js CHANGED
File without changes
package/lib/index.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hero-design/colors",
3
- "version": "7.3.1",
3
+ "version": "7.5.0",
4
4
  "license": "MIT",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -12,6 +12,7 @@
12
12
  "build:js": "rollup -c",
13
13
  "build:types": "tsc --emitDeclarationOnly",
14
14
  "build": "yarn build:js && yarn build:types",
15
+ "build:watch": "yarn build:js -w & yarn build:types -w",
15
16
  "publish:npm": "yarn publish --access public"
16
17
  },
17
18
  "devDependencies": {
package/types/index.d.ts CHANGED
File without changes
@@ -1,2 +0,0 @@
1
- @hero-design/colors:build:types: cache hit, replaying output bf9ee74c0da7ec77
2
- @hero-design/colors:build:types: $ tsc --emitDeclarationOnly
@@ -1,7 +0,0 @@
1
- @hero-design/colors:type-check: cache hit, replaying output e254887233451287
2
- @hero-design/colors:type-check: warning From Yarn 1.0 onwards, scripts don't require "--" for options to be forwarded. In a future version, any explicit "--" will be forwarded as-is to the scripts.
3
- @hero-design/colors:type-check: $ tsc --noEmit --w
4
- @hero-design/colors:type-check: c10:47:37 AM - Starting compilation in watch mode...
5
- @hero-design/colors:type-check: 
6
- @hero-design/colors:type-check: 
7
- @hero-design/colors:type-check: 10:47:38 AM - Found 0 errors. Watching for file changes.