@bravophone/webphone 0.2.1 → 0.3.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": "@bravophone/webphone",
3
- "version": "0.2.1",
3
+ "version": "0.3.0",
4
4
  "description": "Webphone BRAVOPHONE embutível em qualquer página web. Renderiza uma janela flutuante arrastável com todas as funcionalidades do softphone.",
5
5
  "main": "./dist/bravophone.umd.js",
6
6
  "module": "./dist/bravophone.mjs",
@@ -31,7 +31,9 @@
31
31
  "start": "node scripts/dev-server.mjs",
32
32
  "audit:theme": "node scripts/audit-theme.mjs",
33
33
  "prepublishOnly": "npm run build && npm test",
34
- "prepare:host": "node scripts/sync-from-extension.mjs --cdn"
34
+ "prepare:host": "node scripts/sync-from-extension.mjs --cdn",
35
+ "purge": "node scripts/purge-cdn.mjs",
36
+ "postpublish": "node scripts/purge-cdn.mjs"
35
37
  },
36
38
  "keywords": [
37
39
  "webphone",