git ssb

1+

dinoworm ๐Ÿ› / catstack



Commit 746fc4a617b5f0a2da52acb01a26fa30f7bb790f

upgrade feathers

Michael Williams committed on 2/13/2016, 2:42:45 AM
Parent: 8fe2bd22a8664bb22187026d6148e338796f10db

Files changed

app/client.jschanged
package.jsonchanged
app/client.jsView
@@ -1,11 +1,12 @@
1-import Client from 'feathers-client'
1+import Client from 'feathers/client'
2+import Rest from 'feathers-rest/client'
23 import fetch from 'isomorphic-fetch'
34 import Url from 'url'
45
56 import config from 'app/config'
67
78 const apiUrl = Url.format(config.api.url)
8-const client = Client(apiUrl)
9- .configure(Client.fetch(fetch))
9+const client = Client()
10+ .configure(Rest(apiUrl).fetch(fetch))
1011
1112 export default client
package.jsonView
@@ -111,12 +111,12 @@
111111 "envify": "^3.4.0",
112112 "evalify": "github:ahdinosaur/evalify#minimatch",
113113 "feathers": "^2.0.0-pre.4",
114114 "feathers-action": "^1.0.2",
115- "feathers-client": "^0.5.1",
116- "feathers-hooks": "^0.6.0",
117- "feathers-knex": "^2.0.0",
118- "feathers-rest": "^1.1.0",
115+ "feathers-authentication": "^0.2.2",
116+ "feathers-hooks": "^1.0.0-pre.4",
117+ "feathers-knex": "^2.1.0",
118+ "feathers-rest": "^1.2.2",
119119 "feathers-tcomb": "^1.0.0",
120120 "isomorphic-fetch": "^2.2.1",
121121 "knex": "^0.9.0",
122122 "lnfs-cli": "^1.0.1",

Built with git-ssb-web