@hero-design/colors 7.2.2 → 7.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 +7 -7
- package/.turbo/turbo-build:types.log +2 -0
- package/.turbo/turbo-type-check.log +7 -0
- package/es/index.js +1 -0
- package/lib/index.js +1 -0
- package/package.json +1 -1
- package/src/index.ts +1 -0
- package/types/index.d.ts +1 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
[
|
|
2
|
-
[
|
|
3
|
-
[
|
|
4
|
-
[
|
|
5
|
-
[
|
|
6
|
-
[
|
|
7
|
-
[
|
|
1
|
+
[35m@hero-design/colors:build[0m: cache hit, replaying output [2m357aa5d64d4f19c3[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[32mcreated [1mlib/index.js, es/index.js[22m in [1m1.2s[22m[39m
|
|
7
|
+
[35m@hero-design/colors:build: [0m$ tsc --emitDeclarationOnly
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
[35m@hero-design/colors:type-check[0m: cache hit, replaying output [2me254887233451287[0m
|
|
2
|
+
[35m@hero-design/colors:type-check: [0mwarning 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
|
+
[35m@hero-design/colors:type-check: [0m$ tsc --noEmit --w
|
|
4
|
+
[35m@hero-design/colors:type-check: [0mc10:47:37 AM - Starting compilation in watch mode...
|
|
5
|
+
[35m@hero-design/colors:type-check: [0m
|
|
6
|
+
[35m@hero-design/colors:type-check: [0m
|
|
7
|
+
[35m@hero-design/colors:type-check: [0m10:47:38 AM - Found 0 errors. Watching for file changes.
|
package/es/index.js
CHANGED
package/lib/index.js
CHANGED
package/package.json
CHANGED
package/src/index.ts
CHANGED