@hero-design/colors 7.3.2 → 7.6.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 +2 -2
- package/package.json +2 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
[32m@hero-design/colors:build[0m: cache hit, replaying output [
|
|
1
|
+
[32m@hero-design/colors:build[0m: cache hit, replaying output [2m595cd1a760af3085[0m
|
|
2
2
|
[32m@hero-design/colors:build: [0m$ yarn build:js && yarn build:types
|
|
3
3
|
[32m@hero-design/colors:build: [0m$ rollup -c
|
|
4
4
|
[32m@hero-design/colors:build: [0m[36m
|
|
5
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[32mcreated [1mlib/index.js, es/index.js[22m in [
|
|
6
|
+
[32m@hero-design/colors:build: [0m[32mcreated [1mlib/index.js, es/index.js[22m in [1m1.2s[22m[39m
|
|
7
7
|
[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": "7.
|
|
3
|
+
"version": "7.6.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": {
|