|
1 | 1 | {
|
2 | 2 | "name": "js-data-http",
|
3 | 3 | "description": "HTTP (XHR) adapter for js-data in the browser.",
|
4 |
| - "version": "3.0.0-beta.7", |
| 4 | + "version": "3.0.0-beta.8", |
5 | 5 | "homepage": "https://github.com/js-data/js-data-http",
|
6 | 6 | "repository": {
|
7 | 7 | "type": "git",
|
|
68 | 68 | "build": "npm run lint && npm run bundle && npm run min && npm run min_fetch && npm run banner",
|
69 | 69 | "karma": "karma start",
|
70 | 70 | "karma_fetch": "karma start fetch/karma.conf.js",
|
71 |
| - "mocha": "mocha -t 20000 -R dot -r source-map-support/register node/mocha.start.js test/*.test.js", |
72 |
| - "cover": "istanbul cover -x node/dist/js-data-http-node-tests.js --hook-run-in-context node_modules/mocha/bin/_mocha -- -t 20000 -R dot -r source-map-support/register node/mocha.start.js test/*.test.js", |
| 71 | + "mocha": "mocha -t 20000 -R dot node/mocha.start.js test/*.test.js", |
| 72 | + "cover": "istanbul cover -x node/dist/js-data-http-node-tests.js --hook-run-in-context node_modules/mocha/bin/_mocha -- -t 20000 -R dot node/mocha.start.js test/*.test.js", |
73 | 73 | "test": "npm run build && npm run karma && npm run karma_fetch && npm run cover",
|
74 | 74 | "release": "npm test && npm run doc && repo-tools updates && repo-tools changelog && repo-tools authors"
|
75 | 75 | },
|
76 | 76 | "dependencies": {
|
77 |
| - "js-data-adapter": "0.7.3" |
| 77 | + "js-data-adapter": "0.7.4" |
78 | 78 | },
|
79 | 79 | "peerDependencies": {
|
80 |
| - "js-data": "^3.0.0-beta.6" |
| 80 | + "js-data": "^3.0.0-beta.10" |
81 | 81 | },
|
82 | 82 | "devDependencies": {
|
83 |
| - "axios": "0.11.1", |
| 83 | + "axios": "0.12.0", |
84 | 84 | "babel-plugin-syntax-async-functions": "6.8.0",
|
85 | 85 | "babel-plugin-transform-regenerator": "6.9.0",
|
86 | 86 | "babel-preset-stage-0": "6.5.0",
|
87 |
| - "istanbul": "0.4.3", |
88 |
| - "js-data-repo-tools": "0.5.2", |
89 |
| - "karma": "0.13.22", |
90 |
| - "karma-browserstack-launcher": "1.0.0", |
| 87 | + "istanbul": "0.4.4", |
| 88 | + "js-data-repo-tools": "0.5.5", |
| 89 | + "karma": "1.1.1", |
| 90 | + "karma-browserstack-launcher": "1.0.1", |
91 | 91 | "karma-chai": "0.1.0",
|
92 |
| - "karma-mocha": "1.0.1", |
93 |
| - "karma-phantomjs-launcher": "1.0.0", |
| 92 | + "karma-mocha": "1.1.1", |
| 93 | + "karma-phantomjs-launcher": "1.0.1", |
94 | 94 | "karma-sinon": "1.0.5",
|
95 | 95 | "phantomjs-prebuilt": "2.1.7",
|
96 |
| - "rollup-plugin-commonjs": "2.2.1", |
97 |
| - "rollup-plugin-replace": "1.1.0", |
98 |
| - "uglify-js": "2.6.2" |
| 96 | + "rollup-plugin-commonjs": "3.1.0", |
| 97 | + "rollup-plugin-replace": "1.1.1", |
| 98 | + "uglify-js": "2.7.0" |
99 | 99 | }
|
100 | 100 | }
|
0 commit comments