@yahoo/uds 3.108.0 → 3.108.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.
@@ -198,7 +198,7 @@ var package_default = {
198
198
  },
199
199
  scripts: {
200
200
  "build": "NODE_OPTIONS=\"--max-old-space-size=12288\" bun run ./scripts/build.ts",
201
- "ci:publish": "bun semantic-release -e semantic-release-monorepo",
201
+ "ci:publish": "bun semantic-release",
202
202
  "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist && rm -rf .coverage",
203
203
  "dev": "concurrently bun:dev:*",
204
204
  "dev:fixtures": "bun run ./scripts/buildFixtures.ts --watch",
@@ -197,7 +197,7 @@ var package_default = {
197
197
  },
198
198
  scripts: {
199
199
  "build": "NODE_OPTIONS=\"--max-old-space-size=12288\" bun run ./scripts/build.ts",
200
- "ci:publish": "bun semantic-release -e semantic-release-monorepo",
200
+ "ci:publish": "bun semantic-release",
201
201
  "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist && rm -rf .coverage",
202
202
  "dev": "concurrently bun:dev:*",
203
203
  "dev:fixtures": "bun run ./scripts/buildFixtures.ts --watch",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@yahoo/uds",
3
3
  "description": "Yahoo Universal System",
4
- "version": "3.108.0",
4
+ "version": "3.108.2",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.js",
@@ -200,7 +200,7 @@
200
200
  },
201
201
  "scripts": {
202
202
  "build": "NODE_OPTIONS=\"--max-old-space-size=12288\" bun run ./scripts/build.ts",
203
- "ci:publish": "bun semantic-release -e semantic-release-monorepo",
203
+ "ci:publish": "bun semantic-release",
204
204
  "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist && rm -rf .coverage",
205
205
  "dev": "concurrently bun:dev:*",
206
206
  "dev:fixtures": "bun run ./scripts/buildFixtures.ts --watch",