|
1 | 1 | { |
2 | 2 | "name": "contentstack", |
3 | | - "version": "3.13.1", |
| 3 | + "version": "3.13.2", |
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.1", |
| 13 | + "_id": "contentstack@3.13.2", |
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", |
17 | 17 | "test:typescript": "jest --testPathPattern=test/typescript", |
18 | 18 | "automate": "node test.js", |
19 | | - "buildnode": "webpack --config webpack/webpack.node.js", |
20 | | - "buildweb": "webpack -p --config webpack/webpack.web.js", |
21 | | - "buildreactnative": "webpack --config webpack/webpack.react-native.js", |
22 | | - "buildnativescript": "webpack --config webpack/webpack.nativescript.js", |
23 | | - "build": "NODE_ENV=production && npm run buildnode && npm run buildweb && npm run buildreactnative && npm run buildnativescript", |
| 19 | + "build:node": "webpack --config webpack/webpack.node.js", |
| 20 | + "build:web": "webpack -p --config webpack/webpack.web.js", |
| 21 | + "build:react-native": "webpack --config webpack/webpack.react-native.js", |
| 22 | + "build:native-script": "webpack --config webpack/webpack.nativescript.js", |
| 23 | + "build": "NODE_ENV=production && npm run build:node && npm run build:web && npm run build:react-native && npm run build:native-script", |
24 | 24 | "generate-docs": "node_modules/.bin/jsdoc --configure docs-config.json --verbose", |
25 | 25 | "prepare": "npm run build", |
26 | 26 | "pretest": "npm run build" |
|
54 | 54 | ], |
55 | 55 | "dist": { |
56 | 56 | "shasum": "a328ed07240476a26b31a23261355dc929e1da63", |
57 | | - "tarball": "https://registry.npmjs.org/contentstack/-/contentstack-3.13.1.tgz" |
| 57 | + "tarball": "https://registry.npmjs.org/contentstack/-/contentstack-3.13.2.tgz" |
58 | 58 | }, |
59 | 59 | "license": "MIT", |
60 | 60 | "directories": {}, |
61 | | - "_resolved": "https://registry.npmjs.org/contentstack/-/contentstack-3.13.1.tgz", |
| 61 | + "_resolved": "https://registry.npmjs.org/contentstack/-/contentstack-3.13.2.tgz", |
62 | 62 | "_npmOperationalInternal": { |
63 | 63 | "host": "packages-18-east.internal.npmjs.com", |
64 | | - "tmp": "tmp/contentstack-3.13.1.tgz_1477830884275_0.9869455888401717" |
| 64 | + "tmp": "tmp/contentstack-3.13.2.tgz_1477830884275_0.9869455888401717" |
65 | 65 | }, |
66 | 66 | "devDependencies": { |
67 | 67 | "@types/jest": "^26.0.13", |
|
80 | 80 | "istanbul": "^0.4.5", |
81 | 81 | "jest": "^26.4.2", |
82 | 82 | "jest-html-reporters": "^2.0.3", |
83 | | - "jsdoc": "^3.6.5", |
| 83 | + "jsdoc": "^3.6.7", |
84 | 84 | "jshint": "^2.12.0", |
85 | | - "nodemailer": "^4.3.1", |
| 85 | + "nodemailer": "^6.6.1", |
86 | 86 | "request": "^2.88.2", |
87 | 87 | "string-replace-loader": "1.3.0", |
88 | 88 | "string-replace-webpack-plugin": "0.1.3", |
|
98 | 98 | "webpack-merge": "4.1.0" |
99 | 99 | }, |
100 | 100 | "dependencies": { |
101 | | - "@contentstack/utils": "file:../contentstack-utils-javascript/contentstack-utils-1.0.0.tgz", |
| 101 | + "@contentstack/utils": "^1.0.1", |
102 | 102 | "es6-promise": "4.1.1", |
103 | 103 | "isomorphic-fetch": "^3.0.0", |
104 | 104 | "localStorage": "1.0.3" |
|
0 commit comments