Skip to content

Commit

Permalink
v2.2.4
Browse files Browse the repository at this point in the history
 - Regular update
 - Compatibility with `[email protected]`
 - Dependencies update
 - Minor auto-tests update
  • Loading branch information
dr-dimitru committed Nov 9, 2017
1 parent 48487c2 commit cdc9749
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 27 deletions.
52 changes: 26 additions & 26 deletions .versions
Original file line number Diff line number Diff line change
@@ -1,43 +1,43 @@
allow-deny@1.0.9
babel-compiler@6.20.0
babel-runtime@1.0.1
allow-deny@1.1.0
babel-compiler@6.24.7
babel-runtime@1.1.1
[email protected]
[email protected]
boilerplate-generator@1.2.0
boilerplate-generator@1.3.0
[email protected]
[email protected]
ddp@1.3.1
ddp-client@2.1.3
ddp-common@1.2.9
ddp-server@2.0.2
ddp@1.4.0
ddp-client@2.2.0
ddp-common@1.3.0
ddp-server@2.1.0
[email protected]
ecmascript@0.8.3
ecmascript-runtime@0.4.1
ecmascript-runtime-client@0.4.3
ecmascript-runtime-server@0.4.1
ejson@1.0.14
ecmascript@0.9.0
ecmascript-runtime@0.5.0
ecmascript-runtime-client@0.5.0
ecmascript-runtime-server@0.5.0
ejson@1.1.0
[email protected]
http@1.2.12
http@1.3.0
[email protected]
local-test:ostrio:[email protected].3
[email protected].17
meteor@1.7.2
minimongo@1.3.2
modules@0.10.0
modules-runtime@0.8.0
mongo@1.2.2
mongo-dev-server@1.0.1
local-test:ostrio:[email protected].4
[email protected].19
meteor@1.8.0
minimongo@1.4.0
modules@0.11.0
modules-runtime@0.9.0
mongo@1.3.0
mongo-dev-server@1.1.0
[email protected]
[email protected].30
[email protected].33
[email protected]
ostrio:[email protected].3
promise@0.9.0
ostrio:[email protected].4
promise@0.10.0
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
webapp@1.3.19
webapp@1.4.0
[email protected]
8 changes: 8 additions & 0 deletions cookies-tests.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
import { EJSON } from 'meteor/ejson';
import { Meteor } from 'meteor/meteor';
import { Cookies } from 'meteor/ostrio:cookies';

let WebApp;

if (Meteor.isServer) {
WebApp = require('meteor/webapp').WebApp;
}

if(Meteor.isClient){
const cookies = new Cookies();

Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'ostrio:cookies',
version: '2.2.3',
version: '2.2.4',
summary: 'Isomorphic bulletproof Server and Client cookie functions',
git: 'https://github.com/VeliovGroup/Meteor-Cookies',
documentation: 'README.md'
Expand Down

0 comments on commit cdc9749

Please sign in to comment.