Skip to content

Commit

Permalink
Merge pull request #174 from AlexanderBesss/make_optional_peer_depend…
Browse files Browse the repository at this point in the history
…encies

make optional peer dependencies
  • Loading branch information
francobithead authored Jun 24, 2022
2 parents 88e2274 + e62aab2 commit ebadd0a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 10 deletions.
7 changes: 1 addition & 6 deletions deploy/node/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 22 additions & 3 deletions deploy/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "braincloud",
"version": "4.11.0",
"version": "4.11.2",
"description": " brainCloud client for NodeJS",
"main": "index.js",
"react-native": "react-native.js",
Expand Down Expand Up @@ -34,8 +34,27 @@
"crypto-js": "^4.1.1",
"form-data": "^2.3.2",
"get-user-locale": "^1.4.0",
"md5": "^2.3.0",
"xmlhttprequest": "^1.8.0"
"md5": "^2.3.0"
},
"peerDependenciesMeta": {
"@react-native-community/async-storage": {
"optional": true
},
"react-native-background-timer": {
"optional": true
},
"react-native": {
"optional": true
},
"node-localstorage": {
"optional": true
},
"ws": {
"optional": true
},
"xmlhttprequest": {
"optional": true
}
},
"homepage": "https://portal.braincloudservers.com",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion src/brainCloudClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ function BrainCloudClient() {
}


bcc.version = "4.11.0";
bcc.version = "4.11.2";
bcc.countryCode;
bcc.languageCode;

Expand Down

0 comments on commit ebadd0a

Please sign in to comment.