|
1 | 1 | { |
2 | 2 | "name": "@contentstack/delivery-sdk", |
3 | | - "version": "4.0.0", |
| 3 | + "version": "4.0.0-beta.1", |
4 | 4 | "type": "commonjs", |
5 | 5 | "main": "./dist/cjs/src/index.js", |
6 | 6 | "types": "./dist/types/src/index.d.ts", |
| 7 | + "publishConfig": { |
| 8 | + "tag": "beta" |
| 9 | + }, |
7 | 10 | "scripts": { |
8 | 11 | "prepack": "npm run test", |
9 | 12 | "test": "jest ./test/unit", |
10 | 13 | "test:unit": "jest ./test/unit", |
11 | 14 | "test:api": "jest ./test/api", |
12 | 15 | "lint": "eslint . -c .eslintrc.json", |
13 | 16 | "clean": "node tools/cleanup", |
14 | | - "package": "npm run build && npm pack", |
| 17 | + "package": "npm run build && npm pack", |
15 | 18 | "build": "npm run build:cjs && npm run build:esm && npm run build:umd && npm run build:types", |
16 | 19 | "build:cjs": "node tools/cleanup cjs && tsc -p config/tsconfig.cjs.json", |
17 | 20 | "build:esm": "node tools/cleanup esm && tsc -p config/tsconfig.esm.json", |
|
22 | 25 | "@contentstack/core": "^1.0.1", |
23 | 26 | "@contentstack/utils": "^1.3.1", |
24 | 27 | "@types/humps": "^2.0.6", |
25 | | - |
26 | 28 | "dotenv": "^16.3.1", |
27 | 29 | "humps": "^2.0.1" |
28 | 30 | }, |
|
0 commit comments