|
1 | 1 | { |
2 | 2 | "name": "contentstack", |
3 | | - "version": "3.13.0", |
| 3 | + "version": "3.13.1", |
4 | 4 | "description": "Contentstack Javascript SDK", |
5 | 5 | "homepage": "https://www.contentstack.com/", |
6 | 6 | "author": { |
|
10 | 10 | "main": "dist/node/contentstack.js", |
11 | 11 | "browser": "dist/web/contentstack.js", |
12 | 12 | "types": "./index.d.ts", |
13 | | - "_id": "contentstack@3.13.0", |
| 13 | + "_id": "contentstack@3.13.1", |
14 | 14 | "scripts": { |
15 | 15 | "test": "npm run test:e2e && npm run test:typescript", |
16 | 16 | "test:e2e": "istanbul cover tape test/index.js | tap-html --out ./tap-html.html", |
|
22 | 22 | "buildnativescript": "webpack --config webpack/webpack.nativescript.js", |
23 | 23 | "build": "NODE_ENV=production && npm run buildnode && npm run buildweb && npm run buildreactnative && npm run buildnativescript", |
24 | 24 | "generate-docs": "node_modules/.bin/jsdoc --configure docs-config.json --verbose", |
25 | | - "prepare": "npm run build" |
| 25 | + "prepare": "npm run build", |
| 26 | + "pretest": "npm run build" |
26 | 27 | }, |
27 | 28 | "repository": { |
28 | 29 | "type": "git", |
|
53 | 54 | ], |
54 | 55 | "dist": { |
55 | 56 | "shasum": "a328ed07240476a26b31a23261355dc929e1da63", |
56 | | - "tarball": "https://registry.npmjs.org/contentstack/-/contentstack-3.13.0.tgz" |
| 57 | + "tarball": "https://registry.npmjs.org/contentstack/-/contentstack-3.13.1.tgz" |
57 | 58 | }, |
58 | 59 | "license": "MIT", |
59 | 60 | "directories": {}, |
60 | | - "_resolved": "https://registry.npmjs.org/contentstack/-/contentstack-3.13.0.tgz", |
| 61 | + "_resolved": "https://registry.npmjs.org/contentstack/-/contentstack-3.13.1.tgz", |
61 | 62 | "_npmOperationalInternal": { |
62 | 63 | "host": "packages-18-east.internal.npmjs.com", |
63 | | - "tmp": "tmp/contentstack-3.13.0.tgz_1477830884275_0.9869455888401717" |
| 64 | + "tmp": "tmp/contentstack-3.13.1.tgz_1477830884275_0.9869455888401717" |
64 | 65 | }, |
65 | 66 | "devDependencies": { |
66 | 67 | "@types/jest": "^26.0.13", |
|
99 | 100 | "dependencies": { |
100 | 101 | "@contentstack/utils": "1.0.0", |
101 | 102 | "es6-promise": "4.1.1", |
102 | | - "localStorage": "1.0.3", |
103 | | - "node-fetch": "^2.6.1" |
| 103 | + "isomorphic-fetch": "^3.0.0", |
| 104 | + "localStorage": "1.0.3" |
104 | 105 | } |
105 | 106 | } |
0 commit comments