@luvio/environments 0.63.0 → 0.63.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.
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@luvio/engine')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define(['exports', '@luvio/engine'], factory) :
|
|
4
|
-
(global = global || self, factory(global.luvioEnvironments = {}, global.luvioEngine));
|
|
5
|
-
}(this, (function (exports, engine) { 'use strict';
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.luvioEnvironments = {}, global.luvioEngine));
|
|
5
|
+
})(this, (function (exports, engine) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function isDeprecatedDurableStoreEntry(durableRecord) {
|
|
8
8
|
if (durableRecord.expiration !== undefined) {
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
// Add more deprecated shape checks here
|
|
12
12
|
return false;
|
|
13
13
|
}
|
|
14
|
+
exports.DurableStoreOperationType = void 0;
|
|
14
15
|
(function (DurableStoreOperationType) {
|
|
15
16
|
DurableStoreOperationType["SetEntries"] = "setEntries";
|
|
16
17
|
DurableStoreOperationType["EvictEntries"] = "evictEntries";
|
|
@@ -1118,4 +1119,4 @@
|
|
|
1118
1119
|
|
|
1119
1120
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
1120
1121
|
|
|
1121
|
-
}))
|
|
1122
|
+
}));
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@luvio/engine')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define(['exports', '@luvio/engine'], factory) :
|
|
4
|
-
(global = global || self, factory(global.luvioEnvironments = {}, global.luvioEngine));
|
|
5
|
-
}(this, (function (exports, engine) { 'use strict';
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.luvioEnvironments = {}, global.luvioEngine));
|
|
5
|
+
})(this, (function (exports, engine) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function isDeprecatedDurableStoreEntry(durableRecord) {
|
|
8
8
|
if (durableRecord.expiration !== undefined) {
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
// Add more deprecated shape checks here
|
|
12
12
|
return false;
|
|
13
13
|
}
|
|
14
|
+
exports.DurableStoreOperationType = void 0;
|
|
14
15
|
(function (DurableStoreOperationType) {
|
|
15
16
|
DurableStoreOperationType["SetEntries"] = "setEntries";
|
|
16
17
|
DurableStoreOperationType["EvictEntries"] = "evictEntries";
|
|
@@ -1162,4 +1163,4 @@
|
|
|
1162
1163
|
|
|
1163
1164
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
1164
1165
|
|
|
1165
|
-
}))
|
|
1166
|
+
}));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@luvio/environments",
|
|
3
|
-
"version": "0.63.
|
|
3
|
+
"version": "0.63.1",
|
|
4
4
|
"description": "Luvio Environments",
|
|
5
5
|
"main": "dist/umd/es2018/environments.js",
|
|
6
6
|
"module": "dist/es/es2018/environments.js",
|
|
@@ -17,6 +17,6 @@
|
|
|
17
17
|
"dist/"
|
|
18
18
|
],
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@luvio/engine": "0.63.
|
|
20
|
+
"@luvio/engine": "0.63.1"
|
|
21
21
|
}
|
|
22
22
|
}
|