proto-tailwindcss-clrs 0.0.503 → 0.0.505

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.
@@ -8,6 +8,9 @@ on:
8
8
 
9
9
  jobs:
10
10
  publish:
11
+ permissions:
12
+ contents: read
13
+ id-token: write
11
14
  uses: eswat2/.github/.github/workflows/npm-publish-reusable.yml@main
12
15
  with:
13
16
  node-version: '22'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "proto-tailwindcss-clrs",
3
- "version": "0.0.503",
3
+ "version": "0.0.505",
4
4
  "description": "Tailwind CSS 3.x plugin that generates color classes for CSS variables.",
5
5
  "main": "index.js",
6
6
  "author": "Richard Hess <eswat2@gmail.com>",
@@ -34,5 +34,5 @@
34
34
  "tailwindcss": "3.4.17",
35
35
  "yoctocolors": "2.1.2"
36
36
  },
37
- "packageManager": "pnpm@11.6.0+sha512.9a36518224080c6fe5165afdcfe79bfa118c29be703f3f462b1e32efe1e98e47e8750b148e08286250aad4113cc7993ca413c4e2cd447752708c2ee5751bc95f"
37
+ "packageManager": "pnpm@11.8.0+sha512.c1f5e7c4cb241c8f174b743851d82f42b802324afc8b0f116b96adb15aa06664948dde36960a3ba1079ba5b4b29dd0140135b94b5b5f5263592249d68e555f26"
38
38
  }