Skip to content

Commit

Permalink
update pouchdb to v6.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
stockulus committed Sep 6, 2016
1 parent d50c311 commit 5820114
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 22 deletions.
12 changes: 8 additions & 4 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"name": "example",
"version": "5.5.0-beta-2",
"author": "Christoph Stock (@stockulus)",
"description": "small example app for pouchdb-react-native",
"version": "6.1.0-beta-3",
"author": {
"name": "Christoph Stock",
"email": "[email protected]",
"url": "https://twitter.com/stockulus"
},
"description": "small example / test app for pouchdb-react-native",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -18,7 +22,7 @@
"postinstall": "npm run copy-packages"
},
"dependencies": {
"pouchdb-react-native": "5.5.0-beta-2",
"pouchdb-react-native": "6.1.0-beta-3",
"react": "15.3.1",
"react-native": "0.32.0",
"react-native-action-button": "2.0.1"
Expand Down
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@
"postinstall": "for D in ./packages/*; do cd $D; npm install; cd -; done && cd example && npm install && cd ../pouchdb-original && npm install",
"updtr": "updtr --save-exact && cd example && updtr --save-exact && cd .. && for D in ./packages/*; do echo $D; cd $D; npm run updtr; cd -; done"
},
"author": "Christoph Stock (@stockulus)",
"author": {
"name": "Christoph Stock",
"email": "[email protected]",
"url": "https://twitter.com/stockulus"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/stockulus/pouchdb-react-native/issues"
Expand All @@ -40,8 +44,7 @@
"standard": {
"ignore": [
"node_modules/**",
"pouchdb-original/**",
"packages/pouchdb-adapter-leveldb-core-rn/**"
"pouchdb-original/**"
]
}
}
20 changes: 12 additions & 8 deletions packages/pouchdb-adapter-asyncstorage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pouchdb-adapter-asyncstorage",
"version": "5.5.0-beta-2",
"version": "6.1.0-beta-3",
"description": "asyncstorage adapter for PouchDB",
"main": "./src/index.js",
"repository": {
Expand All @@ -16,7 +16,11 @@
"scripts": {
"updtr": "updtr --save-exact"
},
"author": "Christoph Stock (@stockulus)",
"author": {
"name": "Christoph Stock",
"email": "[email protected]",
"url": "https://twitter.com/stockulus"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/stockulus/pouchdb-react-native/issues"
Expand All @@ -29,12 +33,12 @@
"buffer": "4.9.1",
"events": "1.1.1",
"left-pad": "1.1.1",
"pouchdb-adapter-utils": "5.4.5",
"pouchdb-binary-utils": "5.4.5",
"pouchdb-errors": "5.4.5",
"pouchdb-md5": "5.4.5",
"pouchdb-merge": "5.4.5",
"pouchdb-utils": "5.4.5"
"pouchdb-adapter-utils": "6.0.4",
"pouchdb-binary-utils": "6.0.4",
"pouchdb-errors": "6.0.4",
"pouchdb-md5": "6.0.4",
"pouchdb-merge": "6.0.4",
"pouchdb-utils": "6.0.4"
},
"devDependencies": {},
"peerDependencies": {},
Expand Down
18 changes: 11 additions & 7 deletions packages/pouchdb-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pouchdb-react-native",
"version": "5.5.0-beta-2",
"version": "6.1.0-beta-3",
"description": "PouchDB Bundle for ReactNative",
"main": "index.js",
"repository": {
Expand All @@ -16,18 +16,22 @@
"scripts": {
"updtr": "updtr --save-exact"
},
"author": "Christoph Stock (@stockulus)",
"author": {
"name": "Christoph Stock",
"email": "[email protected]",
"url": "https://twitter.com/stockulus"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/stockulus/pouchdb-react-native/issues"
},
"homepage": "https://github.com/stockulus/pouchdb-react-native#readme",
"dependencies": {
"pouchdb-adapter-asyncstorage": "5.5.0-beta-2",
"pouchdb-adapter-http": "5.4.5",
"pouchdb-core": "5.4.5",
"pouchdb-mapreduce": "5.4.5",
"pouchdb-replication": "5.4.5"
"pouchdb-adapter-asyncstorage": "6.1.0-beta-3",
"pouchdb-adapter-http": "6.0.4",
"pouchdb-core": "6.0.4",
"pouchdb-mapreduce": "6.0.4",
"pouchdb-replication": "6.0.4"
},
"devDependencies": {},
"peerDependencies": {},
Expand Down

0 comments on commit 5820114

Please sign in to comment.