@yahoo/uds 2.1.2 → 2.2.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@yahoo/uds",
3
3
  "description": "Yahoo Universal System",
4
- "version": "2.1.2",
4
+ "version": "2.2.0",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "uds": "./cli/uds-cli"
@@ -123,6 +123,7 @@
123
123
  "dev:fixtures": "bun run ./scripts/buildFixtures.ts --watch",
124
124
  "dev:purgeCSSData": "bun run ./scripts/generatePurgeCSSData.ts --watch",
125
125
  "dev:ts": "tsup --watch",
126
+ "format:pkg": "cd ../../ && bun syncpack format",
126
127
  "lint": "eslint -c eslint.config.mjs .",
127
128
  "lint:fix": "bun run lint --fix",
128
129
  "lint:pkg": "bun publint",
@@ -152,6 +153,7 @@
152
153
  "prompts": "^2.4.2",
153
154
  "react-toastify": "^11.0.2",
154
155
  "semver": "^7.6.3",
156
+ "simple-update-notifier": "^2.0.0",
155
157
  "tailwind-merge": "^2.5.3",
156
158
  "ts-morph": "^25.0.0",
157
159
  "uuid": "^11.0.3"