Compare commits

...

7 Commits

Author SHA1 Message Date
Trisha Lim
fba8f16e05 wtf 2025-04-28 09:50:41 +01:00
Trisha Lim
fd7f809611 Merge branch 'main' into docs/update-examples 2025-04-28 09:33:11 +01:00
Trisha Lim
df3432e266 jazz-paper-scissors: move api key, add lint, change demo url 2025-04-28 09:31:31 +01:00
Trisha Lim
8517f0365c lint fix 2025-04-28 09:06:00 +01:00
Trisha Lim
2ac94d94ac add jazz-paper-scissors to examples page 2025-04-28 09:05:50 +01:00
Trisha Lim
aedacf4ff2 update richtext readme 2025-04-25 14:01:09 +01:00
Trisha Lim
925b1c19b9 add richtext example to examples page 2025-04-25 14:00:39 +01:00
57 changed files with 547 additions and 685 deletions

View File

View File

@@ -1,7 +1,7 @@
{
"name": "chat-rn-expo-clerk",
"main": "index.js",
"version": "1.0.106",
"version": "1.0.105",
"scripts": {
"build": "expo export -p ios",
"start": "expo start",

View File

@@ -1,6 +1,6 @@
{
"name": "chat-rn-expo",
"version": "1.0.93",
"version": "1.0.92",
"main": "index.js",
"scripts": {
"build": "expo export -p ios",

View File

@@ -1,6 +1,6 @@
{
"name": "chat-rn",
"version": "1.0.101",
"version": "1.0.100",
"main": "index.js",
"scripts": {
"android": "react-native run-android",

View File

@@ -1,6 +1,6 @@
{
"name": "chat-vue",
"version": "0.0.85",
"version": "0.0.84",
"private": true,
"type": "module",
"scripts": {

View File

@@ -1,7 +1,7 @@
{
"name": "jazz-example-chat",
"private": true,
"version": "0.0.183",
"version": "0.0.182",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -1,7 +1,7 @@
{
"name": "clerk",
"private": true,
"version": "0.0.82",
"version": "0.0.81",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -1,6 +1,6 @@
{
"name": "file-share-svelte",
"version": "0.0.65",
"version": "0.0.64",
"private": true,
"type": "module",
"scripts": {

View File

@@ -1,7 +1,7 @@
{
"name": "filestream",
"private": true,
"version": "0.0.22",
"version": "0.0.21",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -1,7 +1,7 @@
{
"name": "form",
"private": true,
"version": "0.1.23",
"version": "0.1.22",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -1,7 +1,7 @@
{
"name": "image-upload",
"private": true,
"version": "0.0.79",
"version": "0.0.78",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -1,7 +1,7 @@
{
"name": "jazz-inspector-app",
"private": true,
"version": "0.0.133",
"version": "0.0.132",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -1,7 +1,7 @@
{
"name": "multi-cursors",
"private": true,
"version": "0.0.75",
"version": "0.0.74",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -1,7 +1,7 @@
{
"name": "multiauth",
"private": true,
"version": "0.0.23",
"version": "0.0.22",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -1,7 +1,7 @@
{
"name": "jazz-example-music-player",
"private": true,
"version": "0.0.104",
"version": "0.0.103",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -1,7 +1,7 @@
{
"name": "organization",
"private": true,
"version": "0.0.75",
"version": "0.0.74",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -1,6 +1,6 @@
{
"name": "passkey-svelte",
"version": "0.0.69",
"version": "0.0.68",
"type": "module",
"private": true,
"scripts": {

View File

@@ -1,7 +1,7 @@
{
"name": "passkey",
"private": true,
"version": "0.0.80",
"version": "0.0.79",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -1,7 +1,7 @@
{
"name": "passphrase",
"private": true,
"version": "0.0.77",
"version": "0.0.76",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -1,7 +1,7 @@
{
"name": "jazz-password-manager",
"private": true,
"version": "0.0.101",
"version": "0.0.100",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -1,7 +1,7 @@
{
"name": "jazz-example-pets",
"private": true,
"version": "0.0.199",
"version": "0.0.198",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -1,7 +1,7 @@
{
"name": "reactions",
"private": true,
"version": "0.0.79",
"version": "0.0.78",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -2,6 +2,8 @@
A demonstration of collaborative rich text editing with Jazz, React, and ProseMirror.
Live version: [https://richtext-demo.jazz.tools](https://richtext-demo.jazz.tools)
## Overview
This example shows how to implement collaborative rich text editing using:
@@ -16,23 +18,52 @@ The example features:
- Side-by-side plaintext and rich text editors
- Real-time collaboration across devices
- Persistent document storage
## Getting started
## Running locally
You can either
1. Clone the jazz repository, and run the app within the monorepo.
2. Or create a new Jazz project using this example as a template.
Install dependencies:
### Using the example as a template
Create a new Jazz project, and use this example as a template.
```bash
npm i
# or
yarn
npx create-jazz-app@latest richtext-app --example richtext
```
Then, run the development server:
Go to the new project directory.
```bash
cd richtext-app
```
Run the dev server.
```bash
npm run dev
# or
yarn dev
```
### Using the monorepo
This requires `pnpm` to be installed, see [https://pnpm.io/installation](https://pnpm.io/installation).
Clone the jazz repository.
```bash
git clone https://github.com/garden-co/jazz.git
```
Install and build dependencies.
```bash
pnpm i && npx turbo build
```
Go to the example directory.
```bash
cd jazz/examples/richtext/
```
Start the dev server.
```bash
pnpm dev
```
Open [http://localhost:5173](http://localhost:5173) with your browser to see the result.

View File

@@ -1,7 +1,7 @@
{
"name": "richtext",
"private": true,
"version": "0.0.69",
"version": "0.0.68",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -1,6 +1,6 @@
{
"name": "todo-vue",
"version": "0.0.83",
"version": "0.0.82",
"private": true,
"type": "module",
"scripts": {

View File

@@ -1,7 +1,7 @@
{
"name": "jazz-example-todo",
"private": true,
"version": "0.0.198",
"version": "0.0.197",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -1,7 +1,7 @@
{
"name": "version-history",
"private": true,
"version": "0.0.77",
"version": "0.0.76",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -1,7 +1,7 @@
import {
AlertTriangleIcon,
ArrowDownIcon,
ArrowRightIcon,
ArrowRightIcon, BoldIcon,
BookTextIcon,
BoxIcon,
BracesIcon,
@@ -19,7 +19,7 @@ import {
GlobeIcon,
HashIcon,
ImageIcon,
InfoIcon,
InfoIcon, ItalicIcon,
LinkIcon,
LockKeyholeIcon,
type LucideIcon,
@@ -87,6 +87,10 @@ const icons = {
colist: Brackets,
user: UserIcon,
group: UsersIcon,
// text editor icons
bold: BoldIcon,
italic: ItalicIcon,
};
// copied from tailwind line height https://tailwindcss.com/docs/font-size

View File

@@ -6,11 +6,11 @@ import { ReactNativeLogo } from "@/components/icons/ReactNativeLogo";
import { SvelteLogo } from "@/components/icons/SvelteLogo";
import { VueLogo } from "@/components/icons/VueLogo";
import { Example, features, tech } from "@/content/example";
import { clsx } from "clsx";
import { H2 } from "@garden-co/design-system/src/components/atoms/Headings";
import { Icon } from "@garden-co/design-system/src/components/atoms/Icon";
import { GappedGrid } from "@garden-co/design-system/src/components/molecules/GappedGrid";
import { HeroHeader } from "@garden-co/design-system/src/components/molecules/HeroHeader";
import { clsx } from "clsx";
import type { Metadata } from "next";
const title = "Examples";
@@ -198,6 +198,12 @@ const MusicIllustration = () => (
</div>
);
const JazzPaperScissorsIllustration = () => (
<div className="flex flex-col items-center justify-center h-full p-8 text-4xl">
</div>
);
const ImageUploadIllustration = () => (
<div className="flex flex-col items-center justify-center h-full p-8">
<div className="p-3 w-[12rem] h-[8rem] border border-dashed border-blue dark:border-blue-500 rounded-lg flex gap-2 flex-col items-center justify-center">
@@ -255,21 +261,21 @@ const ReactionsIllustration = () => (
const MultiCursorIllustration = () => (
<div className="flex bg-stone-100 h-full flex-col items-center justify-center dark:bg-transparent p-4">
<div className=" bg-white md:aspect-[3/2] flex flex-col rounded-md shadow-xl shadow-stone-400/20 dark:shadow-none">
<div className=" bg-white min-w-64 md:aspect-[3/2] flex flex-col rounded-md shadow-xl shadow-stone-400/20 dark:shadow-none">
<div className="w-full py-2 flex items-center gap-1.5 px-2 border-b dark:border-b-stone-200">
<span className="rounded-full size-2 bg-stone-200"></span>
<span className="rounded-full size-2 bg-stone-200"></span>
<span className="rounded-full size-2 bg-stone-200"></span>
</div>
<div className="h-full mx-auto flex flex-col justify-center p-12 sm:p-16">
<div className="h-full mx-auto flex flex-col justify-center p-12">
<div className="inline-block relative px-1 ring-1 ring-blue-400">
<div className="absolute size-2 bg-white border border-blue-400 -left-1 -top-1"></div>
<div className="absolute size-2 bg-white border border-blue-400 -right-1 -top-1"></div>
<div className="absolute size-2 bg-white border border-blue-400 -left-1 -bottom-1"></div>
<div className="absolute size-2 bg-white border border-blue-400 -right-1 -bottom-1"></div>
<span className="text-lg font-semibold md:text-2xl md:font-bold text-stone-800 ">
<span className="text-lg font-semibold md:text-2xl md:font-bold text-stone-800">
Hello, world!
</span>
<div className="absolute -top-10 right-4 text-rose-600 flex items-end gap-1">
@@ -285,6 +291,21 @@ const MultiCursorIllustration = () => (
</div>
);
const CoTextIllustration = () => (
<div className="flex bg-stone-100 h-full flex-col items-center justify-center dark:bg-transparent p-4">
<div className=" bg-white md:aspect-[3/2] min-w-64 flex flex-col rounded-md shadow-xl shadow-stone-400/20 dark:shadow-none">
<div className="flex gap-2 p-3 border-b">
<Icon name="bold" size="xs" />
<Icon name="italic" size="xs" />
<Icon name="code" size="xs" />
</div>
<div className="py-2 px-3 text-xl text-stone-800">
<em>Hello</em>, <strong>world!</strong>
</div>
</div>
</div>
);
const PetIllustration = () => (
<div className="h-full p-4 bg-[url('/dog.jpg')] bg-cover bg-center p-4 flex items-end">
<div className="inline-flex justify-center gap-1 mx-auto">
@@ -434,9 +455,19 @@ const reactExamples: Example[] = [
"Track user presence on a canvas with multiple cursors and out of bounds indicators.",
tech: [tech.react],
features: [features.coFeed],
demoUrl: "https://jazz-multi-cursors.vercel.app",
demoUrl: "https://multi-cursors-demo.jazz.tools",
illustration: <MultiCursorIllustration />,
},
{
name: "Collaborative rich text",
slug: "richtext",
description:
"Handle multiple users editing the same text, integrated with a ProseMirror editor for rich text.",
tech: [tech.react],
features: [features.coRichText],
demoUrl: "https://richtext-demo.jazz.tools",
illustration: <CoTextIllustration />,
},
{
name: "Rate my pet",
slug: "pets",
@@ -477,6 +508,15 @@ const reactExamples: Example[] = [
demoUrl: "https://music-demo.jazz.tools",
illustration: <MusicIllustration />,
},
{
name: "Jazz paper scissors",
slug: "jazz-paper-scissors",
description:
"A game that shows how to communicate with other accounts through the experimental Inbox API.",
tech: [tech.react],
features: [features.serverWorker, features.inbox],
illustration: <JazzPaperScissorsIllustration />,
},
{
name: "Clerk",
slug: "clerk",
@@ -566,7 +606,6 @@ const vueExamples: Example[] = [
description: "A todo list where you can collaborate with invited guests.",
tech: [tech.vue],
features: [features.inviteLink],
demoUrl: "https://todo-demo.jazz.tools",
illustration: (
<div className="h-full w-full bg-cover bg-[url('/todo.jpg')] bg-left-bottom"></div>
),

View File

@@ -1,7 +1,7 @@
"use client";
import { clsx } from "clsx";
import { Icon } from "@garden-co/design-system/src/components/atoms/Icon";
import { Icon } from "gcmp-design-system/src/app/components/atoms/Icon";
import Link from "next/link";
import { usePathname } from "next/navigation";
import { ReactNode } from "react";

View File

@@ -1,6 +1,6 @@
import { JazzNav } from "@/components/nav";
import { clsx } from "clsx";
import { NavSection } from "@garden-co/design-system/src/components/organisms/Nav";
import { clsx } from "clsx";
export function SideNavLayout({
children,

File diff suppressed because one or more lines are too long

View File

@@ -26,4 +26,7 @@ export const features = {
clerk: "Clerk auth",
inviteLink: "Invite link",
coFeed: "CoFeed",
coRichText: "CoRichText",
serverWorker: "Server worker",
inbox: "Inbox",
};

View File

@@ -1,6 +1,6 @@
{
"name": "cojson-storage-indexeddb",
"version": "0.13.14",
"version": "0.13.13",
"main": "dist/index.js",
"type": "module",
"types": "dist/index.d.ts",

View File

@@ -1,13 +1,13 @@
{
"name": "cojson-storage-sqlite",
"type": "module",
"version": "0.13.14",
"version": "0.13.13",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"dependencies": {
"better-sqlite3": "^11.7.0",
"cojson": "workspace:0.13.14",
"cojson": "workspace:0.13.13",
"cojson-storage": "workspace:*"
},
"devDependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "cojson-storage",
"version": "0.13.14",
"version": "0.13.13",
"main": "dist/index.js",
"type": "module",
"types": "dist/index.d.ts",

View File

@@ -1,7 +1,7 @@
{
"name": "cojson-transport-ws",
"type": "module",
"version": "0.13.14",
"version": "0.13.13",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",

View File

@@ -25,7 +25,7 @@
},
"type": "module",
"license": "MIT",
"version": "0.13.14",
"version": "0.13.13",
"devDependencies": {
"@opentelemetry/sdk-metrics": "^2.0.0",
"typescript": "catalog:"

View File

@@ -1,14 +1,14 @@
{
"name": "jazz-auth-clerk",
"version": "0.13.14",
"version": "0.13.13",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"dependencies": {
"cojson": "workspace:0.13.14",
"jazz-browser": "workspace:0.13.14",
"jazz-tools": "workspace:0.13.14"
"cojson": "workspace:0.13.13",
"jazz-browser": "workspace:0.13.13",
"jazz-tools": "workspace:0.13.13"
},
"scripts": {
"format-and-lint": "biome check .",

View File

@@ -1,6 +1,6 @@
{
"name": "jazz-browser-media-images",
"version": "0.13.14",
"version": "0.13.13",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -8,8 +8,8 @@
"dependencies": {
"@types/image-blob-reduce": "^4.1.1",
"image-blob-reduce": "^4.1.0",
"jazz-browser": "workspace:0.13.14",
"jazz-tools": "workspace:0.13.14",
"jazz-browser": "workspace:0.13.13",
"jazz-tools": "workspace:0.13.13",
"pica": "^9.0.1"
},
"scripts": {

View File

@@ -1,6 +1,6 @@
{
"name": "jazz-browser",
"version": "0.13.14",
"version": "0.13.13",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",

View File

@@ -1,6 +1,6 @@
{
"name": "jazz-expo",
"version": "0.13.14",
"version": "0.13.13",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",

View File

@@ -1,511 +0,0 @@
# jazz-inspector
## 0.13.14
### Patch Changes
- Updated dependencies [5c2c7d4]
- cojson@0.13.14
- jazz-react-core@0.13.14
- jazz-tools@0.13.14
## 0.13.13
### Patch Changes
- Updated dependencies [ec9cb40]
- cojson@0.13.13
- jazz-react-core@0.13.13
- jazz-tools@0.13.13
## 0.13.12
### Patch Changes
- Updated dependencies [4547525]
- Updated dependencies [65719f2]
- jazz-tools@0.13.12
- cojson@0.13.12
- jazz-react-core@0.13.12
## 0.13.11
### Patch Changes
- Updated dependencies [17273a6]
- Updated dependencies [3396ed4]
- Updated dependencies [17273a6]
- Updated dependencies [267ea4c]
- cojson@0.13.11
- jazz-tools@0.13.11
- jazz-react-core@0.13.11
## 0.13.10
### Patch Changes
- Updated dependencies [f837cfe]
- cojson@0.13.10
- jazz-react-core@0.13.10
- jazz-tools@0.13.10
## 0.13.9
### Patch Changes
- Updated dependencies [a6cf01f]
- jazz-tools@0.13.9
- jazz-react-core@0.13.9
## 0.13.7
### Patch Changes
- 22b5c4f: show current account's role when inspecting a covalue
- 31ea2ef: show inboxInvite as string
- 4530c4a: improve preview of Account types
- Updated dependencies [bc3d7bb]
- Updated dependencies [4e9aae1]
- Updated dependencies [21c935c]
- Updated dependencies [aa1c80e]
- Updated dependencies [13074be]
- jazz-tools@0.13.7
- cojson@0.13.7
- jazz-react-core@0.13.7
## 0.13.6
### Patch Changes
- c320615: show list of members in a Group
## 0.13.5
### Patch Changes
- 08ae9b2: fix: invalid html
- Updated dependencies [e090b39]
- Updated dependencies [fe6f561]
- cojson@0.13.5
- jazz-tools@0.13.5
- jazz-react-core@0.13.5
## 0.13.4
### Patch Changes
- Updated dependencies [3129982]
- jazz-tools@0.13.4
- jazz-react-core@0.13.4
## 0.13.3
### Patch Changes
- 017f6c8: handle displaying a CoList of primitives
- Updated dependencies [12f8bfa]
- Updated dependencies [bd57177]
- jazz-tools@0.13.3
- jazz-react-core@0.13.3
## 0.13.2
### Patch Changes
- ae4be2b: fix: comaps showing in a table instead of grid
- Updated dependencies [c551839]
- cojson@0.13.2
- jazz-react-core@0.13.2
- jazz-tools@0.13.2
## 0.13.0
### Patch Changes
- 2796689: various fixes and css refactoring
- 2224ed4: show unknown mime type instead of application/octet-stream
- Updated dependencies [a013538]
- Updated dependencies [afd1374]
- Updated dependencies [afd1374]
- Updated dependencies [bce3bcc]
- cojson@0.13.0
- jazz-tools@0.13.0
- jazz-react-core@0.13.0
## 0.12.2
### Patch Changes
- 8a71835: use goober for css
- Updated dependencies [c2f4827]
- cojson@0.12.2
- jazz-react-core@0.12.2
- jazz-tools@0.12.2
## 0.12.1
### Patch Changes
- Updated dependencies [5a00fe0]
- cojson@0.12.1
- jazz-react-core@0.12.1
- jazz-tools@0.12.1
## 0.12.0
### Patch Changes
- 9a56bb3: fix missing icon
- Updated dependencies [01523dc]
- Updated dependencies [4ea87dc]
- Updated dependencies [1e6da19]
- Updated dependencies [01523dc]
- Updated dependencies [b6c6a0a]
- jazz-tools@0.12.0
- cojson@0.12.0
- jazz-react-core@0.12.0
## 0.11.8
### Patch Changes
- 71b9390: install clsx, remove lucide-react
- Updated dependencies [6c86c4f]
- Updated dependencies [9d0c9dc]
- cojson@0.11.8
- jazz-react-core@0.11.8
- jazz-tools@0.11.8
## 0.11.7
### Patch Changes
- 2c3761c: fix: CoFeed and FileStream are showing as CoStream
- Updated dependencies [a140f55]
- Updated dependencies [2b94bc8]
- Updated dependencies [2957362]
- Updated dependencies [2b0d1b0]
- jazz-react-core@0.11.7
- jazz-tools@0.11.7
- cojson@0.11.7
## 0.11.6
### Patch Changes
- 09f0a98: UI and JSON display improvements
- 11da4d1: isolate class name hashing on inspector
- Updated dependencies [e7c85b7]
- Updated dependencies [8ed144e]
- jazz-tools@0.11.6
- cojson@0.11.6
- jazz-react-core@0.11.6
## 0.11.5
### Patch Changes
- Updated dependencies [60f5b3f]
- cojson@0.11.5
- jazz-react-core@0.11.5
- jazz-tools@0.11.5
## 0.11.4
### Patch Changes
- d133d47: add z-index of 1 to inspector
- e902405: add position prop to JazzInspector component
- Updated dependencies [57a3dbe]
- Updated dependencies [a717754]
- Updated dependencies [a91f343]
- Updated dependencies [7f036c1]
- jazz-tools@0.11.4
- cojson@0.11.4
- jazz-react-core@0.11.4
## 0.11.3
### Patch Changes
- Updated dependencies [68b0242]
- cojson@0.11.3
- jazz-react-core@0.11.3
- jazz-tools@0.11.3
## 0.11.2
### Patch Changes
- Updated dependencies [ed0e151]
- Updated dependencies [6892dc6]
- jazz-react-core@0.11.2
- jazz-tools@0.11.2
## 0.11.1
### Patch Changes
- 7b00a81: Version bump
- Updated dependencies [7b00a81]
- jazz-react-core@0.11.1
## 0.10.13
### Patch Changes
- b7deb3c: Add React 19 to the peer deps
- Updated dependencies [6a96d8b]
- Updated dependencies [a35249a]
- Updated dependencies [b9d194a]
- Updated dependencies [b9d194a]
- Updated dependencies [a4713df]
- Updated dependencies [e22de9f]
- Updated dependencies [34cbdc3]
- Updated dependencies [0f67e0a]
- Updated dependencies [f039e8f]
- Updated dependencies [e22de9f]
- jazz-tools@0.11.0
- cojson@0.11.0
- jazz-react-core@0.10.13
## 0.10.12
### Patch Changes
- Updated dependencies [2f99de0]
- Updated dependencies [f86e278]
- jazz-tools@0.10.15
- cojson@0.10.15
- jazz-react-core@0.10.12
## 0.10.11
### Patch Changes
- Updated dependencies [75211e3]
- jazz-react-core@0.10.11
- jazz-tools@0.10.14
## 0.10.10
### Patch Changes
- Updated dependencies [07feedd]
- jazz-tools@0.10.13
- jazz-react-core@0.10.10
## 0.10.9
### Patch Changes
- Updated dependencies [4612e05]
- jazz-react-core@0.10.9
- jazz-tools@0.10.12
## 0.10.8
### Patch Changes
- Updated dependencies [153dc99]
- Updated dependencies [2fb6428]
- cojson@0.10.8
- jazz-tools@0.10.8
- jazz-react-core@0.10.8
## 0.10.7
### Patch Changes
- Updated dependencies [0f83320]
- Updated dependencies [012022d]
- Updated dependencies [1136d9b]
- Updated dependencies [0eed228]
- cojson@0.10.7
- jazz-react-core@0.10.7
- jazz-tools@0.10.7
## 0.10.6
### Patch Changes
- Updated dependencies [1d71ca1]
- Updated dependencies [5c76e37]
- Updated dependencies [ada802b]
- jazz-react-core@0.10.6
- cojson@0.10.6
- jazz-tools@0.10.6
## 0.10.5
### Patch Changes
- Updated dependencies [59ff77e]
- jazz-tools@0.10.5
- jazz-react-core@0.10.5
## 0.10.4
### Patch Changes
- Updated dependencies [1af6072]
- cojson@0.10.4
- jazz-react-core@0.10.4
- jazz-tools@0.10.4
## 0.10.3
### Patch Changes
- Updated dependencies [d8582fc]
- jazz-tools@0.10.3
- jazz-react-core@0.10.3
## 0.10.2
### Patch Changes
- Updated dependencies [cae3a9e]
- cojson@0.10.2
- jazz-react-core@0.10.2
- jazz-tools@0.10.2
## 0.10.1
### Patch Changes
- Updated dependencies [5a63cba]
- Updated dependencies [5a63cba]
- jazz-tools@0.10.1
- cojson@0.10.1
- jazz-react-core@0.10.1
## 0.10.0
### Minor Changes
- 498954f: Introducing the new auth system!
### Patch Changes
- Updated dependencies [b426342]
- Updated dependencies [498954f]
- Updated dependencies [8217981]
- Updated dependencies [d42c2aa]
- Updated dependencies [dd03464]
- Updated dependencies [b426342]
- Updated dependencies [ac3d9fa]
- Updated dependencies [610543c]
- cojson@0.10.0
- jazz-react-core@0.10.0
- jazz-tools@0.10.0
## 0.9.23
### Patch Changes
- Updated dependencies [70c9a5d]
- cojson@0.9.23
- jazz-react-core@0.9.22
- jazz-tools@0.9.23
## 0.9.22
### Patch Changes
- Updated dependencies [1be017d]
- jazz-tools@0.9.21
- jazz-react-core@0.9.21
## 0.9.21
### Patch Changes
- Updated dependencies [b01cc1f]
- jazz-tools@0.9.20
- jazz-react-core@0.9.20
## 0.9.20
### Patch Changes
- Updated dependencies [6ad0a9f]
- cojson@0.9.19
- jazz-react-core@0.8.60
- jazz-tools@0.9.19
## 0.9.19
### Patch Changes
- 2faf22f: Fix published files config
## 0.9.18
### Patch Changes
- Updated dependencies [8898b10]
- cojson@0.9.18
- jazz-react-core@0.8.59
- jazz-tools@0.9.18
## 0.9.17
### Patch Changes
- Updated dependencies [c2ca1fe]
- Updated dependencies [1227047]
- jazz-tools@0.9.17
- jazz-react-core@0.8.58
## 0.9.16
### Patch Changes
- Updated dependencies [24b3b6a]
- jazz-tools@0.9.16
- jazz-react-core@0.8.57
## 0.9.15
### Patch Changes
- Updated dependencies [7491711]
- jazz-tools@0.9.15
- jazz-react-core@0.8.56
## 0.9.14
### Patch Changes
- Updated dependencies [3df93cc]
- jazz-tools@0.9.14
- jazz-react-core@0.8.55
## 0.9.13
### Patch Changes
- Updated dependencies [8d29e50]
- cojson@0.9.13
- jazz-react-core@0.8.54
- jazz-tools@0.9.13
## 0.9.12
### Patch Changes
- Updated dependencies [15d4b2a]
- cojson@0.9.12
- jazz-react-core@0.8.53
- jazz-tools@0.9.12
## 0.9.11
### Patch Changes
- Updated dependencies [efbf3d8]
- Updated dependencies [5863bad]
- cojson@0.9.11
- jazz-react-core@0.8.52
- jazz-tools@0.9.11

View File

@@ -1,6 +1,6 @@
{
"name": "jazz-inspector",
"version": "0.13.14",
"version": "0.13.13",
"type": "module",
"main": "./dist/app.js",
"types": "./dist/app.d.ts",

View File

@@ -5,7 +5,7 @@
"types": "dist/index.d.ts",
"type": "module",
"license": "MIT",
"version": "0.13.14",
"version": "0.13.13",
"dependencies": {
"cojson": "workspace:*",
"cojson-transport-ws": "workspace:*",

View File

@@ -1,6 +1,6 @@
{
"name": "jazz-react-auth-clerk",
"version": "0.13.14",
"version": "0.13.13",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",

View File

@@ -1,6 +1,6 @@
{
"name": "jazz-react-core",
"version": "0.13.14",
"version": "0.13.13",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",

View File

@@ -1,7 +1,7 @@
{
"name": "jazz-react-native-core",
"type": "module",
"version": "0.13.14",
"version": "0.13.13",
"license": "MIT",
"main": "./dist/index.js",
"module": "./dist/index.js",

View File

@@ -1,6 +1,6 @@
{
"name": "jazz-react-native-media-images",
"version": "0.13.14",
"version": "0.13.13",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",

View File

@@ -1,6 +1,6 @@
{
"name": "jazz-react-native",
"version": "0.13.14",
"version": "0.13.13",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",

View File

@@ -1,6 +1,6 @@
{
"name": "jazz-react",
"version": "0.13.14",
"version": "0.13.13",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -17,11 +17,11 @@
},
"dependencies": {
"@scure/bip39": "^1.3.0",
"cojson": "workspace:0.13.14",
"jazz-browser-media-images": "workspace:0.13.14",
"jazz-browser": "workspace:0.13.14",
"jazz-react-core": "workspace:0.13.14",
"jazz-tools": "workspace:0.13.14"
"cojson": "workspace:0.13.13",
"jazz-browser-media-images": "workspace:0.13.13",
"jazz-browser": "workspace:0.13.13",
"jazz-react-core": "workspace:0.13.13",
"jazz-tools": "workspace:0.13.13"
},
"devDependencies": {
"@testing-library/dom": "^10.4.0",

View File

@@ -1,6 +1,6 @@
{
"name": "jazz-richtext-prosemirror",
"version": "0.1.3",
"version": "0.1.2",
"description": "ProseMirror integration for Jazz rich text editing",
"main": "dist/index.js",
"types": "src/index.ts",

View File

@@ -3,7 +3,7 @@
"bin": "./dist/index.js",
"type": "module",
"license": "MIT",
"version": "0.13.14",
"version": "0.13.13",
"exports": {
"./startSyncServer": {
"import": "./dist/startSyncServer.js",
@@ -27,11 +27,11 @@
"@effect/printer-ansi": "^0.34.5",
"@effect/schema": "^0.71.1",
"@effect/typeclass": "^0.25.5",
"cojson": "workspace:0.13.14",
"cojson-storage-sqlite": "workspace:0.13.14",
"cojson-transport-ws": "workspace:0.13.14",
"cojson": "workspace:0.13.13",
"cojson-storage-sqlite": "workspace:0.13.13",
"cojson-transport-ws": "workspace:0.13.13",
"effect": "^3.6.5",
"jazz-tools": "workspace:0.13.14",
"jazz-tools": "workspace:0.13.13",
"ws": "^8.14.2"
},
"devDependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "jazz-svelte",
"version": "0.13.14",
"version": "0.13.13",
"scripts": {
"dev": "vite dev",
"build": "vite build && npm run package",

View File

@@ -17,7 +17,7 @@
},
"type": "module",
"license": "MIT",
"version": "0.13.14",
"version": "0.13.13",
"dependencies": {
"@scure/bip39": "^1.3.0",
"cojson": "workspace:*",

View File

@@ -1,6 +1,6 @@
{
"name": "jazz-vue",
"version": "0.13.14",
"version": "0.13.13",
"type": "module",
"main": "dist/index.js",
"types": "src/index.ts",

View File

@@ -1,7 +1,7 @@
{
"name": "jazz-tailwind-demo-auth-starter",
"private": true,
"version": "0.0.76",
"version": "0.0.75",
"type": "module",
"scripts": {
"dev": "vite",