@myinterview/widget-react 1.0.39 → 1.0.40-beta-5021b7a

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": "@myinterview/widget-react",
3
- "version": "1.0.39",
3
+ "version": "1.0.40-beta-5021b7a",
4
4
  "description": "myInterview widget v3",
5
5
  "module": "dist/esm/index.js",
6
6
  "files": [
@@ -81,6 +81,7 @@
81
81
  "build": "node scripts/build.js",
82
82
  "publish-prod": "REACT_APP_ENV=prod rollup -c && npm publish",
83
83
  "publish-staging": "REACT_APP_ENV=staging rollup -c && npm publish --tag beta",
84
+ "publish-experimental": "REACT_APP_ENV=staging rollup -c && npm publish --tag experimental",
84
85
  "test": "node scripts/test.js"
85
86
  },
86
87
  "eslintConfig": {