@wscsports/blaze-web-sdk 0.34.1 → 0.34.2

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 (2) hide show
  1. package/package.json +4 -1
  2. package/publish/index.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wscsports/blaze-web-sdk",
3
- "version": "0.34.1",
3
+ "version": "0.34.2",
4
4
  "main": "publish/index",
5
5
  "types": "publish/index",
6
6
  "files": [
@@ -13,6 +13,9 @@
13
13
  "build:qa-prod": "webpack --config webpack/webpack.config.qa-prod.js && npm run build:types",
14
14
  "build:qa-dev": "webpack --config webpack/webpack.config.qa-dev.js",
15
15
  "build:prod": "webpack --config webpack/webpack.config.prod.js && npm run build:types",
16
+ "build:prod-debug": "webpack --config webpack/webpack.config.prod-debug.js && npm run build:types",
17
+ "pack:prod": "npm run build:prod && npm pack",
18
+ "pack:prod-debug": "npm run build:prod-debug && npm pack",
16
19
  "publish:latest": "npm run build:prod && npm publish --access public --tag latest",
17
20
  "publish:beta": "npm run build:prod && npm publish --access public --tag beta",
18
21
  "test:unit": "jest",