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.
packages.json
1 parent 3114eec commit 3bb681aCopy full SHA for 3bb681a
2 files changed
.changeset/fast-pants-glow.md
@@ -0,0 +1,5 @@
1
+---
2
+'@ryanatkn/orc': patch
3
4
+
5
+fix packages.json type
src/lib/packages.task.ts
@@ -66,8 +66,8 @@ export const task: Task<Args> = {
66
await writeFile(
67
types_outfile,
68
`declare module '$lib/packages.json' {
69
- import type {Fetched_Package} from '@ryanatkn/orc/fetch_packages.js';
70
- const data: Fetched_Package[];
+ import type {Maybe_Fetched_Package} from '@ryanatkn/orc/fetch_packages.js';
+ const data: Maybe_Fetched_Package[];
71
export default data;
72
}
73
`,
0 commit comments