statsig-node-vercel 0.0.3 → 0.0.4-beta.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/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
A first party Edge Config integration with the [Statsig server-side Node.js SDK](https://github.com/statsig-io/node-js-server-sdk).
|
|
5
5
|
|
|
6
6
|
## Quick Setup
|
|
7
|
-
1. Install the Statsig Node SDK
|
|
7
|
+
1. Install the Statsig Node SDK
|
|
8
8
|
```
|
|
9
|
-
npm install statsig-node@5.
|
|
9
|
+
npm install statsig-node@5.3.0
|
|
10
10
|
```
|
|
11
11
|
2. Install this package
|
|
12
12
|
```
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "statsig-node-vercel",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4-beta.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"prepare": "rm -rf dist/ && tsc",
|
|
8
8
|
"test": "npm run prepare && EDGE_CONFIG=\"https://edge-config.vercel.com/ecfg_123?token=123\" pnpm jest"
|
|
9
9
|
},
|
|
10
|
-
"types": "./index.d.ts",
|
|
10
|
+
"types": "./dist/index.d.ts",
|
|
11
11
|
"keywords": [],
|
|
12
12
|
"author": "",
|
|
13
13
|
"license": "ISC",
|