@balena/odata-parser
Advanced tools
Comparing version 3.0.3-build-fisehara-decode-uri-before-parsing-38816c10cfe0d5a81e0e5d907da72cac5562ef1a-1 to 3.0.3-build-fisehara-decode-uri-before-parsing-721f27239e3e36eaae4dcce9d56e147845ecaada-1
{ | ||
"name": "@balena/odata-parser", | ||
"version": "3.0.3-build-fisehara-decode-uri-before-parsing-38816c10cfe0d5a81e0e5d907da72cac5562ef1a-1", | ||
"version": "3.0.3-build-fisehara-decode-uri-before-parsing-721f27239e3e36eaae4dcce9d56e147845ecaada-1", | ||
"description": "An OData parser written in OMeta", | ||
@@ -42,4 +42,4 @@ "main": "odata-parser.js", | ||
"versionist": { | ||
"publishedAt": "2024-01-04T12:26:04.003Z" | ||
"publishedAt": "2024-01-04T14:19:30.354Z" | ||
} | ||
} |
@@ -26,8 +26,4 @@ import test from './test'; | ||
const selects = []; | ||
for ( | ||
let randomSelectCounter = 0; | ||
randomSelectCounter < 100; | ||
randomSelectCounter++ | ||
) { | ||
selects.push(`long_field_name__field_${randomSelectCounter}`); | ||
for (let selectItemCounter = 0; selectItemCounter < 100; selectItemCounter++) { | ||
selects.push(`long_field_name__field_${selectItemCounter}`); | ||
} | ||
@@ -34,0 +30,0 @@ const $select = '$select=' + selects.join(','); |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
247027
6473