|
1 | 1 | { |
2 | 2 | "name": "google-cloud", |
3 | | - "version": "0.37.0", |
| 3 | + "version": "0.38.3", |
4 | 4 | "author": "Google Inc.", |
5 | 5 | "description": "Google Cloud APIs Client Library for Node.js", |
6 | 6 | "contributors": [ |
|
35 | 35 | ], |
36 | 36 | "main": "./src/index.js", |
37 | 37 | "files": [ |
38 | | - "./src/*", |
| 38 | + "src", |
39 | 39 | "AUTHORS", |
40 | 40 | "CONTRIBUTORS", |
41 | 41 | "COPYING" |
|
94 | 94 | ], |
95 | 95 | "dependencies": { |
96 | 96 | "extend": "^3.0.0", |
97 | | - "@google-cloud/bigquery": "0.1.0", |
98 | | - "@google-cloud/bigtable": "0.1.0", |
99 | | - "@google-cloud/compute": "0.1.0", |
100 | | - "@google-cloud/datastore": "0.1.0", |
101 | | - "@google-cloud/dns": "0.1.0", |
102 | | - "@google-cloud/language": "0.1.0", |
103 | | - "@google-cloud/logging": "0.1.0", |
104 | | - "@google-cloud/prediction": "0.1.0", |
105 | | - "@google-cloud/pubsub": "0.1.0", |
106 | | - "@google-cloud/resource": "0.1.0", |
107 | | - "@google-cloud/storage": "0.1.0", |
108 | | - "@google-cloud/translate": "0.1.0", |
109 | | - "@google-cloud/vision": "0.1.0" |
| 97 | + "@google-cloud/bigquery": "^0.1.1", |
| 98 | + "@google-cloud/bigtable": "^0.1.1", |
| 99 | + "@google-cloud/compute": "^0.1.1", |
| 100 | + "@google-cloud/datastore": "^0.1.1", |
| 101 | + "@google-cloud/dns": "^0.1.1", |
| 102 | + "@google-cloud/language": "^0.1.1", |
| 103 | + "@google-cloud/logging": "^0.1.1", |
| 104 | + "@google-cloud/prediction": "^0.1.1", |
| 105 | + "@google-cloud/pubsub": "^0.1.1", |
| 106 | + "@google-cloud/resource": "^0.1.1", |
| 107 | + "@google-cloud/storage": "^0.1.1", |
| 108 | + "@google-cloud/translate": "^0.1.1", |
| 109 | + "@google-cloud/vision": "^0.1.1" |
110 | 110 | }, |
111 | 111 | "devDependencies": { |
112 | 112 | "proxyquire": "^1.7.10" |
113 | 113 | }, |
114 | 114 | "scripts": { |
115 | | - "publish": "node ../../scripts/publish.js google-cloud", |
| 115 | + "publish-module": "node ../../scripts/publish.js google-cloud", |
116 | 116 | "test": "mocha test/*.js", |
117 | 117 | "system-test": "mocha system-test/*.js --no-timeouts --bail" |
118 | 118 | }, |
|
0 commit comments