@luvio/environments 0.119.0 → 0.120.0
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.
|
@@ -643,7 +643,7 @@ function makeDurable(environment, { durableStore, instrumentation }) {
|
|
|
643
643
|
if (context === undefined) {
|
|
644
644
|
return contextAsPromise.then((revivedContext) => {
|
|
645
645
|
context = revivedContext;
|
|
646
|
-
return adapter(config, context, requestContext); // TODO - remove as any cast after https://github.com/salesforce/luvio/pull/230
|
|
646
|
+
return adapter(config, context, requestContext); // TODO - remove as any cast after https://github.com/salesforce-experience-platform-emu/luvio/pull/230
|
|
647
647
|
});
|
|
648
648
|
}
|
|
649
649
|
return adapter(config, context, requestContext);
|
|
@@ -647,7 +647,7 @@
|
|
|
647
647
|
if (context === undefined) {
|
|
648
648
|
return contextAsPromise.then((revivedContext) => {
|
|
649
649
|
context = revivedContext;
|
|
650
|
-
return adapter(config, context, requestContext); // TODO - remove as any cast after https://github.com/salesforce/luvio/pull/230
|
|
650
|
+
return adapter(config, context, requestContext); // TODO - remove as any cast after https://github.com/salesforce-experience-platform-emu/luvio/pull/230
|
|
651
651
|
});
|
|
652
652
|
}
|
|
653
653
|
return adapter(config, context, requestContext);
|
|
@@ -749,7 +749,7 @@
|
|
|
749
749
|
if (context === undefined) {
|
|
750
750
|
return contextAsPromise.then(function (revivedContext) {
|
|
751
751
|
context = revivedContext;
|
|
752
|
-
return adapter(config, context, requestContext); // TODO - remove as any cast after https://github.com/salesforce/luvio/pull/230
|
|
752
|
+
return adapter(config, context, requestContext); // TODO - remove as any cast after https://github.com/salesforce-experience-platform-emu/luvio/pull/230
|
|
753
753
|
});
|
|
754
754
|
}
|
|
755
755
|
return adapter(config, context, requestContext);
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@luvio/environments",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.120.0",
|
|
4
4
|
"description": "Luvio Environments",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
|
-
"url": "https://github.com/salesforce/luvio.git",
|
|
7
|
+
"url": "https://github.com/salesforce-experience-platform-emu/luvio.git",
|
|
8
8
|
"directory": "packages/@luvio/environments"
|
|
9
9
|
},
|
|
10
10
|
"license": "MIT",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"watch": "yarn build --watch"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@luvio/engine": "0.
|
|
26
|
+
"@luvio/engine": "0.120.0"
|
|
27
27
|
},
|
|
28
28
|
"bundlesize": [
|
|
29
29
|
{
|