@zuplo/lint-win32-x64 7.6.3 → 7.6.5
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.
|
@@ -7504,8 +7504,12 @@
|
|
|
7504
7504
|
},
|
|
7505
7505
|
"cacheByPropertyPath": {
|
|
7506
7506
|
"type": "string",
|
|
7507
|
-
"description": "
|
|
7508
|
-
"examples": [
|
|
7507
|
+
"description": "A light path selector into the JSON request body to use as the cache key. Start with `.` for dot notation or `[` for a quoted key containing dots or slashes, for example `.userId`, `.data.customerId`, or `[\"https://example.com/cache-key\"]`. Only works with cacheBy=propertyPath.",
|
|
7508
|
+
"examples": [
|
|
7509
|
+
".userId",
|
|
7510
|
+
".data.customerId",
|
|
7511
|
+
"[\"https://example.com/cache-key\"]"
|
|
7512
|
+
]
|
|
7509
7513
|
},
|
|
7510
7514
|
"cacheByFunction": {
|
|
7511
7515
|
"type": "object",
|
|
@@ -9317,7 +9321,7 @@
|
|
|
9317
9321
|
},
|
|
9318
9322
|
"value": {
|
|
9319
9323
|
"type": "number",
|
|
9320
|
-
"
|
|
9324
|
+
"exclusiveMinimum": 0
|
|
9321
9325
|
},
|
|
9322
9326
|
"action": {
|
|
9323
9327
|
"type": "string",
|
package/bin/version.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
7.6.
|
|
1
|
+
7.6.5
|