@hanzogui/colors 8.0.0 → 8.0.1

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
  $ hanzogui-build
2
- built @hanzogui/colors in 2690 ms
2
+ built @hanzogui/colors in 1732 ms
@@ -0,0 +1,6 @@
1
+ {
2
+ "name": "@hanzogui/colors-legacy-shim",
3
+ "private": true,
4
+ "//": "Not a real package — it exists ONLY to scope \"type\" for this directory. The parent is \"type\": \"module\", which makes the bare .js CommonJS compat shims here (for metro, which ignores exports maps) parse as ES modules and throw \"require is not defined in ES module scope\"; esbuild-register hit the same wall and broke the theme generator. name/private are required because the root workspace glob (./pkgs/**/*) matches this directory.",
5
+ "type": "commonjs"
6
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanzogui/colors",
3
- "version": "8.0.0",
3
+ "version": "8.0.1",
4
4
  "gitHead": "a49cc7ea6b93ba384e77a4880ae48ac4a5635c14",
5
5
  "source": "src/index.ts",
6
6
  "type": "module",