@yahoo/uds-v5-wip 1.0.4 → 1.0.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yahoo/uds-v5-wip",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "Universal Design System",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -111,8 +111,7 @@
111
111
  "dev": "tsdown --watch",
112
112
  "fix": "internal-cli tools fix",
113
113
  "lint": "internal-cli tools lint",
114
- "typecheck": "tsc -b",
115
- "ci:publish": "bun semantic-release"
114
+ "typecheck": "tsc -b"
116
115
  },
117
116
  "dependencies": {
118
117
  "@babel/generator": "^7.29.1",
@@ -120,8 +119,8 @@
120
119
  "@babel/traverse": "^7.29.0",
121
120
  "@babel/types": "^7.29.0",
122
121
  "@modelcontextprotocol/sdk": "^1.27.1",
123
- "@uds/cli": "0.0.1",
124
- "@uds/types": "0.1.0",
122
+ "@uds/cli": "@yahoo/uds-v5-wip-cli@*",
123
+ "@uds/types": "@yahoo/uds-v5-wip-types@*",
125
124
  "clsx": "^2.1.1",
126
125
  "react-day-picker": "^9.14.0",
127
126
  "unplugin": "^3.0.0",