tokenui.sh 1.0.1 → 1.0.2

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -7153,7 +7153,7 @@ function printHelp() {
7153
7153
  }
7154
7154
 
7155
7155
  // src/utils/version.ts
7156
- var VERSION = "1.0.0";
7156
+ var VERSION = "1.0.1";
7157
7157
  function getVersion() {
7158
7158
  return VERSION;
7159
7159
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tokenui.sh",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "CLI for installing design system skills to coding agents (Claude, Cursor, etc.)",
5
5
  "type": "module",
6
6
  "bin": {