@zkp2p/providers 7.8.12 → 7.9.0

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": "@zkp2p/providers",
3
- "version": "7.8.12",
3
+ "version": "7.9.0",
4
4
  "description": "Provider JSON templates for ZKP2P",
5
5
  "scripts": {
6
6
  "start": "node index.js"
@@ -73,6 +73,10 @@
73
73
  {
74
74
  "type": "regex",
75
75
  "value": "\"primitiveTimeCreated\":\"(?<date>[^\"]+)\""
76
+ },
77
+ {
78
+ "type": "regex",
79
+ "value": "(?:(?=.*\"notesInfo\":\\{[^}]*\"note\":\"(?<note>[^\"\\\\]*(?:\\\\.[^\"\\\\]*)*)\")|)"
76
80
  }
77
81
  ],
78
82
  "responseRedactions": [
@@ -99,6 +103,10 @@
99
103
  {
100
104
  "jsonPath": "$.data.primitiveTimeCreated",
101
105
  "xPath": ""
106
+ },
107
+ {
108
+ "jsonPath": "$.data.notesInfo.note",
109
+ "xPath": ""
102
110
  }
103
111
  ],
104
112
  "mobile": {
@@ -1,9 +0,0 @@
1
- {
2
- "permissions": {
3
- "allow": [
4
- "Bash(openssl s_client -connect secure.bankofamerica.com:443 -servername secure.bankofamerica.com -tlsextdebug)",
5
- "Bash(openssl s_client -connect secure.bankofamerica.com:443 -servername secure.bankofamerica.com)",
6
- "Bash(gh pr:*)"
7
- ]
8
- }
9
- }