@sippet-ai/operator-widget 0.0.13 → 0.0.14

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.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sippet-ai/operator-widget",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "description": "Sippet AI's operator widget to enable telephony calling features in any web application.",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -20,6 +20,7 @@
20
20
  "build:kitchen-sink": "npx rimraf ./public && npm run build:cdn && npm run build:html && npm run build:react",
21
21
  "build:watch": "concurrently -k -r \"tsc --watch\" \"npx cross-env BUILD_TARGET=cdn vite build --watch\" \"npx cross-env BUILD_TARGET=html vite build --watch\"",
22
22
  "new": "plop",
23
+ "prepublishOnly": "node ./scripts/assert-sdk-version-for-publish.mjs",
23
24
  "deploy": "npm run build && npm publish",
24
25
  "format": "npm run format:eslint && npm run format:prettier",
25
26
  "format:eslint": "npx eslint --fix",
@@ -34,7 +35,7 @@
34
35
  "author": "Sippet AI",
35
36
  "license": "UNLICENSED",
36
37
  "dependencies": {
37
- "@sippet-ai/sdk-js": "workspace:*",
38
+ "@sippet-ai/sdk-js": "^0.0.5",
38
39
  "code-bubble": "^1.3.3",
39
40
  "lit": "^3.2.1",
40
41
  "lucide": "^0.562.0",