@yahoo/uds-v5-wip 1.6.0 → 1.7.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yahoo/uds-v5-wip",
3
- "version": "1.6.0",
3
+ "version": "1.7.0",
4
4
  "description": "Universal Design System",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -108,7 +108,7 @@
108
108
  "scripts": {
109
109
  "build": "tsdown",
110
110
  "clean": "internal-cli tools clean",
111
- "dev": "tsdown --watch",
111
+ "dev": "tsdown --watch --no-clean",
112
112
  "fix": "internal-cli tools fix",
113
113
  "lint": "internal-cli tools lint",
114
114
  "typecheck": "tsc -b"
@@ -119,8 +119,8 @@
119
119
  "@babel/traverse": "^7.29.0",
120
120
  "@babel/types": "^7.29.0",
121
121
  "@modelcontextprotocol/sdk": "^1.27.1",
122
- "@uds/cli": "npm:@yahoo/uds-v5-wip-cli@1.6.0",
123
- "@uds/types": "npm:@yahoo/uds-v5-wip-types@1.6.0",
122
+ "@uds/cli": "npm:@yahoo/uds-v5-wip-cli@1.7.0",
123
+ "@uds/types": "npm:@yahoo/uds-v5-wip-types@1.7.0",
124
124
  "clsx": "^2.1.1",
125
125
  "react-day-picker": "^9.14.0",
126
126
  "unplugin": "^3.0.0",