effector-storage 6.1.0 → 6.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +29 -29
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "effector-storage",
|
|
3
3
|
"description": "Module for Effector to sync stores with different storages",
|
|
4
|
-
"version": "6.1.
|
|
4
|
+
"version": "6.1.1",
|
|
5
5
|
"author": "Victor Didenko <yumaa.verdin@gmail.com> (https://yumaa.name)",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
@@ -37,87 +37,87 @@
|
|
|
37
37
|
"exports": {
|
|
38
38
|
"./package.json": "./package.json",
|
|
39
39
|
".": {
|
|
40
|
+
"types": "./index.d.ts",
|
|
40
41
|
"require": "./index.cjs",
|
|
41
|
-
"import": "./index.js"
|
|
42
|
-
"types": "./index.d.ts"
|
|
42
|
+
"import": "./index.js"
|
|
43
43
|
},
|
|
44
44
|
"./core/package.json": "./core/package.json",
|
|
45
45
|
"./core": {
|
|
46
|
+
"types": "./core/index.d.ts",
|
|
46
47
|
"require": "./core/index.cjs",
|
|
47
|
-
"import": "./core/index.js"
|
|
48
|
-
"types": "./core/index.d.ts"
|
|
48
|
+
"import": "./core/index.js"
|
|
49
49
|
},
|
|
50
50
|
"./tools/package.json": "./tools/package.json",
|
|
51
51
|
"./tools": {
|
|
52
|
+
"types": "./tools/index.d.ts",
|
|
52
53
|
"require": "./tools/index.cjs",
|
|
53
|
-
"import": "./tools/index.js"
|
|
54
|
-
"types": "./tools/index.d.ts"
|
|
54
|
+
"import": "./tools/index.js"
|
|
55
55
|
},
|
|
56
56
|
"./nil/package.json": "./nil/package.json",
|
|
57
57
|
"./nil": {
|
|
58
|
+
"types": "./nil/index.d.ts",
|
|
58
59
|
"require": "./nil/index.cjs",
|
|
59
|
-
"import": "./nil/index.js"
|
|
60
|
-
"types": "./nil/index.d.ts"
|
|
60
|
+
"import": "./nil/index.js"
|
|
61
61
|
},
|
|
62
62
|
"./log/package.json": "./log/package.json",
|
|
63
63
|
"./log": {
|
|
64
|
+
"types": "./log/index.d.ts",
|
|
64
65
|
"require": "./log/index.cjs",
|
|
65
|
-
"import": "./log/index.js"
|
|
66
|
-
"types": "./log/index.d.ts"
|
|
66
|
+
"import": "./log/index.js"
|
|
67
67
|
},
|
|
68
68
|
"./local/package.json": "./local/package.json",
|
|
69
69
|
"./local": {
|
|
70
|
+
"types": "./local/index.d.ts",
|
|
70
71
|
"require": "./local/index.cjs",
|
|
71
|
-
"import": "./local/index.js"
|
|
72
|
-
"types": "./local/index.d.ts"
|
|
72
|
+
"import": "./local/index.js"
|
|
73
73
|
},
|
|
74
74
|
"./session/package.json": "./session/package.json",
|
|
75
75
|
"./session": {
|
|
76
|
+
"types": "./session/index.d.ts",
|
|
76
77
|
"require": "./session/index.cjs",
|
|
77
|
-
"import": "./session/index.js"
|
|
78
|
-
"types": "./session/index.d.ts"
|
|
78
|
+
"import": "./session/index.js"
|
|
79
79
|
},
|
|
80
80
|
"./storage/package.json": "./storage/package.json",
|
|
81
81
|
"./storage": {
|
|
82
|
+
"types": "./storage/index.d.ts",
|
|
82
83
|
"require": "./storage/index.cjs",
|
|
83
|
-
"import": "./storage/index.js"
|
|
84
|
-
"types": "./storage/index.d.ts"
|
|
84
|
+
"import": "./storage/index.js"
|
|
85
85
|
},
|
|
86
86
|
"./query/package.json": "./query/package.json",
|
|
87
87
|
"./query": {
|
|
88
|
+
"types": "./query/index.d.ts",
|
|
88
89
|
"require": "./query/index.cjs",
|
|
89
|
-
"import": "./query/index.js"
|
|
90
|
-
"types": "./query/index.d.ts"
|
|
90
|
+
"import": "./query/index.js"
|
|
91
91
|
},
|
|
92
92
|
"./memory/package.json": "./memory/package.json",
|
|
93
93
|
"./memory": {
|
|
94
|
+
"types": "./memory/index.d.ts",
|
|
94
95
|
"require": "./memory/index.cjs",
|
|
95
|
-
"import": "./memory/index.js"
|
|
96
|
-
"types": "./memory/index.d.ts"
|
|
96
|
+
"import": "./memory/index.js"
|
|
97
97
|
},
|
|
98
98
|
"./async-storage/package.json": "./async-storage/package.json",
|
|
99
99
|
"./async-storage": {
|
|
100
|
+
"types": "./async-storage/index.d.ts",
|
|
100
101
|
"require": "./async-storage/index.cjs",
|
|
101
|
-
"import": "./async-storage/index.js"
|
|
102
|
-
"types": "./async-storage/index.d.ts"
|
|
102
|
+
"import": "./async-storage/index.js"
|
|
103
103
|
},
|
|
104
104
|
"./broadcast/package.json": "./broadcast/package.json",
|
|
105
105
|
"./broadcast": {
|
|
106
|
+
"types": "./broadcast/index.d.ts",
|
|
106
107
|
"require": "./broadcast/index.cjs",
|
|
107
|
-
"import": "./broadcast/index.js"
|
|
108
|
-
"types": "./broadcast/index.d.ts"
|
|
108
|
+
"import": "./broadcast/index.js"
|
|
109
109
|
},
|
|
110
110
|
"./rn/async/package.json": "./rn/async/package.json",
|
|
111
111
|
"./rn/async": {
|
|
112
|
+
"types": "./rn/async/index.d.ts",
|
|
112
113
|
"require": "./rn/async/index.cjs",
|
|
113
|
-
"import": "./rn/async/index.js"
|
|
114
|
-
"types": "./rn/async/index.d.ts"
|
|
114
|
+
"import": "./rn/async/index.js"
|
|
115
115
|
},
|
|
116
116
|
"./rn/encrypted/package.json": "./rn/encrypted/package.json",
|
|
117
117
|
"./rn/encrypted": {
|
|
118
|
+
"types": "./rn/encrypted/index.d.ts",
|
|
118
119
|
"require": "./rn/encrypted/index.cjs",
|
|
119
|
-
"import": "./rn/encrypted/index.js"
|
|
120
|
-
"types": "./rn/encrypted/index.d.ts"
|
|
120
|
+
"import": "./rn/encrypted/index.js"
|
|
121
121
|
}
|
|
122
122
|
}
|
|
123
123
|
}
|