From 58201147ade47e6e78a04e44fa554953fd3fbef1 Mon Sep 17 00:00:00 2001 From: stockulus Date: Tue, 6 Sep 2016 10:19:24 +0200 Subject: [PATCH] update pouchdb to v6.0.4 --- example/package.json | 12 +++++++---- package.json | 9 ++++++--- .../pouchdb-adapter-asyncstorage/package.json | 20 +++++++++++-------- packages/pouchdb-react-native/package.json | 18 ++++++++++------- 4 files changed, 37 insertions(+), 22 deletions(-) diff --git a/example/package.json b/example/package.json index 9d7580a..29dd9c1 100644 --- a/example/package.json +++ b/example/package.json @@ -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": "stockulus@icloud.com", + "url": "https://twitter.com/stockulus" + }, + "description": "small example / test app for pouchdb-react-native", "license": "MIT", "repository": { "type": "git", @@ -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" diff --git a/package.json b/package.json index ec6e28c..f27788c 100644 --- a/package.json +++ b/package.json @@ -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": "stockulus@icloud.com", + "url": "https://twitter.com/stockulus" + }, "license": "MIT", "bugs": { "url": "https://github.com/stockulus/pouchdb-react-native/issues" @@ -40,8 +44,7 @@ "standard": { "ignore": [ "node_modules/**", - "pouchdb-original/**", - "packages/pouchdb-adapter-leveldb-core-rn/**" + "pouchdb-original/**" ] } } diff --git a/packages/pouchdb-adapter-asyncstorage/package.json b/packages/pouchdb-adapter-asyncstorage/package.json index 0ac2444..62e2145 100644 --- a/packages/pouchdb-adapter-asyncstorage/package.json +++ b/packages/pouchdb-adapter-asyncstorage/package.json @@ -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": { @@ -16,7 +16,11 @@ "scripts": { "updtr": "updtr --save-exact" }, - "author": "Christoph Stock (@stockulus)", + "author": { + "name": "Christoph Stock", + "email": "stockulus@icloud.com", + "url": "https://twitter.com/stockulus" + }, "license": "MIT", "bugs": { "url": "https://github.com/stockulus/pouchdb-react-native/issues" @@ -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": {}, diff --git a/packages/pouchdb-react-native/package.json b/packages/pouchdb-react-native/package.json index 24bb47f..8f23a6f 100644 --- a/packages/pouchdb-react-native/package.json +++ b/packages/pouchdb-react-native/package.json @@ -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": { @@ -16,18 +16,22 @@ "scripts": { "updtr": "updtr --save-exact" }, - "author": "Christoph Stock (@stockulus)", + "author": { + "name": "Christoph Stock", + "email": "stockulus@icloud.com", + "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": {},