@hackler/react-sdk 11.22.3 → 11.23.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": "@hackler/react-sdk",
3
- "version": "11.22.3",
3
+ "version": "11.23.0",
4
4
  "description": "React SDK for Hackle",
5
5
  "author": {
6
6
  "name": "Hackle",
@@ -33,13 +33,14 @@
33
33
  "compile": "tsc",
34
34
  "watch": "tsc --watch",
35
35
  "publish:rc": "yarn build && npm publish --tag rc",
36
- "publish:release": "yarn build && npm publish"
36
+ "publish:release": "yarn build && npm publish",
37
+ "publish:local": "npm publish --registry=http://localhost:4873"
37
38
  },
38
39
  "bugs": {
39
40
  "url": "https://github.com/hackle-io/hackle-javascript-sdk/issues"
40
41
  },
41
42
  "dependencies": {
42
- "@hackler/javascript-sdk": "11.22.3"
43
+ "@hackler/javascript-sdk": "11.23.0"
43
44
  },
44
45
  "peerDependencies": {
45
46
  "react": ">=16.8.0"