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.
Files changed (2) hide show
  1. package/README.md +2 -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 *NOTE: (For now, you will need the latest beta version v5.1.0-beta.1)*
7
+ 1. Install the Statsig Node SDK
8
8
  ```
9
- npm install statsig-node@5.1.0-beta.1
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",
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",