We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16815cd + 45ed728 commit c536264Copy full SHA for c536264
package.json
@@ -53,7 +53,8 @@
53
"tslib": "2"
54
},
55
"dependencies": {
56
- "@jsonjoy.com/util": "^1.3.0"
+ "@jsonjoy.com/codegen": "^1.0.0",
57
+ "@jsonjoy.com/util": "^1.9.0"
58
59
"devDependencies": {
60
"@biomejs/biome": "^1.9.3",
src/codegen/find.ts
@@ -1,4 +1,4 @@
1
-import type {JavaScript} from '@jsonjoy.com/util/lib/codegen';
+import type {JavaScript} from '@jsonjoy.com/codegen';
2
import type {Path} from '../types';
3
4
export const $$find = (path: Path): JavaScript<(doc: unknown) => unknown> => {
0 commit comments