chore: bump version (#4354)

This commit is contained in:
Alex Yang
2023-09-13 23:33:47 -07:00
committed by GitHub
parent f0de34a60b
commit 8fb0620bc8
18 changed files with 278 additions and 280 deletions

View File

@@ -1,9 +1,12 @@
import type { ExpectedLayout } from '@affine/sdk/entry';
import type Buffer from 'buffer';
import type { WritableAtom } from 'jotai';
import { z } from 'zod';
import type { TypedEventEmitter } from './core/event-emitter.js';
type Buffer = Buffer.Buffer;
export const packageJsonInputSchema = z.object({
name: z.string(),
version: z.string(),