@tamagui/cli-color 2.0.0-rc.21 → 2.0.0-rc.21-1772318403079

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,2 +1,2 @@
1
1
  $ tamagui-build
2
- built @tamagui/cli-color in 722 ms
2
+ built @tamagui/cli-color in 781 ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/cli-color",
3
- "version": "2.0.0-rc.21",
3
+ "version": "2.0.0-rc.21-1772318403079",
4
4
  "type": "module",
5
5
  "main": "dist/cjs",
6
6
  "module": "dist/esm",
@@ -27,6 +27,6 @@
27
27
  "clean:build": "tamagui-build clean:build"
28
28
  },
29
29
  "devDependencies": {
30
- "@tamagui/build": "2.0.0-rc.21"
30
+ "@tamagui/build": "2.0.0-rc.21-1772318403079"
31
31
  }
32
32
  }