@salesforcedevs/dx-components 1.3.307 → 1.3.308
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforcedevs/dx-components",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.308",
|
|
4
4
|
"description": "DX Lightning web components",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"engines": {
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"volta": {
|
|
47
47
|
"node": "16.19.1"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "8479ee0bdeeb0e6655b1aad3fe850b103f27513c"
|
|
50
50
|
}
|
|
@@ -36,7 +36,6 @@ export default class TrafficLabeler extends LightningElement {
|
|
|
36
36
|
const internalIps = this.internalIps?.split(",");
|
|
37
37
|
|
|
38
38
|
const isInternal = internalIps?.some((value) => {
|
|
39
|
-
console.log("TESTING:", value);
|
|
40
39
|
const regex = new RegExp(value);
|
|
41
40
|
return regex.test(result.ip);
|
|
42
41
|
});
|