@salesforce/lds-runtime-browser 1.235.0 → 1.236.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.
- package/dist/main.js +3 -1
- package/package.json +6 -6
package/dist/main.js
CHANGED
|
@@ -66,6 +66,8 @@ function buildHeaders(additionalHeaders = {}) {
|
|
|
66
66
|
}
|
|
67
67
|
|
|
68
68
|
// so eslint doesn't complain about nimbus
|
|
69
|
+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
70
|
+
/* global __nimbus */
|
|
69
71
|
let lazyLuvio;
|
|
70
72
|
let lazyEnvironment;
|
|
71
73
|
/**
|
|
@@ -117,4 +119,4 @@ function ldsRuntimeLoader(_serviceAPI) {
|
|
|
117
119
|
}
|
|
118
120
|
|
|
119
121
|
export { ldsRuntimeLoader as default, getRuntime };
|
|
120
|
-
// version: 1.
|
|
122
|
+
// version: 1.236.0-036823f57
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-runtime-browser",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.236.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "LDS runtime for browser environments (depends on IndexedDB and Fetch API).",
|
|
6
6
|
"main": "dist/main.js",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
},
|
|
19
19
|
"scripts": {
|
|
20
20
|
"prepare": "yarn build",
|
|
21
|
-
"build": "rollup --config rollup.config.js",
|
|
21
|
+
"build": "rollup --bundleConfigAsCjs --config rollup.config.js",
|
|
22
22
|
"test:debug": "node --inspect-brk ../../node_modules/.bin/jest --runInBand",
|
|
23
23
|
"test:unit": "NODE_ENV=production jest",
|
|
24
24
|
"test:size": "luvioBundlesize",
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"release:corejar": "yarn build && ../core-build/scripts/core.js --name=lds-runtime-browser"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@luvio/durable-store-idb": "0.
|
|
30
|
-
"@luvio/engine": "0.
|
|
31
|
-
"@luvio/environments": "0.
|
|
32
|
-
"@luvio/network-adapter-fetch": "0.
|
|
29
|
+
"@luvio/durable-store-idb": "0.148.1",
|
|
30
|
+
"@luvio/engine": "0.148.1",
|
|
31
|
+
"@luvio/environments": "0.148.1",
|
|
32
|
+
"@luvio/network-adapter-fetch": "0.148.1",
|
|
33
33
|
"@salesforce/lds-default-luvio": "*",
|
|
34
34
|
"@salesforce/lds-instrumentation": "*",
|
|
35
35
|
"@salesforce/lds-network-adapter": "*"
|