|
1 | 1 | { |
2 | 2 | "name": "contentstack", |
3 | | - "version": "3.13.3", |
| 3 | + "version": "3.14.0", |
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.2", |
| 13 | + "_id": "contentstack@3.14.0", |
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 | 19 | "build:node": "webpack --config webpack/webpack.node.js", |
20 | | - "build:web": "webpack -p --config webpack/webpack.web.js", |
| 20 | + "build:web": "webpack --config webpack/webpack.web.js", |
21 | 21 | "build:react-native": "webpack --config webpack/webpack.react-native.js", |
22 | 22 | "build:native-script": "webpack --config webpack/webpack.nativescript.js", |
23 | 23 | "build": "NODE_ENV=production && npm run build:node && npm run build:web && npm run build:react-native && npm run build:native-script", |
|
54 | 54 | ], |
55 | 55 | "dist": { |
56 | 56 | "shasum": "a328ed07240476a26b31a23261355dc929e1da63", |
57 | | - "tarball": "https://registry.npmjs.org/contentstack/-/contentstack-3.13.2.tgz" |
| 57 | + "tarball": "https://registry.npmjs.org/contentstack/-/contentstack-3.14.0.tgz" |
58 | 58 | }, |
59 | 59 | "license": "MIT", |
60 | 60 | "directories": {}, |
61 | | - "_resolved": "https://registry.npmjs.org/contentstack/-/contentstack-3.13.2.tgz", |
| 61 | + "_resolved": "https://registry.npmjs.org/contentstack/-/contentstack-3.14.0.tgz", |
62 | 62 | "_npmOperationalInternal": { |
63 | 63 | "host": "packages-18-east.internal.npmjs.com", |
64 | | - "tmp": "tmp/contentstack-3.13.2.tgz_1477830884275_0.9869455888401717" |
| 64 | + "tmp": "tmp/contentstack-3.14.0.tgz_1477830884275_0.9869455888401717" |
65 | 65 | }, |
66 | 66 | "devDependencies": { |
67 | 67 | "@types/jest": "^26.0.24", |
|
73 | 73 | "babel-preset-es2016": "6.24.1", |
74 | 74 | "babel-preset-stage-1": "6.24.1", |
75 | 75 | "babel-runtime": "6.26.0", |
| 76 | + "clean-webpack-plugin": "^4.0.0", |
76 | 77 | "compression-webpack-plugin": "1.0.1", |
77 | 78 | "es3ify-loader": "0.2.0", |
78 | 79 | "fetch-mock-jest": "^1.3.0", |
79 | 80 | "http-proxy-agent": "^3.0.0", |
80 | 81 | "istanbul": "^0.4.5", |
81 | | - "jest": "^26.4.2", |
| 82 | + "jest": "^27.2.5", |
82 | 83 | "jest-html-reporters": "^2.1.6", |
83 | 84 | "jsdoc": "^3.6.7", |
84 | | - "jshint": "^2.13.0", |
85 | | - "nodemailer": "^6.6.3", |
| 85 | + "jshint": "^2.13.1", |
| 86 | + "nodemailer": "^6.6.5", |
86 | 87 | "request": "^2.88.2", |
87 | 88 | "string-replace-loader": "1.3.0", |
88 | 89 | "string-replace-webpack-plugin": "0.1.3", |
89 | 90 | "tap-html": "^1.0.1", |
90 | 91 | "tap-json": "1.0.0", |
91 | 92 | "tape": "4.8.0", |
92 | 93 | "ts-jest": "^26.5.6", |
93 | | - "typescript": "^4.3.5", |
| 94 | + "typescript": "^4.4.3", |
94 | 95 | "uglify-js": "2.8.29", |
95 | | - "webpack": "^5.44.0", |
96 | | - "webpack-cli": "^3.3.12", |
| 96 | + "webpack": "^5.56.1", |
| 97 | + "webpack-cli": "^4.9.0", |
97 | 98 | "webpack-md5-hash": "0.0.5", |
98 | 99 | "webpack-merge": "4.1.0" |
99 | 100 | }, |
100 | 101 | "dependencies": { |
101 | 102 | "@contentstack/utils": "^1.0.2", |
102 | | - "es6-promise": "4.1.1", |
| 103 | + "es6-promise": "^4.1.1", |
103 | 104 | "isomorphic-fetch": "^3.0.0", |
104 | 105 | "localStorage": "1.0.3" |
105 | 106 | } |
|
0 commit comments