Skip to content

Commit

Permalink
chore!: update to @comapeo/[email protected] (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn authored Sep 17, 2024
1 parent 7dec36b commit 161274f
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 27 deletions.
46 changes: 24 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "Gregor MacLennan / Digital Democracy",
"license": "MIT",
"dependencies": {
"@mapeo/schema": "^3.0.0-next.22",
"@comapeo/schema": "^1.0.0",
"glob": "^7.0.5",
"js-yaml": "^3.14.0",
"jsonschema": "^1.4.1",
Expand Down
4 changes: 2 additions & 2 deletions schema/field.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import { valueSchemas } from '@mapeo/schema'
export const fieldSchema = valueSchemas['field']
import { valueSchemas } from '@comapeo/schema'
export const fieldSchema = valueSchemas.field
4 changes: 2 additions & 2 deletions schema/preset.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import { valueSchemas } from '@mapeo/schema'
export const presetSchema = valueSchemas['preset']
import { valueSchemas } from '@comapeo/schema'
export const presetSchema = valueSchemas.preset

0 comments on commit 161274f

Please sign in to comment.