Skip to content

Commit

Permalink
changes to work with can-connect 2 & can-observation 4 (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmcgrath13 committed Dec 29, 2017
1 parent 9087aa0 commit daf3f76
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
},
"dependencies": {
"can-observation": "^4.0.0-pre.24",
"can-util": "^3.9.0",
"can-util": "^3.10.18",
"can-zone-storage": "^1.0.0",
"feathers-authentication-popups": "^0.1.2",
"feathers-errors": "^2.7.0",
Expand All @@ -68,14 +68,14 @@
"async": "^2.1.5",
"babel-polyfill": "^6.23.0",
"can-connect": "^2.0.0-pre.16",
"can-define": "^1.2.0",
"can-fixture": "^1.1.0",
"can-define": "^2.0.0-pre.25",
"can-fixture": "^2.0.0-pre.2",
"can-fixture-socket": "^0.7.0",
"can-set": "^1.3.0",
"can-set": "^1.4.0",
"concurrently": "^3.1.0",
"detect-cyclic-packages": "^1.1.0",
"done-serve": "^1.2.0",
"donejs-cli": "^1.0.1",
"done-serve": "^2.0.0-pre.0",
"donejs-cli": "^2.0.0-pre.2",
"feathers": "^2.0.3",
"feathers-authentication-client": "^0.3.2",
"feathers-hooks": "^2.0.1",
Expand All @@ -87,10 +87,10 @@
"jshint": "^2.9.4",
"saucelabs": "^1.4.0",
"socket.io-client": "^1.7.2",
"steal": "^1.0.5",
"steal": "^1.6.2",
"steal-qunit": "^1.0.0",
"steal-socket.io": "^4.0.8",
"steal-tools": "^1.0.1",
"steal-tools": "^1.10.0",
"test-saucelabs": "0.0.1",
"testee": "^0.5.0",
"wd": "^1.1.3"
Expand Down
4 changes: 4 additions & 0 deletions session/session_tests-x-provider.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ module.exports = function runSessionTests (options) {
strategy: 'string'
});

Session.List = DefineList.extend({
'*': Session
});

Session.connection = connect(sessionBehaviors, {
feathersClient: app,
idProp: 'exp',
Expand Down

0 comments on commit daf3f76

Please sign in to comment.