Skip to content

Commit

Permalink
v2.1.2
Browse files Browse the repository at this point in the history
 - Minor codebase enhancements
 - Compatibility with `[email protected]`
 - Dependencies update
 - Docs update
  • Loading branch information
dr-dimitru committed Mar 16, 2017
1 parent 6206f05 commit 9956a32
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 46 deletions.
6 changes: 3 additions & 3 deletions .npm/package/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

74 changes: 37 additions & 37 deletions .versions
Original file line number Diff line number Diff line change
@@ -1,49 +1,49 @@
[email protected]
babel-compiler@6.9.0
[email protected].10
[email protected].9
[email protected].9
babel-compiler@6.14.1
babel-runtime@1.0.1
[email protected].10
[email protected].10
[email protected]
[email protected]
[email protected].9
[email protected].9
[email protected].3
[email protected].11
[email protected].10
[email protected].5
[email protected]
ddp-client@1.2.8
[email protected].6
ddp-server@1.2.8
ddp-client@1.3.3
[email protected].8
ddp-server@1.3.13
[email protected]
[email protected].6
ecmascript@0.5.7
[email protected].12
[email protected].12
[email protected].9
[email protected].7
ecmascript@0.6.3
[email protected].15
[email protected].13
[email protected].10
[email protected]
[email protected]
[email protected].8
[email protected].9
local-test:ostrio:[email protected].1
[email protected].14
meteor@1.2.16
[email protected].17
[email protected].5
[email protected].5
[email protected].9
[email protected].5
npm-mongo@1.4.44
[email protected].12
[email protected].8
ostrio:[email protected].1
[email protected].3
[email protected].9
[email protected].10
local-test:ostrio:[email protected].2
[email protected].17
meteor@1.6.1
[email protected].21
[email protected].9
[email protected].9
[email protected].16
[email protected].6
npm-mongo@2.2.24
[email protected].16
[email protected].9
ostrio:[email protected].2
[email protected].8
[email protected]
[email protected].10
[email protected].8
[email protected].11
[email protected].11
[email protected].9
[email protected].12
[email protected]
[email protected]
[email protected].11
tracker@1.0.14
[email protected].12
tracker@1.1.2
[email protected]
[email protected].9
[email protected].10
[email protected].10
[email protected].14
[email protected]
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2017, dr.dimitru (Dmitriy A.; Veliov Group, LLC)
Copyright (c) 2017, Dmitry A. (Veliov Group, LLC)
All rights reserved.

Redistribution and use in source and binary forms,
Expand Down
2 changes: 1 addition & 1 deletion cstorage.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ const cs = require('ClientStorage');

const ClientStorage = cs.ClientStorage;
const clientStorage = cs.clientStorage;
export { ClientStorage, clientStorage };
export { ClientStorage, clientStorage };
6 changes: 3 additions & 3 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'ostrio:cstorage',
version: '2.1.1',
version: '2.1.2',
summary: 'Bulletproof persistent Client storage, works with disabled Cookies and/or localStorage',
git: 'https://github.com/VeliovGroup/Client-Storage',
documentation: 'README.md'
Expand All @@ -21,5 +21,5 @@ Package.onTest(function(api) {
});

Npm.depends({
'ClientStorage': '2.1.1'
});
'ClientStorage': '2.1.2'
});
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ClientStorage",
"version": "2.1.1",
"version": "2.1.2",
"description": "Bulletproof persistent browser storage, works with disabled Cookies and/or localStorage",
"main": "./client-storage.js",
"scripts": {
Expand Down

0 comments on commit 9956a32

Please sign in to comment.