From c8526292c5ce0219d965516d96433b75302252a6 Mon Sep 17 00:00:00 2001 From: Gregor MacLennan Date: Mon, 16 Sep 2024 23:33:08 +0100 Subject: [PATCH] chore: update mapeo-schema & mapeo-mock-data (#833) --- package-lock.json | 18 +++++++++--------- package.json | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9e3e1d29..49f0f956 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@fastify/type-provider-typebox": "^4.0.0", "@hyperswarm/secret-stream": "^6.1.2", "@mapeo/crypto": "1.0.0-alpha.10", - "@mapeo/schema": "3.0.0-next.27", + "@mapeo/schema": "3.0.0-next.28", "@mapeo/sqlite-indexer": "1.0.0-alpha.9", "@sinclair/typebox": "^0.29.6", "b4a": "^1.6.3", @@ -60,7 +60,7 @@ "devDependencies": { "@bufbuild/buf": "^1.26.1", "@mapeo/default-config": "4.0.1-alpha.0", - "@mapeo/mock-data": "1.0.3-alpha.6", + "@mapeo/mock-data": "1.0.3-alpha.7", "@sinonjs/fake-timers": "^10.0.2", "@types/b4a": "^1.6.0", "@types/bogon": "^1.0.2", @@ -787,9 +787,9 @@ "dev": true }, "node_modules/@mapeo/mock-data": { - "version": "1.0.3-alpha.6", - "resolved": "https://registry.npmjs.org/@mapeo/mock-data/-/mock-data-1.0.3-alpha.6.tgz", - "integrity": "sha512-lOPvW5onRgcfp9VRUrIasurJ2P/Xemq7+JUCe4Xp3xDEJiemSpsk40q2TASJUHg5VCjdQ6bLlQnVlRBmMwFfKQ==", + "version": "1.0.3-alpha.7", + "resolved": "https://registry.npmjs.org/@mapeo/mock-data/-/mock-data-1.0.3-alpha.7.tgz", + "integrity": "sha512-ORbX8qMNJRz5QRoOUwYMCcN/34U7R+a66RmVYvqB2FpADEZH19x5IRX5pnQcEVs/iYeA2WROEF7e3PNVM0W48A==", "dev": true, "dependencies": { "@faker-js/faker": "^8.3.1", @@ -801,13 +801,13 @@ "list-mapeo-schemas": "bin/list-mapeo-schemas.js" }, "peerDependencies": { - "@mapeo/schema": "^3.0.0-next.27" + "@mapeo/schema": "^3.0.0-next.28" } }, "node_modules/@mapeo/schema": { - "version": "3.0.0-next.27", - "resolved": "https://registry.npmjs.org/@mapeo/schema/-/schema-3.0.0-next.27.tgz", - "integrity": "sha512-XwHZcalDa7JuhTbr0izYzTuoKa7LYMEKpKUn5/yDS7sfXmY9WqSG+LHMFTcAVPIFhuA6su2in7vF/CHJLTvTdw==", + "version": "3.0.0-next.28", + "resolved": "https://registry.npmjs.org/@mapeo/schema/-/schema-3.0.0-next.28.tgz", + "integrity": "sha512-yiAaSgJAg9yR3E5YKfkDpE3bChlUmwIdqI+/x8Ly7RYZJ75EHMHA7yBUqSNUYwyPZ0xym6bXZ60Z0T4V41v58g==", "dependencies": { "ajv": "^8.12.0", "compact-encoding": "^2.12.0", diff --git a/package.json b/package.json index 50cdc3eb..9683cb4a 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "devDependencies": { "@bufbuild/buf": "^1.26.1", "@mapeo/default-config": "4.0.1-alpha.0", - "@mapeo/mock-data": "1.0.3-alpha.6", + "@mapeo/mock-data": "1.0.3-alpha.7", "@sinonjs/fake-timers": "^10.0.2", "@types/b4a": "^1.6.0", "@types/bogon": "^1.0.2", @@ -158,7 +158,7 @@ "@fastify/type-provider-typebox": "^4.0.0", "@hyperswarm/secret-stream": "^6.1.2", "@mapeo/crypto": "1.0.0-alpha.10", - "@mapeo/schema": "3.0.0-next.27", + "@mapeo/schema": "3.0.0-next.28", "@mapeo/sqlite-indexer": "1.0.0-alpha.9", "@sinclair/typebox": "^0.29.6", "b4a": "^1.6.3",