@webex/calling 3.12.0-next.15 → 3.12.0-next.16

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 +1 -3
package/package.json CHANGED
@@ -34,8 +34,6 @@
34
34
  "build:docs": "typedoc --out ../../docs/calling",
35
35
  "docs": "typedoc --emit none",
36
36
  "test:e2e": "npx playwright test --config=playwright.config.ts",
37
- "test:e2e:prod": "npx playwright test --config=playwright.config.ts --project='Calling SDK E2E - PROD'",
38
- "test:e2e:int": "npx playwright test --config=playwright.config.ts --project='Calling SDK E2E - INT'",
39
37
  "deploy:npm": "yarn npm publish"
40
38
  },
41
39
  "dependencies": {
@@ -135,5 +133,5 @@
135
133
  "staticpath": "docs",
136
134
  "noprompt": true
137
135
  },
138
- "version": "3.12.0-next.15"
136
+ "version": "3.12.0-next.16"
139
137
  }