@lwc/signals 8.12.3 → 8.12.4

Sign up to get free protection for your applications and to get access to all the features.
package/LICENSE.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  MIT LICENSE
4
4
 
5
- Copyright (c) 2024, Salesforce, Inc.
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
@@ -45,7 +45,7 @@ function addTrustedSignal(signal) {
45
45
  // This should be a no-op when the trustedSignals set isn't set by runtime
46
46
  trustedSignals?.add(signal);
47
47
  }
48
- /** version: 8.12.3 */
48
+ /** version: 8.12.4 */
49
49
 
50
50
  /*
51
51
  * Copyright (c) 2023, salesforce.com, inc.
@@ -75,5 +75,5 @@ class SignalBaseClass {
75
75
 
76
76
  exports.SignalBaseClass = SignalBaseClass;
77
77
  exports.setTrustedSignalSet = setTrustedSignalSet;
78
- /** version: 8.12.3 */
78
+ /** version: 8.12.4 */
79
79
  //# sourceMappingURL=index.cjs.js.map
package/dist/index.js CHANGED
@@ -41,7 +41,7 @@ function addTrustedSignal(signal) {
41
41
  // This should be a no-op when the trustedSignals set isn't set by runtime
42
42
  trustedSignals?.add(signal);
43
43
  }
44
- /** version: 8.12.3 */
44
+ /** version: 8.12.4 */
45
45
 
46
46
  /*
47
47
  * Copyright (c) 2023, salesforce.com, inc.
@@ -70,5 +70,5 @@ class SignalBaseClass {
70
70
  }
71
71
 
72
72
  export { SignalBaseClass, setTrustedSignalSet };
73
- /** version: 8.12.3 */
73
+ /** version: 8.12.4 */
74
74
  //# 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.12.3",
7
+ "version": "8.12.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.12.3"
49
+ "@lwc/shared": "8.12.4"
50
50
  }
51
51
  }