@diskette/palette 0.16.0 → 0.18.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/dist/index.js CHANGED
@@ -29,7 +29,7 @@ import teal from "./colors/teal.js";
29
29
  import tomato from "./colors/tomato.js";
30
30
  import violet from "./colors/violet.js";
31
31
  import yellow from "./colors/yellow.js";
32
- export const colors = [
32
+ export const colors = {
33
33
  amber,
34
34
  blue,
35
35
  bronze,
@@ -61,7 +61,8 @@ export const colors = [
61
61
  tomato,
62
62
  violet,
63
63
  yellow,
64
- ];
64
+ };
65
+ colors['amber'];
65
66
  export default colors;
66
67
  export { accentColors, grayColors } from "./types.js";
67
68
  export { css } from "./css.js";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@diskette/palette",
3
3
  "type": "module",
4
- "version": "0.16.0",
4
+ "version": "0.18.0",
5
5
  "bin": {
6
6
  "palette": "./dist/cli/cli.js"
7
7
  },
@@ -28,9 +28,7 @@
28
28
  },
29
29
  "devDependencies": {
30
30
  "@changesets/cli": "^2.29.7",
31
- "@diskette/fs": "^0.16.0",
32
31
  "@types/node": "^24.3.0",
33
- "magicast": "^0.5.1",
34
32
  "oxlint": "^1.16.0",
35
33
  "oxlint-tsgolint": "^0.2.0",
36
34
  "prettier": "^3.6.2",