Skip to content

Commit ac52ffb

Browse files
authored
chore(Dependencies): Set google-cloud datastore as peerDependency (#177)
BREAKING CHANGE: The @google-cloud/datastore package is not defined anymore as a dependency of gstore-node. You will need to manually install it in your project.
1 parent de5ede6 commit ac52ffb

File tree

2 files changed

+164
-235
lines changed

2 files changed

+164
-235
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
}
6060
},
6161
"dependencies": {
62-
"@google-cloud/datastore": "^3.0.0",
6362
"arrify": "^1.0.1",
6463
"dataloader": "^1.4.0",
6564
"extend": "^3.0.2",
@@ -74,6 +73,7 @@
7473
"validator": "^10.11.0"
7574
},
7675
"devDependencies": {
76+
"@google-cloud/datastore": "^4.0.0",
7777
"babel-cli": "^6.26.0",
7878
"babel-preset-es2015": "^6.24.1",
7979
"cache-manager-redis-store": "^1.5.0",
@@ -97,5 +97,8 @@
9797
"sinon": "^7.2.3",
9898
"standard-version": "^4.4.0",
9999
"yargs": "^12.0.5"
100+
},
101+
"peerDependencies": {
102+
"@google-cloud/datastore": ">= 3.0.0 < 5"
100103
}
101104
}

0 commit comments

Comments
 (0)