ssml-builder-js 2.11.0 → 2.13.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": "ssml-builder-js",
3
- "version": "2.11.0",
3
+ "version": "2.13.0",
4
4
  "description": "SSML building utilities, a React editor, and an Azure Text-to-Speech client",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -53,7 +53,7 @@
53
53
  "node": ">=22.6.0"
54
54
  },
55
55
  "scripts": {
56
- "prebuild": "npm run build --workspaces --if-present",
56
+ "prebuild": "npm run build --workspace @ssml-builder-js/ssml-core && npm run build --workspace @ssml-builder-js/azure-tts-client && npm run build --workspace @ssml-builder-js/ssml-editor-elements && npm run build --workspace @ssml-builder-js/ssml-editor-react && npm run build --workspace playground",
57
57
  "build": "tsup",
58
58
  "check": "biome check .",
59
59
  "changeset": "changeset",
@@ -62,6 +62,7 @@
62
62
  "lint": "biome check .",
63
63
  "release": "npm run build && changeset publish && node scripts/publish-root-if-needed.js",
64
64
  "sync:voices": "node scripts/sync-azure-voices.ts",
65
+ "pretest": "npm run build --workspace @ssml-builder-js/ssml-core",
65
66
  "test": "npm run test --workspaces --if-present",
66
67
  "typecheck": "npm run typecheck --workspaces --if-present",
67
68
  "version-packages": "changeset version && node scripts/sync-root-version.js"