statsig-sidecar-v2-beta 2.6.0 → 2.6.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.
- package/README.md +14 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -31,3 +31,17 @@ window.statsigSidecarConfig = {
|
|
|
31
31
|
},
|
|
32
32
|
};
|
|
33
33
|
```
|
|
34
|
+
|
|
35
|
+
Publishing:
|
|
36
|
+
|
|
37
|
+
from repo root
|
|
38
|
+
|
|
39
|
+
`npm version <level>`
|
|
40
|
+
|
|
41
|
+
Create a new PR to bump the version
|
|
42
|
+
|
|
43
|
+
After the PR has merged, from repo root
|
|
44
|
+
|
|
45
|
+
`npm publish`
|
|
46
|
+
|
|
47
|
+
This will prompt you for NPM credentials, and publish the package to https://www.npmjs.com/package/statsig-sidecar-v2-beta
|