We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91edf18 commit b506320Copy full SHA for b506320
package.json
@@ -50,10 +50,12 @@
50
"datastore"
51
],
52
"dependencies": {
53
- "@google-cloud/common": "^0.2.0",
+ "@google-cloud/common": "^0.4.0",
54
"arrify": "^1.0.0",
55
+ "async": "^2.0.1",
56
"concat-stream": "^1.5.0",
- "create-error-class": "^2.0.1",
57
+ "create-error-class": "^3.0.2",
58
+ "deep-strict-equal": "^0.2.0",
59
"extend": "^3.0.0",
60
"is": "^3.0.1",
61
"lodash.flatten": "^4.2.0",
@@ -63,8 +65,6 @@
63
65
"split-array-stream": "^1.0.0"
64
66
},
67
"devDependencies": {
- "async": "^1.4.2",
- "deep-strict-equal": "^0.1.0",
68
"mocha": "^3.0.1",
69
"proxyquire": "^1.7.10",
70
"through2": "^2.0.0"
0 commit comments