Skip to content

Commit

Permalink
πŸ“¦ v2.7.1
Browse files Browse the repository at this point in the history
*This is maintenance release*

- πŸ‘¨β€πŸ’» Minor codebase changes
- πŸ‘¨β€πŸ”¬ Improve test-suite
- 🀝 Compatibility with latest `[email protected]`
  • Loading branch information
dr-dimitru committed May 30, 2022
1 parent 4b9734f commit 517de57
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 33 deletions.
62 changes: 31 additions & 31 deletions .versions
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[email protected].0
babel-compiler@7.6.0
[email protected].1
babel-compiler@7.9.0
[email protected]
[email protected]
[email protected]
Expand All @@ -9,58 +9,58 @@ [email protected]
[email protected]
[email protected]
[email protected]
callback-hook@1.3.0
callback-hook@1.4.0
[email protected]
[email protected]
ddp-client@2.4.0
ddp-client@2.5.0
[email protected]
ddp-server@2.3.2
ddp-server@2.5.0
[email protected]
[email protected]
dynamic-import@0.6.0
ecmascript@0.15.0
ecmascript-runtime@0.7.0
ecmascript-runtime-client@0.11.0
ecmascript-runtime-server@0.10.0
[email protected].1
dynamic-import@0.7.2
ecmascript@0.16.2
ecmascript-runtime@0.8.0
ecmascript-runtime-client@0.12.1
ecmascript-runtime-server@0.11.0
[email protected].2
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected].0
[email protected].1
[email protected]
local-test:ostrio:[email protected].0
logging@1.2.0
meteor@1.9.3
minimongo@1.6.1
[email protected].5
modules@0.16.0
modules-runtime@0.12.0
mongo@1.10.1
[email protected].2
local-test:ostrio:[email protected].1
logging@1.3.1
meteor@1.10.0
minimongo@1.8.0
[email protected].8
modules@0.18.0
modules-runtime@0.13.0
mongo@1.15.0
[email protected].3
[email protected]
[email protected].7
npm-mongo@3.8.1
[email protected].8
npm-mongo@4.3.1
[email protected]
[email protected]
ostrio:[email protected].0
promise@0.11.2
ostrio:[email protected].1
promise@0.12.0
[email protected]
react-fast-refresh@0.1.0
react-fast-refresh@0.2.3
[email protected]
[email protected]
[email protected]
[email protected].0
socket-stream-client@0.3.1
[email protected].1
socket-stream-client@0.5.0
[email protected]
[email protected]
[email protected]
[email protected]
tinytest@1.1.0
tinytest@1.2.1
[email protected]
[email protected]
[email protected]
[email protected].1
webapp@1.10.0
[email protected].2
webapp@1.13.1
[email protected]
3 changes: 1 addition & 2 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'ostrio:cookies',
version: '2.7.0',
version: '2.7.1',
summary: 'Isomorphic bulletproof Server, Client, Browser, and Cordova cookies',
git: 'https://github.com/VeliovGroup/Meteor-Cookies',
documentation: 'README.md'
Expand All @@ -16,7 +16,6 @@ Package.onUse((api) => {

Package.onTest((api) => {
api.use('blaze-html-templates');
api.addFiles('fix-jquery-head.html');
api.use('tinytest');
api.use(['ecmascript', 'http'], ['client', 'server']);
api.use(['ejson', 'webapp'], 'server');
Expand Down

0 comments on commit 517de57

Please sign in to comment.