podchat-browser 12.8.1-snapshot.3 → 12.8.1

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "podchat-browser",
3
- "version": "12.8.1-snapshot.3",
3
+ "version": "12.8.1",
4
4
  "description": "Javascript SDK to use POD's Chat Service - Browser Only",
5
5
  "main": "./dist/node/chat.js",
6
6
  "scripts": {
@@ -8,7 +8,7 @@
8
8
  "publish:snapshot": "npm run version:snapshot && npm publish --tag snapshot",
9
9
  "version:snapshot": "npm version prerelease --preid snapshot",
10
10
  "publish:release": "npm run version:release && npm publish",
11
- "version:release": "npm version 12.8.0",
11
+ "version:release": "npm version 12.8.1",
12
12
  "build:browser": "browserify -t [ babelify ] src/chat.js > dist/podchat-browser-bundle.js",
13
13
  "build:npm": "babel src -d dist/node --copy-files",
14
14
  "build": "npm run build:browser && npm run build:npm",