@lwc/signals 8.22.3 → 8.22.4

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/index.cjs.js CHANGED
@@ -51,7 +51,7 @@ function addTrustedSignal(signal) {
51
51
  // This should be a no-op when the trustedSignals set isn't set by runtime
52
52
  trustedSignals?.add(signal);
53
53
  }
54
- /** version: 8.22.3 */
54
+ /** version: 8.22.4 */
55
55
 
56
56
  /*
57
57
  * Copyright (c) 2023, salesforce.com, inc.
@@ -81,5 +81,5 @@ class SignalBaseClass {
81
81
 
82
82
  exports.SignalBaseClass = SignalBaseClass;
83
83
  exports.setTrustedSignalSet = setTrustedSignalSet;
84
- /** version: 8.22.3 */
84
+ /** version: 8.22.4 */
85
85
  //# sourceMappingURL=index.cjs.js.map
package/dist/index.js CHANGED
@@ -47,7 +47,7 @@ function addTrustedSignal(signal) {
47
47
  // This should be a no-op when the trustedSignals set isn't set by runtime
48
48
  trustedSignals?.add(signal);
49
49
  }
50
- /** version: 8.22.3 */
50
+ /** version: 8.22.4 */
51
51
 
52
52
  /*
53
53
  * Copyright (c) 2023, salesforce.com, inc.
@@ -76,5 +76,5 @@ class SignalBaseClass {
76
76
  }
77
77
 
78
78
  export { SignalBaseClass, setTrustedSignalSet };
79
- /** version: 8.22.3 */
79
+ /** version: 8.22.4 */
80
80
  //# 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/signals",
7
- "version": "8.22.3",
7
+ "version": "8.22.4",
8
8
  "description": "Provides the interface to interact with reactivity from outside the framework",
9
9
  "keywords": [
10
10
  "lwc"
@@ -46,6 +46,6 @@
46
46
  }
47
47
  },
48
48
  "devDependencies": {
49
- "@lwc/shared": "8.22.3"
49
+ "@lwc/shared": "8.22.4"
50
50
  }
51
51
  }