Skip to content

Commit

Permalink
Merge branch 'beta' into streaming-errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ptpaterson authored Apr 3, 2024
2 parents f770cda + 5905436 commit 4856cb1
Show file tree
Hide file tree
Showing 3 changed files with 958 additions and 693 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,23 @@
"author": "Fauna",
"devDependencies": {
"@tsconfig/node18": "^1.0.1",
"@types/jest": "^29.4.0",
"@types/jest": "^29.5.12",
"@types/node": "^18.13.0",
"@types/serviceworker": "^0.0.67",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"esbuild": "^0.15.12",
"eslint": "^8.25.0",
"eslint": "^8.57.0",
"eslint-plugin-tsdoc": "^0.2.17",
"husky": "^8.0.1",
"jest": "^29.4.2",
"jest": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"jest-junit": "^12.0.0",
"prettier": "^2.7.1",
"pretty-quick": "^3.1.3",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
"jest-junit": "^16.0.0",
"prettier": "^3.2.5",
"pretty-quick": "^4.0.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.3"
},
"scripts": {
"build": "rm -rf dist; yarn build:node; yarn build:browser; yarn build:types",
Expand Down
2 changes: 1 addition & 1 deletion src/tagged-type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ const encodeMap = {
namedDocument: (value: NamedDocument): TaggedRef => ({
"@ref": { name: value.name, coll: { "@mod": value.coll.name } },
}),
// es-lint-disable-next-line @typescript-eslint/no-unused-vars
// eslint-disable-next-line @typescript-eslint/no-unused-vars
set: (value: Page<QueryValue> | EmbeddedSet) => {
throw new ClientError(
"Page could not be encoded. Fauna does not accept encoded Set values, yet. Use Page.data and Page.after as arguments, instead."
Expand Down
Loading

0 comments on commit 4856cb1

Please sign in to comment.