Skip to content

Commit 77d9170

Browse files
committed
📦 v4.0.0
1 parent e957f88 commit 77d9170

File tree

3 files changed

+39
-36
lines changed

3 files changed

+39
-36
lines changed

.versions

Lines changed: 35 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,49 @@
1-
allow-deny@1.1.0
2-
babel-compiler@7.5.2
1+
allow-deny@1.1.1
2+
babel-compiler@7.9.0
33
babel-runtime@1.5.0
44
base64@1.0.12
55
binary-heap@1.0.11
6-
boilerplate-generator@1.6.0
7-
callback-hook@1.3.0
6+
boilerplate-generator@1.7.1
7+
callback-hook@1.4.0
88
check@1.3.1
99
ddp@1.4.0
10-
ddp-client@2.3.3
10+
ddp-client@2.5.0
1111
ddp-common@1.4.0
12-
ddp-server@2.3.0
12+
ddp-server@2.5.0
1313
diff-sequence@1.1.1
14-
dynamic-import@0.5.1
15-
ecmascript@0.14.2
16-
ecmascript-runtime@0.7.0
17-
ecmascript-runtime-client@0.10.0
18-
ecmascript-runtime-server@0.9.0
19-
ejson@1.1.1
14+
dynamic-import@0.7.2
15+
ecmascript@0.16.2
16+
ecmascript-runtime@0.8.0
17+
ecmascript-runtime-client@0.12.1
18+
ecmascript-runtime-server@0.11.0
19+
ejson@1.1.2
2020
fetch@0.1.1
2121
geojson-utils@1.0.10
22-
id-map@1.1.0
23-
inter-process-messaging@0.1.0
24-
local-test:ostrio:cstorage@3.0.1
25-
logging@1.1.20
26-
meteor@1.9.3
27-
minimongo@1.4.5
28-
modern-browsers@0.1.4
29-
modules@0.15.0
30-
modules-runtime@0.12.0
31-
mongo@1.8.0
32-
mongo-decimal@0.1.1
22+
id-map@1.1.1
23+
inter-process-messaging@0.1.1
24+
local-test:ostrio:cstorage@4.0.0
25+
logging@1.3.1
26+
meteor@1.10.0
27+
minimongo@1.8.0
28+
modern-browsers@0.1.8
29+
modules@0.18.0
30+
modules-runtime@0.13.0
31+
mongo@1.15.0
32+
mongo-decimal@0.1.3
3333
mongo-dev-server@1.1.0
34-
mongo-id@1.0.7
35-
npm-mongo@3.3.0
34+
mongo-id@1.0.8
35+
npm-mongo@4.3.1
3636
ordered-dict@1.1.0
37-
ostrio:cstorage@3.0.1
38-
promise@0.11.2
39-
random@1.1.0
40-
reload@1.3.0
37+
ostrio:cstorage@4.0.0
38+
promise@0.12.0
39+
random@1.2.0
40+
react-fast-refresh@0.2.3
41+
reload@1.3.1
4142
retry@1.1.0
42-
routepolicy@1.1.0
43-
socket-stream-client@0.2.2
44-
tinytest@1.1.0
43+
routepolicy@1.1.1
44+
socket-stream-client@0.5.0
45+
tinytest@1.2.1
4546
tracker@1.2.0
4647
underscore@1.0.10
47-
webapp@1.8.0
48-
webapp-hashing@1.0.9
48+
webapp@1.13.1
49+
webapp-hashing@1.1.0

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
name: 'ostrio:cstorage',
3-
version: '3.0.1',
3+
version: '4.0.0',
44
summary: 'Bulletproof persistent Client (Browser) storage, works with disabled Cookies and/or localStorage',
55
git: 'https://github.com/VeliovGroup/Client-Storage',
66
documentation: 'README.md'

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ClientStorage",
3-
"version": "3.0.1",
3+
"version": "4.0.0",
44
"description": "Bulletproof persistent browser storage, works with disabled Cookies and/or localStorage",
55
"main": "./client-storage.js",
66
"scripts": {
@@ -14,6 +14,7 @@
1414
"storage",
1515
"localStorage",
1616
"local storage",
17+
"cookie",
1718
"cookies",
1819
"disabled cookies",
1920
"client",
@@ -28,6 +29,7 @@
2829
"storage",
2930
"localStorage",
3031
"local storage",
32+
"cookie",
3133
"cookies",
3234
"disabled cookies",
3335
"client",

0 commit comments

Comments
 (0)