@salesforce/lds-runtime-webruntime 1.360.0 → 1.360.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.
@@ -2906,4 +2906,4 @@ function buildAuraNetworkService() {
2906
2906
  }
2907
2907
 
2908
2908
  export { initOneStore };
2909
- // version: 1.360.0-580249acee
2909
+ // version: 1.360.1-509ca55373
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@salesforce/lds-runtime-webruntime",
3
- "version": "1.360.0",
3
+ "version": "1.360.1",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "LDS engine for Webruntime runtime",
6
- "main": "dist/webruntimeOneRuntimeInit.js",
7
- "module": "dist/webruntimeOneRuntimeInit.js",
6
+ "main": "dist/ldsWebruntimeOneRuntimeInit.js",
7
+ "module": "dist/ldsWebruntimeOneRuntimeInit.js",
8
8
  "types": "dist/types/main.d.ts",
9
9
  "files": [
10
10
  "dist"
@@ -12,16 +12,16 @@
12
12
  "exports": {
13
13
  ".": {
14
14
  "types": "./dist/types/main.d.ts",
15
- "import": "./dist/webruntimeOneRuntimeInit.js",
16
- "default": "./dist/webruntimeOneRuntimeInit.js"
15
+ "import": "./dist/ldsWebruntimeOneRuntimeInit.js",
16
+ "default": "./dist/ldsWebruntimeOneRuntimeInit.js"
17
17
  }
18
18
  },
19
19
  "sfdc": {
20
- "path": "forcelds/webruntimeOneRuntimeInit/",
21
- "publishedFileName": "webruntimeOneRuntimeInit.js",
20
+ "path": "forcelds/ldsWebruntimeOneRuntimeInit/",
21
+ "publishedFileName": "ldsWebruntimeOneRuntimeInit.js",
22
22
  "overrides": {
23
23
  "artifactDirectory": "dist",
24
- "outputModuleName": "webruntimeOneRuntimeInit"
24
+ "outputModuleName": "ldsWebruntimeOneRuntimeInit"
25
25
  }
26
26
  },
27
27
  "scripts": {
@@ -61,11 +61,11 @@
61
61
  "@luvio/service-pubsub": "5.40.3",
62
62
  "@luvio/service-store": "5.40.3",
63
63
  "@luvio/utils": "5.40.3",
64
- "@salesforce/lds-adapters-uiapi-lex": "^1.360.0"
64
+ "@salesforce/lds-adapters-uiapi-lex": "^1.360.1"
65
65
  },
66
66
  "luvioBundlesize": [
67
67
  {
68
- "path": "./dist/webruntimeOneRuntimeInit.js",
68
+ "path": "./dist/ldsWebruntimeOneRuntimeInit.js",
69
69
  "maxSize": {
70
70
  "none": "120 kB",
71
71
  "min": "50 kB",