@lwc/wire-service 8.27.0 → 8.28.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.
- package/LICENSE.md +1 -1
- package/dist/index.cjs.js +2 -2
- package/dist/index.js +2 -2
- package/package.json +3 -3
package/LICENSE.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
MIT LICENSE
|
|
4
4
|
|
|
5
|
-
Copyright (c)
|
|
5
|
+
Copyright (c) 2026, Salesforce, Inc.
|
|
6
6
|
All rights reserved.
|
|
7
7
|
|
|
8
8
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
package/dist/index.cjs.js
CHANGED
|
@@ -27,7 +27,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
27
27
|
function isUndefined(obj) {
|
|
28
28
|
return obj === undefined;
|
|
29
29
|
}
|
|
30
|
-
/** version: 8.
|
|
30
|
+
/** version: 8.28.1 */
|
|
31
31
|
|
|
32
32
|
/*
|
|
33
33
|
* Copyright (c) 2024, Salesforce, Inc.
|
|
@@ -208,5 +208,5 @@ class LegacyWireAdapterBridge {
|
|
|
208
208
|
exports.ValueChangedEvent = ValueChangedEvent;
|
|
209
209
|
exports.register = register;
|
|
210
210
|
exports.registerWireService = registerWireService;
|
|
211
|
-
/** version: 8.
|
|
211
|
+
/** version: 8.28.1 */
|
|
212
212
|
//# sourceMappingURL=index.cjs.js.map
|
package/dist/index.js
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
function isUndefined(obj) {
|
|
24
24
|
return obj === undefined;
|
|
25
25
|
}
|
|
26
|
-
/** version: 8.
|
|
26
|
+
/** version: 8.28.1 */
|
|
27
27
|
|
|
28
28
|
/*
|
|
29
29
|
* Copyright (c) 2024, Salesforce, Inc.
|
|
@@ -202,5 +202,5 @@ class LegacyWireAdapterBridge {
|
|
|
202
202
|
}
|
|
203
203
|
|
|
204
204
|
export { ValueChangedEvent, register, registerWireService };
|
|
205
|
-
/** version: 8.
|
|
205
|
+
/** version: 8.28.1 */
|
|
206
206
|
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten."
|
|
5
5
|
],
|
|
6
6
|
"name": "@lwc/wire-service",
|
|
7
|
-
"version": "8.
|
|
7
|
+
"version": "8.28.1",
|
|
8
8
|
"description": "@wire service",
|
|
9
9
|
"keywords": [
|
|
10
10
|
"lwc"
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@lwc/engine-core": "8.
|
|
50
|
-
"@lwc/shared": "8.
|
|
49
|
+
"@lwc/engine-core": "8.28.1",
|
|
50
|
+
"@lwc/shared": "8.28.1"
|
|
51
51
|
},
|
|
52
52
|
"lwc": {
|
|
53
53
|
"modules": [
|