Comparing version 1.10.0 to 1.10.1-canary.0
{ | ||
"name": "groq-js", | ||
"version": "1.10.0", | ||
"version": "1.10.1-canary.0", | ||
"keywords": [ | ||
@@ -59,2 +59,3 @@ "sanity", | ||
"browserslist": "extends @sanity/browserslist-config", | ||
"prettier": "@sanity/prettier-config", | ||
"tap": { | ||
@@ -67,9 +68,13 @@ "check-coverage": false, | ||
}, | ||
"dependencies": { | ||
"debug": "^4.3.4" | ||
}, | ||
"devDependencies": { | ||
"@sanity/pkg-utils": "6.8.14", | ||
"@sanity/semantic-release-preset": "^4.1.7", | ||
"@sanity/pkg-utils": "6.10.2", | ||
"@sanity/prettier-config": "^1.0.2", | ||
"@sanity/semantic-release-preset": "^5.0.0", | ||
"@types/debug": "^4.1.12", | ||
"@types/tap": "^15.0.11", | ||
"@typescript-eslint/eslint-plugin": "^7.9.0", | ||
"@typescript-eslint/parser": "^7.9.0", | ||
"@typescript-eslint/eslint-plugin": "^7.15.0", | ||
"@typescript-eslint/parser": "^7.15.0", | ||
"eslint": "^8.57.0", | ||
@@ -81,16 +86,13 @@ "eslint-config-prettier": "^9.1.0", | ||
"ndjson": "^2.0.0", | ||
"prettier": "^3.2.5", | ||
"prettier-plugin-packagejson": "^2.5.0", | ||
"prettier": "^3.3.2", | ||
"rimraf": "^5.0.0", | ||
"semantic-release": "^24.0.0", | ||
"semver": "^7.5.4", | ||
"tap": "^16.3.10", | ||
"tsx": "^4.10.2", | ||
"typescript": "5.4.5" | ||
"tsx": "^4.16.2", | ||
"typescript": "5.5.3" | ||
}, | ||
"engines": { | ||
"node": ">= 14" | ||
}, | ||
"dependencies": { | ||
"debug": "^4.3.4" | ||
} | ||
} |
@@ -76,3 +76,3 @@ import type {OpCall} from '../nodeTypes' | ||
// eslint-disable-next-line func-name-matching | ||
in: async function inop(left, right) { | ||
'in': async function inop(left, right) { | ||
if (right.type === 'path') { | ||
@@ -99,3 +99,3 @@ if (left.type !== 'string') { | ||
match: async function match(left, right) { | ||
'match': async function match(left, right) { | ||
let tokens: Token[] = [] | ||
@@ -102,0 +102,0 @@ let patterns: Pattern[] = [] |
@@ -32,7 +32,7 @@ /* eslint-disable camelcase */ | ||
'/': '/', | ||
b: '\b', | ||
f: '\f', | ||
n: '\n', | ||
r: '\r', | ||
t: '\t', | ||
'b': '\b', | ||
'f': '\f', | ||
'n': '\n', | ||
'r': '\r', | ||
't': '\t', | ||
} | ||
@@ -39,0 +39,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
972579
20
13313
2