@lwrjs/module-bundler 0.15.0-alpha.15 → 0.15.0-alpha.16
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/build/es/index.d.ts +1 -1
- package/build/es/index.js +1 -1
- package/package.json +6 -6
package/build/es/index.d.ts
CHANGED
|
@@ -20,7 +20,7 @@ export declare class LwrModuleBundler implements ModuleBundler {
|
|
|
20
20
|
/**
|
|
21
21
|
* Resolve the URI to the bundle rooted at the `moduleId`
|
|
22
22
|
* @param moduleId - The id of the root module for the bundle
|
|
23
|
-
* @param runtimeEnvironment - The runtime operating
|
|
23
|
+
* @param runtimeEnvironment - The runtime operating environment
|
|
24
24
|
* @param runtimeParams - The available runtime parameters provided in context to the request
|
|
25
25
|
* @param signature - The signature of the bundle instance being referenced
|
|
26
26
|
* @returns the URI
|
package/build/es/index.js
CHANGED
|
@@ -87,7 +87,7 @@ export class LwrModuleBundler {
|
|
|
87
87
|
/**
|
|
88
88
|
* Resolve the URI to the bundle rooted at the `moduleId`
|
|
89
89
|
* @param moduleId - The id of the root module for the bundle
|
|
90
|
-
* @param runtimeEnvironment - The runtime operating
|
|
90
|
+
* @param runtimeEnvironment - The runtime operating environment
|
|
91
91
|
* @param runtimeParams - The available runtime parameters provided in context to the request
|
|
92
92
|
* @param signature - The signature of the bundle instance being referenced
|
|
93
93
|
* @returns the URI
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"version": "0.15.0-alpha.
|
|
7
|
+
"version": "0.15.0-alpha.16",
|
|
8
8
|
"homepage": "https://developer.salesforce.com/docs/platform/lwr/overview",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
@@ -47,15 +47,15 @@
|
|
|
47
47
|
"build/**/*.d.ts"
|
|
48
48
|
],
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@lwrjs/diagnostics": "0.15.0-alpha.
|
|
51
|
-
"@lwrjs/instrumentation": "0.15.0-alpha.
|
|
52
|
-
"@lwrjs/shared-utils": "0.15.0-alpha.
|
|
50
|
+
"@lwrjs/diagnostics": "0.15.0-alpha.16",
|
|
51
|
+
"@lwrjs/instrumentation": "0.15.0-alpha.16",
|
|
52
|
+
"@lwrjs/shared-utils": "0.15.0-alpha.16",
|
|
53
53
|
"@rollup/plugin-replace": "^5.0.7",
|
|
54
54
|
"lru-cache": "^10.4.3",
|
|
55
55
|
"rollup": "^2.78.0"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@lwrjs/types": "0.15.0-alpha.
|
|
58
|
+
"@lwrjs/types": "0.15.0-alpha.16",
|
|
59
59
|
"jest": "^26.6.3",
|
|
60
60
|
"ts-jest": "^26.5.6"
|
|
61
61
|
},
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"volta": {
|
|
69
69
|
"extends": "../../../package.json"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "7aed7f695758ebce4869f0f3d42c54b057fc4d76"
|
|
72
72
|
}
|