@fat-zebra/sdk 1.5.14-beta.5 → 1.5.15

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/README.dev.md +1 -1
  2. package/package.json +1 -1
package/README.dev.md CHANGED
@@ -127,7 +127,7 @@ Staging is released automatically for each branch (on push)
127
127
 
128
128
  ## Sandbox
129
129
 
130
- Sandbox deployment will trigger when pushing through a tag with beta in it.
130
+ Sandbox deployment will trigger when pushing through a tag with beta in it on the `main` branch.
131
131
 
132
132
  Running this on main will trigger sandbox deployment (as well as npm beta release):
133
133
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fat-zebra/sdk",
3
- "version": "1.5.14-beta.5",
3
+ "version": "1.5.15",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {