@lwc/wire-service 8.12.3 → 8.12.5
Sign up to get free protection for your applications and to get access to all the features.
- 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) 2025, 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.12.
|
30
|
+
/** version: 8.12.5 */
|
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.12.
|
211
|
+
/** version: 8.12.5 */
|
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.12.
|
26
|
+
/** version: 8.12.5 */
|
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.12.
|
205
|
+
/** version: 8.12.5 */
|
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.12.
|
7
|
+
"version": "8.12.5",
|
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.12.
|
50
|
-
"@lwc/shared": "8.12.
|
49
|
+
"@lwc/engine-core": "8.12.5",
|
50
|
+
"@lwc/shared": "8.12.5"
|
51
51
|
},
|
52
52
|
"lwc": {
|
53
53
|
"modules": [
|