Compare commits

...

6 Commits

Author SHA1 Message Date
Guido D'Orsi
0dffa407a8 Merge pull request #1748 from garden-co/changeset-release/main
Version Packages
2025-03-28 15:39:11 +01:00
github-actions[bot]
0d97f161bd Version Packages 2025-03-28 13:09:50 +00:00
Guido D'Orsi
b9525b675e Merge pull request #1747 from garden-co/perf/linked-list-queue
perf: re-introducing linked lists on PriorityBasedMessageQueue
2025-03-28 14:07:25 +01:00
Guido D'Orsi
5a00fe0862 perf: re-introducing linked lists on PriorityBasedMessageQueue 2025-03-28 12:54:44 +01:00
Guido D'Orsi
3db07f541f Merge pull request #1746 from garden-co/feat/upgrade-typedoc
fix(homepage): upgrade typedoc to v0.27 and ts v5.7
2025-03-28 12:12:04 +01:00
Guido D'Orsi
0db2e60d09 fix(homepage): upgrade typedoc to v0.27 and ts v5.7 2025-03-28 12:06:36 +01:00
97 changed files with 757 additions and 129 deletions

View File

@@ -1,5 +1,14 @@
# chat-rn-clerk
## 1.0.91
### Patch Changes
- jazz-react-native@0.12.1
- jazz-react-native-auth-clerk@0.12.1
- jazz-tools@0.12.1
- jazz-react-native-media-images@0.12.1
## 1.0.90
### Patch Changes

View File

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

View File

@@ -1,5 +1,12 @@
# chat-rn
## 1.0.87
### Patch Changes
- jazz-react-native@0.12.1
- jazz-tools@0.12.1
## 1.0.86
### Patch Changes

View File

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

View File

@@ -1,5 +1,13 @@
# chat-vue
## 0.0.72
### Patch Changes
- jazz-browser@0.12.1
- jazz-tools@0.12.1
- jazz-vue@0.12.1
## 0.0.71
### Patch Changes

View File

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

View File

@@ -1,5 +1,13 @@
# jazz-example-chat
## 0.0.169
### Patch Changes
- jazz-inspector@0.12.1
- jazz-react@0.12.1
- jazz-tools@0.12.1
## 0.0.168
### Patch Changes

View File

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

View File

@@ -1,5 +1,13 @@
# minimal-auth-clerk
## 0.0.68
### Patch Changes
- jazz-react@0.12.1
- jazz-react-auth-clerk@0.12.1
- jazz-tools@0.12.1
## 0.0.67
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "clerk",
"private": true,
"version": "0.0.67",
"version": "0.0.68",
"type": "module",
"scripts": {
"dev": "vite",
@@ -13,7 +13,7 @@
"dependencies": {
"@clerk/clerk-react": "^5.4.1",
"jazz-react": "workspace:*",
"jazz-react-auth-clerk": "workspace:0.12.0",
"jazz-react-auth-clerk": "workspace:0.12.1",
"jazz-tools": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1"

View File

@@ -1,5 +1,12 @@
# file-share-svelte
## 0.0.52
### Patch Changes
- jazz-svelte@0.12.1
- jazz-tools@0.12.1
## 0.0.51
### Patch Changes

View File

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

View File

@@ -1,5 +1,12 @@
# jazz-tailwind-demo-auth-starter
## 0.0.8
### Patch Changes
- jazz-react@0.12.1
- jazz-tools@0.12.1
## 0.0.7
### Patch Changes

View File

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

View File

@@ -1,5 +1,12 @@
# form
## 0.1.10
### Patch Changes
- jazz-react@0.12.1
- jazz-tools@0.12.1
## 0.1.9
### Patch Changes

View File

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

View File

@@ -1,5 +1,12 @@
# image-upload
## 0.0.66
### Patch Changes
- jazz-react@0.12.1
- jazz-tools@0.12.1
## 0.0.65
### Patch Changes

View File

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

View File

@@ -1,5 +1,14 @@
# jazz-example-inspector
## 0.0.119
### Patch Changes
- Updated dependencies [5a00fe0]
- cojson@0.12.1
- cojson-transport-ws@0.12.1
- jazz-inspector@0.12.1
## 0.0.118
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "jazz-inspector-app",
"private": true,
"version": "0.0.118",
"version": "0.0.119",
"type": "module",
"scripts": {
"dev": "vite",
@@ -13,8 +13,8 @@
"dependencies": {
"jazz-inspector": "workspace:*",
"clsx": "^2.0.0",
"cojson": "workspace:0.12.0",
"cojson-transport-ws": "workspace:0.12.0",
"cojson": "workspace:0.12.1",
"cojson-transport-ws": "workspace:0.12.1",
"hash-slash": "workspace:0.2.2",
"lucide-react": "^0.274.0",
"react": "^18.3.1",

View File

@@ -1,5 +1,12 @@
# multi-cursors
## 0.0.62
### Patch Changes
- jazz-react@0.12.1
- jazz-tools@0.12.1
## 0.0.61
### Patch Changes

View File

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

View File

@@ -1,5 +1,13 @@
# multiauth
## 0.0.9
### Patch Changes
- jazz-react@0.12.1
- jazz-react-auth-clerk@0.12.1
- jazz-tools@0.12.1
## 0.0.8
### Patch Changes

View File

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

View File

@@ -1,5 +1,13 @@
# jazz-example-musicplayer
## 0.0.90
### Patch Changes
- jazz-inspector@0.12.1
- jazz-react@0.12.1
- jazz-tools@0.12.1
## 0.0.89
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "jazz-example-music-player",
"private": true,
"version": "0.0.89",
"version": "0.0.90",
"type": "module",
"scripts": {
"dev": "vite",
@@ -22,8 +22,8 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"jazz-inspector": "workspace:*",
"jazz-react": "workspace:0.12.0",
"jazz-tools": "workspace:0.12.0",
"jazz-react": "workspace:0.12.1",
"jazz-tools": "workspace:0.12.1",
"lucide-react": "^0.274.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",

View File

@@ -1,5 +1,12 @@
# organization
## 0.0.62
### Patch Changes
- jazz-react@0.12.1
- jazz-tools@0.12.1
## 0.0.61
### Patch Changes

View File

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

View File

@@ -1,5 +1,11 @@
# passkey-svelte
## 0.0.56
### Patch Changes
- jazz-svelte@0.12.1
## 0.0.55
### Patch Changes

View File

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

View File

@@ -1,5 +1,12 @@
# minimal-auth-passkey
## 0.0.67
### Patch Changes
- jazz-react@0.12.1
- jazz-tools@0.12.1
## 0.0.66
### Patch Changes

View File

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

View File

@@ -1,5 +1,12 @@
# passphrase
## 0.0.64
### Patch Changes
- jazz-react@0.12.1
- jazz-tools@0.12.1
## 0.0.63
### Patch Changes

View File

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

View File

@@ -1,5 +1,12 @@
# jazz-password-manager
## 0.0.88
### Patch Changes
- jazz-react@0.12.1
- jazz-tools@0.12.1
## 0.0.87
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "jazz-password-manager",
"private": true,
"version": "0.0.87",
"version": "0.0.88",
"type": "module",
"scripts": {
"dev": "vite",
@@ -12,8 +12,8 @@
"clean-install": "rm -rf node_modules pnpm-lock.yaml && pnpm install"
},
"dependencies": {
"jazz-react": "workspace:0.12.0",
"jazz-tools": "workspace:0.12.0",
"jazz-react": "workspace:0.12.1",
"jazz-tools": "workspace:0.12.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.41.5",

View File

@@ -1,5 +1,12 @@
# jazz-example-pets
## 0.0.186
### Patch Changes
- jazz-react@0.12.1
- jazz-tools@0.12.1
## 0.0.185
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "jazz-example-pets",
"private": true,
"version": "0.0.185",
"version": "0.0.186",
"type": "module",
"scripts": {
"dev": "vite",
@@ -19,8 +19,8 @@
"@radix-ui/react-toast": "^1.1.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"jazz-react": "workspace:0.12.0",
"jazz-tools": "workspace:0.12.0",
"jazz-react": "workspace:0.12.1",
"jazz-tools": "workspace:0.12.1",
"lucide-react": "^0.274.0",
"qrcode": "^1.5.3",
"react": "^18.3.1",
@@ -40,7 +40,7 @@
"@vitejs/plugin-react-swc": "^3.3.2",
"autoprefixer": "^10.4.20",
"is-ci": "^3.0.1",
"jazz-run": "workspace:0.12.0",
"jazz-run": "workspace:0.12.1",
"postcss": "^8.4.27",
"tailwindcss": "^3.4.17",
"typescript": "~5.6.2",

View File

@@ -1,5 +1,12 @@
# reactions
## 0.0.66
### Patch Changes
- jazz-react@0.12.1
- jazz-tools@0.12.1
## 0.0.65
### Patch Changes

View File

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

View File

@@ -1,5 +1,13 @@
# todo-vue
## 0.0.70
### Patch Changes
- jazz-browser@0.12.1
- jazz-tools@0.12.1
- jazz-vue@0.12.1
## 0.0.69
### Patch Changes

View File

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

View File

@@ -1,5 +1,12 @@
# jazz-example-todo
## 0.0.185
### Patch Changes
- jazz-react@0.12.1
- jazz-tools@0.12.1
## 0.0.184
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "jazz-example-todo",
"private": true,
"version": "0.0.184",
"version": "0.0.185",
"type": "module",
"scripts": {
"dev": "vite",
@@ -16,8 +16,8 @@
"@radix-ui/react-toast": "^1.1.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"jazz-react": "workspace:0.12.0",
"jazz-tools": "workspace:0.12.0",
"jazz-react": "workspace:0.12.1",
"jazz-tools": "workspace:0.12.1",
"lucide-react": "^0.274.0",
"qrcode": "^1.5.3",
"react": "^18.3.1",

View File

@@ -1,5 +1,13 @@
# version-history
## 0.0.63
### Patch Changes
- jazz-inspector@0.12.1
- jazz-react@0.12.1
- jazz-tools@0.12.1
## 0.0.62
### Patch Changes

View File

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

View File

@@ -38,11 +38,15 @@ export async function PackageDocs({
<section key={category.title}>
<h2>{category.title}</h2>
{category.children.map((child) => (
<RenderPackageChild
child={child}
key={child.id}
inPackage={packageName}
/>
// Ability to link external documents has been added. Turning it off for now
// https://typedoc.org/documents/External_Documents.html
child.variant !== "document" && (
<RenderPackageChild
child={child}
key={child.id}
inPackage={packageName}
/>
)
))}
</section>
);
@@ -191,7 +195,9 @@ function RenderClassOrInterface({
)}
/>
{category.children.map((prop) => (
<RenderProp prop={prop} klass={classOrInterface} key={prop.id} />
prop.variant !== "document" && (
<RenderProp prop={prop} klass={classOrInterface} key={prop.id} />
)
))}
</div>
))}

View File

@@ -1,4 +1,4 @@
import { Deserializer, JSONOutput, ProjectReflection } from "typedoc";
import { Deserializer, FileRegistry, JSONOutput, ProjectReflection } from "typedoc";
import JazzBrowserMediaImagesDocs from "../../typedoc/jazz-browser-media-images.json";
import JazzBrowserDocs from "../../typedoc/jazz-browser.json";
@@ -7,17 +7,20 @@ import JazzReactDocs from "../../typedoc/jazz-react.json";
import JazzToolsDocs from "../../typedoc/jazz-tools.json";
const docs = {
"jazz-tools": JazzToolsDocs as JSONOutput.ProjectReflection,
"jazz-react": JazzReactDocs as JSONOutput.ProjectReflection,
"jazz-browser": JazzBrowserDocs as JSONOutput.ProjectReflection,
"jazz-tools": JazzToolsDocs as unknown as JSONOutput.ProjectReflection,
"jazz-react": JazzReactDocs as unknown as JSONOutput.ProjectReflection,
"jazz-browser": JazzBrowserDocs as unknown as JSONOutput.ProjectReflection,
"jazz-browser-media-images":
JazzBrowserMediaImagesDocs as JSONOutput.ProjectReflection,
"jazz-nodejs": JazzNodejsDocs as JSONOutput.ProjectReflection,
JazzBrowserMediaImagesDocs as unknown as JSONOutput.ProjectReflection,
"jazz-nodejs": JazzNodejsDocs as unknown as JSONOutput.ProjectReflection,
};
export async function requestProject(
packageName: keyof typeof docs,
): Promise<ProjectReflection> {
const deserializer = new Deserializer({} as any);
return deserializer.reviveProject(docs[packageName], packageName);
return deserializer.reviveProject(packageName, docs[packageName], {
projectRoot: "/",
registry: new FileRegistry(),
});
}

View File

@@ -62,7 +62,7 @@
"autoprefixer": "^10",
"postcss": "^8",
"tailwindcss": "^3",
"typedoc": "^0.25.13",
"typescript": "^5.3.3"
"typedoc": "^0.27.0",
"typescript": "~5.7.0"
}
}

130
homepage/pnpm-lock.yaml generated
View File

@@ -201,7 +201,7 @@ importers:
version: 3.2.1
'@shikijs/twoslash':
specifier: ^3.2.1
version: 3.2.1(typescript@5.4.5)
version: 3.2.1(typescript@5.7.3)
'@stefanprobst/rehype-extract-toc':
specifier: ^2.2.0
version: 2.2.0
@@ -309,11 +309,11 @@ importers:
specifier: ^3
version: 3.4.3
typedoc:
specifier: ^0.25.13
version: 0.25.13(typescript@5.4.5)
specifier: ^0.27.0
version: 0.27.9(typescript@5.7.3)
typescript:
specifier: ^5.3.3
version: 5.4.5
specifier: ~5.7.0
version: 5.7.3
packages:
@@ -447,6 +447,9 @@ packages:
'@floating-ui/utils@0.2.8':
resolution: {integrity: sha512-kym7SodPp8/wloecOpcmSnWJsK7M0E5Wg8UcFA+uO4B9s5d0ywXOEro/8HM9x0rW+TljRzul/14UYz3TleT3ig==}
'@gerrit0/mini-shiki@1.27.2':
resolution: {integrity: sha512-GeWyHz8ao2gBiUW4OJnQDxXQnFgZQwwQk05t/CVVgNBN7/rK8XZ7xY6YhLVv9tH3VppWWmr9DCl3MwemB/i+Og==}
'@headlessui/react@2.2.0':
resolution: {integrity: sha512-RzCEg+LXsuI7mHiSomsu/gBJSjpupm6A1qIZ5sWjd7JhARNlMiSA4kKfJpCKwU9tE+zMRterhhrP74PvfJrpXQ==}
engines: {node: '>=10'}
@@ -1048,6 +1051,9 @@ packages:
'@shikijs/engine-javascript@3.2.1':
resolution: {integrity: sha512-eMdcUzN3FMQYxOmRf2rmU8frikzoSHbQDFH2hIuXsrMO+IBOCI9BeeRkCiBkcLDHeRKbOCtYMJK3D6U32ooU9Q==}
'@shikijs/engine-oniguruma@1.29.2':
resolution: {integrity: sha512-7iiOx3SG8+g1MnlzZVDYiaeHe7Ez2Kf2HrJzdmGwkRisT7r4rak0e655AcM/tF9JG/kg5fMNYlLLKglbN7gBqA==}
'@shikijs/engine-oniguruma@3.2.1':
resolution: {integrity: sha512-wZZAkayEn6qu2+YjenEoFqj0OyQI64EWsNR6/71d1EkG4sxEOFooowKivsWPpaWNBu3sxAG+zPz5kzBL/SsreQ==}
@@ -1065,6 +1071,9 @@ packages:
peerDependencies:
typescript: '>=5.5.0'
'@shikijs/types@1.29.2':
resolution: {integrity: sha512-VJjK0eIijTZf0QSTODEXCqinjBn0joAHQ+aPSBzrv4O2d/QSbsMw+ZeSRx03kV34Hy7NzUvV/7NqfYGRLrASmw==}
'@shikijs/types@3.2.1':
resolution: {integrity: sha512-/NTWAk4KE2M8uac0RhOsIhYQf4pdU0OywQuYDGIGAJ6Mjunxl2cGiuLkvu4HLCMn+OTTLRWkjZITp+aYJv60yA==}
@@ -1679,6 +1688,9 @@ packages:
arg@5.0.2:
resolution: {integrity: sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==}
argparse@2.0.1:
resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
astring@1.8.6:
resolution: {integrity: sha512-ISvCdHdlTDlH5IpxQJIex7BWBywFWgjJSVdwst+/iQCoEYnyOaQ95+X1JGshuBjGp6nxKUy1jMgE3zPqN7fQdg==}
hasBin: true
@@ -2224,6 +2236,9 @@ packages:
lines-and-columns@1.2.4:
resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==}
linkify-it@5.0.0:
resolution: {integrity: sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==}
loader-runner@4.3.0:
resolution: {integrity: sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==}
engines: {node: '>=6.11.5'}
@@ -2271,6 +2286,10 @@ packages:
resolution: {integrity: sha512-WWC0ZuMzCyDHYCasEGs4IPvLyTGftYwh6wIEOULOF0HXcqZlhwRzrK0w2VUlxWA98xnvb/jszw4ZSkJ6ADpM6Q==}
engines: {node: '>=0.10.0'}
markdown-it@14.1.0:
resolution: {integrity: sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==}
hasBin: true
marked@4.3.0:
resolution: {integrity: sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==}
engines: {node: '>= 12'}
@@ -2333,6 +2352,9 @@ packages:
mdast-util-to-string@4.0.0:
resolution: {integrity: sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==}
mdurl@2.0.0:
resolution: {integrity: sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==}
merge-stream@2.0.0:
resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==}
@@ -2528,6 +2550,10 @@ packages:
resolution: {integrity: sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==}
engines: {node: '>=16 || 14 >=14.17'}
minimatch@9.0.5:
resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==}
engines: {node: '>=16 || 14 >=14.17'}
minipass@7.1.0:
resolution: {integrity: sha512-oGZRv2OT1lO2UF1zUcwdTb3wqUwI0kBGTgt/T7OdSj6M6N5m3o5uPf0AIW6lVxGGoiWUR7e2AwTE+xiwK8WQig==}
engines: {node: '>=16 || 14 >=14.17'}
@@ -2775,6 +2801,10 @@ packages:
proto-list@1.2.4:
resolution: {integrity: sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==}
punycode.js@2.3.1:
resolution: {integrity: sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==}
engines: {node: '>=6'}
punycode@2.3.1:
resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==}
engines: {node: '>=6'}
@@ -3128,11 +3158,26 @@ packages:
peerDependencies:
typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x
typedoc@0.27.9:
resolution: {integrity: sha512-/z585740YHURLl9DN2jCWe6OW7zKYm6VoQ93H0sxZ1cwHQEQrUn5BJrEnkWhfzUdyO+BLGjnKUZ9iz9hKloFDw==}
engines: {node: '>= 18'}
hasBin: true
peerDependencies:
typescript: 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x || 5.7.x || 5.8.x
typescript@5.4.5:
resolution: {integrity: sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==}
engines: {node: '>=14.17'}
hasBin: true
typescript@5.7.3:
resolution: {integrity: sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==}
engines: {node: '>=14.17'}
hasBin: true
uc.micro@2.1.0:
resolution: {integrity: sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==}
undici-types@5.26.5:
resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==}
@@ -3281,6 +3326,11 @@ packages:
engines: {node: '>= 14'}
hasBin: true
yaml@2.7.0:
resolution: {integrity: sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==}
engines: {node: '>= 14'}
hasBin: true
yargs-parser@18.1.3:
resolution: {integrity: sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==}
engines: {node: '>=6'}
@@ -3401,6 +3451,12 @@ snapshots:
'@floating-ui/utils@0.2.8': {}
'@gerrit0/mini-shiki@1.27.2':
dependencies:
'@shikijs/engine-oniguruma': 1.29.2
'@shikijs/types': 1.29.2
'@shikijs/vscode-textmate': 10.0.2
'@headlessui/react@2.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
dependencies:
'@floating-ui/react': 0.26.27(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
@@ -3901,6 +3957,11 @@ snapshots:
'@shikijs/vscode-textmate': 10.0.2
oniguruma-to-es: 4.1.0
'@shikijs/engine-oniguruma@1.29.2':
dependencies:
'@shikijs/types': 1.29.2
'@shikijs/vscode-textmate': 10.0.2
'@shikijs/engine-oniguruma@3.2.1':
dependencies:
'@shikijs/types': 3.2.1
@@ -3919,15 +3980,20 @@ snapshots:
'@shikijs/core': 3.2.1
'@shikijs/types': 3.2.1
'@shikijs/twoslash@3.2.1(typescript@5.4.5)':
'@shikijs/twoslash@3.2.1(typescript@5.7.3)':
dependencies:
'@shikijs/core': 3.2.1
'@shikijs/types': 3.2.1
twoslash: 0.3.1(typescript@5.4.5)
typescript: 5.4.5
twoslash: 0.3.1(typescript@5.7.3)
typescript: 5.7.3
transitivePeerDependencies:
- supports-color
'@shikijs/types@1.29.2':
dependencies:
'@shikijs/vscode-textmate': 10.0.2
'@types/hast': 3.0.4
'@shikijs/types@3.2.1':
dependencies:
'@shikijs/vscode-textmate': 10.0.2
@@ -5174,10 +5240,10 @@ snapshots:
transitivePeerDependencies:
- supports-color
'@typescript/vfs@1.6.1(typescript@5.4.5)':
'@typescript/vfs@1.6.1(typescript@5.7.3)':
dependencies:
debug: 4.3.4
typescript: 5.4.5
typescript: 5.7.3
transitivePeerDependencies:
- supports-color
@@ -5333,6 +5399,8 @@ snapshots:
arg@5.0.2: {}
argparse@2.0.1: {}
astring@1.8.6: {}
autoprefixer@10.4.19(postcss@8.4.38):
@@ -5867,6 +5935,10 @@ snapshots:
lines-and-columns@1.2.4: {}
linkify-it@5.0.0:
dependencies:
uc.micro: 2.1.0
loader-runner@4.3.0: {}
locate-path@5.0.0:
@@ -5899,6 +5971,15 @@ snapshots:
markdown-extensions@1.1.1: {}
markdown-it@14.1.0:
dependencies:
argparse: 2.0.1
entities: 4.5.0
linkify-it: 5.0.0
mdurl: 2.0.0
punycode.js: 2.3.1
uc.micro: 2.1.0
marked@4.3.0: {}
mdast-util-definitions@5.1.2:
@@ -6101,6 +6182,8 @@ snapshots:
dependencies:
'@types/mdast': 4.0.3
mdurl@2.0.0: {}
merge-stream@2.0.0: {}
merge2@1.4.1: {}
@@ -6536,6 +6619,10 @@ snapshots:
dependencies:
brace-expansion: 2.0.1
minimatch@9.0.5:
dependencies:
brace-expansion: 2.0.1
minipass@7.1.0: {}
mri@1.2.0: {}
@@ -6795,6 +6882,8 @@ snapshots:
proto-list@1.2.4: {}
punycode.js@2.3.1: {}
punycode@2.3.1: {}
qrcode@1.5.4:
@@ -7184,11 +7273,11 @@ snapshots:
twoslash-protocol@0.3.1: {}
twoslash@0.3.1(typescript@5.4.5):
twoslash@0.3.1(typescript@5.7.3):
dependencies:
'@typescript/vfs': 1.6.1(typescript@5.4.5)
'@typescript/vfs': 1.6.1(typescript@5.7.3)
twoslash-protocol: 0.3.1
typescript: 5.4.5
typescript: 5.7.3
transitivePeerDependencies:
- supports-color
@@ -7200,8 +7289,21 @@ snapshots:
shiki: 0.14.7
typescript: 5.4.5
typedoc@0.27.9(typescript@5.7.3):
dependencies:
'@gerrit0/mini-shiki': 1.27.2
lunr: 2.3.9
markdown-it: 14.1.0
minimatch: 9.0.5
typescript: 5.7.3
yaml: 2.7.0
typescript@5.4.5: {}
typescript@5.7.3: {}
uc.micro@2.1.0: {}
undici-types@5.26.5: {}
undici-types@6.19.8: {}
@@ -7405,6 +7507,8 @@ snapshots:
yaml@2.4.2: {}
yaml@2.7.0: {}
yargs-parser@18.1.3:
dependencies:
camelcase: 5.3.1

View File

@@ -1,5 +1,13 @@
# cojson-storage-indexeddb
## 0.12.1
### Patch Changes
- Updated dependencies [5a00fe0]
- cojson@0.12.1
- cojson-storage@0.12.1
## 0.12.0
### Patch Changes

View File

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

View File

@@ -1,5 +1,13 @@
# cojson-storage-sqlite
## 0.12.1
### Patch Changes
- Updated dependencies [5a00fe0]
- cojson@0.12.1
- cojson-storage@0.12.1
## 0.12.0
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "cojson-storage-rn-sqlite",
"type": "module",
"version": "0.12.0",
"version": "0.12.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",

View File

@@ -1,5 +1,13 @@
# cojson-storage-sqlite
## 0.12.1
### Patch Changes
- Updated dependencies [5a00fe0]
- cojson@0.12.1
- cojson-storage@0.12.1
## 0.12.0
### Patch Changes

View File

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

View File

@@ -1,5 +1,12 @@
# cojson-storage
## 0.12.1
### Patch Changes
- Updated dependencies [5a00fe0]
- cojson@0.12.1
## 0.12.0
### Patch Changes

View File

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

View File

@@ -1,5 +1,12 @@
# cojson-transport-nodejs-ws
## 0.12.1
### Patch Changes
- Updated dependencies [5a00fe0]
- cojson@0.12.1
## 0.12.0
### Patch Changes

View File

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

View File

@@ -1,5 +1,11 @@
# cojson
## 0.12.1
### Patch Changes
- 5a00fe0: Re-introducing linked lists on PriorityBasedMessageQueue
## 0.12.0
### Minor Changes

View File

@@ -25,7 +25,7 @@
},
"type": "module",
"license": "MIT",
"version": "0.12.0",
"version": "0.12.1",
"devDependencies": {
"@opentelemetry/sdk-metrics": "^2.0.0",
"typescript": "~5.6.2",

View File

@@ -33,10 +33,70 @@ type Tuple<T, N extends number, A extends unknown[] = []> = A extends {
}
? A
: Tuple<T, N, [...A, T]>;
type QueueTuple = Tuple<QueueEntry[], 8>;
type QueueTuple = Tuple<LinkedList<QueueEntry>, 8>;
type LinkedListNode<T> = {
value: T;
next: LinkedListNode<T> | undefined;
};
/**
* Using a linked list to make the shift operation O(1) instead of O(n)
* as our queues can grow very large when the system is under pressure.
*/
export class LinkedList<T> {
head: LinkedListNode<T> | undefined = undefined;
tail: LinkedListNode<T> | undefined = undefined;
length = 0;
push(value: T) {
const node = { value, next: undefined };
if (this.head === undefined) {
this.head = node;
this.tail = node;
} else if (this.tail) {
this.tail.next = node;
this.tail = node;
} else {
throw new Error("LinkedList is corrupted");
}
this.length++;
}
shift() {
if (!this.head) {
return undefined;
}
const node = this.head;
const value = node.value;
this.head = node.next;
node.next = undefined;
if (this.head === undefined) {
this.tail = undefined;
}
this.length--;
return value;
}
}
export class PriorityBasedMessageQueue {
private queues: QueueTuple = [[], [], [], [], [], [], [], []];
private queues: QueueTuple = [
new LinkedList<QueueEntry>(),
new LinkedList<QueueEntry>(),
new LinkedList<QueueEntry>(),
new LinkedList<QueueEntry>(),
new LinkedList<QueueEntry>(),
new LinkedList<QueueEntry>(),
new LinkedList<QueueEntry>(),
new LinkedList<QueueEntry>(),
];
queueSizeCounter = metrics
.getMeter("cojson")
.createUpDownCounter("jazz.messagequeue.size", {

View File

@@ -0,0 +1,96 @@
import { beforeEach, describe, expect, it } from "vitest";
import { LinkedList } from "../PriorityBasedMessageQueue";
describe("LinkedList", () => {
let list: LinkedList<number>;
beforeEach(() => {
list = new LinkedList<number>();
});
describe("initialization", () => {
it("should create an empty list", () => {
expect(list.length).toBe(0);
expect(list.head).toBeUndefined();
expect(list.tail).toBeUndefined();
});
});
describe("push", () => {
it("should add an element to an empty list", () => {
list.push(1);
expect(list.length).toBe(1);
expect(list.head?.value).toBe(1);
expect(list.tail?.value).toBe(1);
});
it("should add multiple elements in sequence", () => {
list.push(1);
list.push(2);
list.push(3);
expect(list.length).toBe(3);
expect(list.head?.value).toBe(1);
expect(list.tail?.value).toBe(3);
});
});
describe("shift", () => {
it("should return undefined for empty list", () => {
expect(list.shift()).toBeUndefined();
expect(list.length).toBe(0);
expect(list.head).toBeUndefined();
expect(list.tail).toBeUndefined();
});
it("should remove and return the first element", () => {
list.push(1);
list.push(2);
const shifted = list.shift();
expect(shifted).toBe(1);
expect(list.length).toBe(1);
expect(list.head?.value).toBe(2);
expect(list.tail?.value).toBe(2);
});
it("should maintain correct order when shifting multiple times", () => {
list.push(1);
list.push(2);
list.push(3);
expect(list.shift()).toBe(1);
expect(list.shift()).toBe(2);
expect(list.shift()).toBe(3);
expect(list.length).toBe(0);
expect(list.head).toBeUndefined();
expect(list.tail).toBeUndefined();
});
it("should handle shift after last element is removed", () => {
list.push(1);
list.shift();
expect(list.shift()).toBeUndefined();
expect(list.length).toBe(0);
expect(list.head).toBeUndefined();
expect(list.tail).toBeUndefined();
});
});
describe("edge cases", () => {
it("should handle push after all elements have been shifted", () => {
list.push(1);
list.shift();
list.push(2);
expect(list.length).toBe(1);
expect(list.shift()).toBe(2);
});
it("should handle alternating push and shift operations", () => {
list.push(1);
expect(list.shift()).toBe(1);
list.push(2);
expect(list.shift()).toBe(2);
expect(list.length).toBe(0);
});
});
});

View File

@@ -1,5 +1,14 @@
# jazz-browser-media-images
## 0.12.1
### Patch Changes
- Updated dependencies [5a00fe0]
- cojson@0.12.1
- jazz-browser@0.12.1
- jazz-tools@0.12.1
## 0.12.0
### Patch Changes

View File

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

View File

@@ -1,5 +1,12 @@
# jazz-browser-media-images
## 0.12.1
### Patch Changes
- jazz-browser@0.12.1
- jazz-tools@0.12.1
## 0.12.0
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "jazz-browser-media-images",
"version": "0.12.0",
"version": "0.12.1",
"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.12.0",
"jazz-tools": "workspace:0.12.0",
"jazz-browser": "workspace:0.12.1",
"jazz-tools": "workspace:0.12.1",
"pica": "^9.0.1",
"typescript": "~5.6.2"
},

View File

@@ -1,5 +1,15 @@
# jazz-browser
## 0.12.1
### Patch Changes
- Updated dependencies [5a00fe0]
- cojson@0.12.1
- cojson-storage-indexeddb@0.12.1
- cojson-transport-ws@0.12.1
- jazz-tools@0.12.1
## 0.12.0
### Patch Changes

View File

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

View File

@@ -1,5 +1,14 @@
# jazz-inspector
## 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

View File

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

View File

@@ -1,5 +1,14 @@
# jazz-autosub
## 0.12.1
### Patch Changes
- Updated dependencies [5a00fe0]
- cojson@0.12.1
- cojson-transport-ws@0.12.1
- jazz-tools@0.12.1
## 0.12.0
### Patch Changes

View File

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

View File

@@ -1,5 +1,16 @@
# jazz-browser-media-images
## 0.12.1
### Patch Changes
- Updated dependencies [5a00fe0]
- cojson@0.12.1
- jazz-auth-clerk@0.12.1
- jazz-browser@0.12.1
- jazz-react@0.12.1
- jazz-tools@0.12.1
## 0.12.0
### Patch Changes

View File

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

View File

@@ -1,5 +1,13 @@
# jazz-react-core
## 0.12.1
### Patch Changes
- Updated dependencies [5a00fe0]
- cojson@0.12.1
- jazz-tools@0.12.1
## 0.12.0
### Patch Changes

View File

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

View File

@@ -1,5 +1,15 @@
# jazz-react-native-auth-clerk
## 0.12.1
### Patch Changes
- Updated dependencies [5a00fe0]
- cojson@0.12.1
- jazz-auth-clerk@0.12.1
- jazz-react-native@0.12.1
- jazz-tools@0.12.1
## 0.12.0
### Patch Changes

View File

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

View File

@@ -1,5 +1,11 @@
# jazz-browser-media-images
## 0.12.1
### Patch Changes
- jazz-tools@0.12.1
## 0.12.0
### Patch Changes

View File

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

View File

@@ -1,5 +1,17 @@
# jazz-browser
## 0.12.1
### Patch Changes
- Updated dependencies [5a00fe0]
- cojson@0.12.1
- cojson-storage-rn-sqlite@0.12.1
- cojson-transport-ws@0.12.1
- jazz-react-core@0.12.1
- jazz-tools@0.12.1
- jazz-react-native-media-images@0.12.1
## 0.12.0
### Patch Changes

View File

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

View File

@@ -1,5 +1,16 @@
# jazz-react
## 0.12.1
### Patch Changes
- Updated dependencies [5a00fe0]
- cojson@0.12.1
- jazz-browser@0.12.1
- jazz-react-core@0.12.1
- jazz-tools@0.12.1
- jazz-browser-media-images@0.12.1
## 0.12.0
### Patch Changes

View File

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

View File

@@ -1,5 +1,15 @@
# jazz-run
## 0.12.1
### Patch Changes
- Updated dependencies [5a00fe0]
- cojson@0.12.1
- cojson-storage-sqlite@0.12.1
- cojson-transport-ws@0.12.1
- jazz-tools@0.12.1
## 0.12.0
### Patch Changes

View File

@@ -3,7 +3,7 @@
"bin": "./dist/index.js",
"type": "module",
"license": "MIT",
"version": "0.12.0",
"version": "0.12.1",
"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.12.0",
"cojson-storage-sqlite": "workspace:0.12.0",
"cojson-transport-ws": "workspace:0.12.0",
"cojson": "workspace:0.12.1",
"cojson-storage-sqlite": "workspace:0.12.1",
"cojson-transport-ws": "workspace:0.12.1",
"effect": "^3.6.5",
"jazz-tools": "workspace:0.12.0",
"jazz-tools": "workspace:0.12.1",
"ws": "^8.14.2"
},
"devDependencies": {

View File

@@ -1,5 +1,14 @@
# jazz-svelte
## 0.12.1
### Patch Changes
- Updated dependencies [5a00fe0]
- cojson@0.12.1
- jazz-browser@0.12.1
- jazz-tools@0.12.1
## 0.12.0
### Patch Changes

View File

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

View File

@@ -1,5 +1,12 @@
# jazz-tools
## 0.12.1
### Patch Changes
- Updated dependencies [5a00fe0]
- cojson@0.12.1
## 0.12.0
### Minor Changes

View File

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

View File

@@ -1,5 +1,14 @@
# jazz-react
## 0.12.1
### Patch Changes
- Updated dependencies [5a00fe0]
- cojson@0.12.1
- jazz-browser@0.12.1
- jazz-tools@0.12.1
## 0.12.0
### Patch Changes

View File

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

54
pnpm-lock.yaml generated
View File

@@ -444,7 +444,7 @@ importers:
specifier: workspace:*
version: link:../../packages/jazz-react
jazz-react-auth-clerk:
specifier: workspace:0.12.0
specifier: workspace:0.12.1
version: link:../../packages/jazz-react-auth-clerk
jazz-tools:
specifier: workspace:*
@@ -713,10 +713,10 @@ importers:
specifier: ^2.0.0
version: 2.1.1
cojson:
specifier: workspace:0.12.0
specifier: workspace:0.12.1
version: link:../../packages/cojson
cojson-transport-ws:
specifier: workspace:0.12.0
specifier: workspace:0.12.1
version: link:../../packages/cojson-transport-ws
hash-slash:
specifier: workspace:0.2.2
@@ -893,10 +893,10 @@ importers:
specifier: workspace:*
version: link:../../packages/jazz-inspector
jazz-react:
specifier: workspace:0.12.0
specifier: workspace:0.12.1
version: link:../../packages/jazz-react
jazz-tools:
specifier: workspace:0.12.0
specifier: workspace:0.12.1
version: link:../../packages/jazz-tools
lucide-react:
specifier: ^0.274.0
@@ -1135,10 +1135,10 @@ importers:
examples/password-manager:
dependencies:
jazz-react:
specifier: workspace:0.12.0
specifier: workspace:0.12.1
version: link:../../packages/jazz-react
jazz-tools:
specifier: workspace:0.12.0
specifier: workspace:0.12.1
version: link:../../packages/jazz-tools
react:
specifier: 18.3.1
@@ -1199,10 +1199,10 @@ importers:
specifier: ^2.0.0
version: 2.1.1
jazz-react:
specifier: workspace:0.12.0
specifier: workspace:0.12.1
version: link:../../packages/jazz-react
jazz-tools:
specifier: workspace:0.12.0
specifier: workspace:0.12.1
version: link:../../packages/jazz-tools
lucide-react:
specifier: ^0.274.0
@@ -1257,7 +1257,7 @@ importers:
specifier: ^3.0.1
version: 3.0.1
jazz-run:
specifier: workspace:0.12.0
specifier: workspace:0.12.1
version: link:../../packages/jazz-run
postcss:
specifier: ^8.4.27
@@ -1333,10 +1333,10 @@ importers:
specifier: ^2.0.0
version: 2.1.1
jazz-react:
specifier: workspace:0.12.0
specifier: workspace:0.12.1
version: link:../../packages/jazz-react
jazz-tools:
specifier: workspace:0.12.0
specifier: workspace:0.12.1
version: link:../../packages/jazz-tools
lucide-react:
specifier: ^0.274.0
@@ -1598,7 +1598,7 @@ importers:
specifier: ^11.7.0
version: 11.7.0
cojson:
specifier: workspace:0.12.0
specifier: workspace:0.12.1
version: link:../cojson
cojson-storage:
specifier: workspace:*
@@ -1675,13 +1675,13 @@ importers:
packages/jazz-auth-clerk:
dependencies:
cojson:
specifier: workspace:0.12.0
specifier: workspace:0.12.1
version: link:../cojson
jazz-browser:
specifier: workspace:0.12.0
specifier: workspace:0.12.1
version: link:../jazz-browser
jazz-tools:
specifier: workspace:0.12.0
specifier: workspace:0.12.1
version: link:../jazz-tools
devDependencies:
typescript:
@@ -1719,10 +1719,10 @@ importers:
specifier: ^4.1.0
version: 4.1.0
jazz-browser:
specifier: workspace:0.12.0
specifier: workspace:0.12.1
version: link:../jazz-browser
jazz-tools:
specifier: workspace:0.12.0
specifier: workspace:0.12.1
version: link:../jazz-tools
pica:
specifier: ^9.0.1
@@ -1806,19 +1806,19 @@ importers:
specifier: ^1.3.0
version: 1.5.0
cojson:
specifier: workspace:0.12.0
specifier: workspace:0.12.1
version: link:../cojson
jazz-browser:
specifier: workspace:0.12.0
specifier: workspace:0.12.1
version: link:../jazz-browser
jazz-browser-media-images:
specifier: workspace:0.12.0
specifier: workspace:0.12.1
version: link:../jazz-browser-media-images
jazz-react-core:
specifier: workspace:0.12.0
specifier: workspace:0.12.1
version: link:../jazz-react-core
jazz-tools:
specifier: workspace:0.12.0
specifier: workspace:0.12.1
version: link:../jazz-tools
devDependencies:
'@testing-library/dom':
@@ -2010,19 +2010,19 @@ importers:
specifier: ^0.25.5
version: 0.25.8(effect@3.11.9)
cojson:
specifier: workspace:0.12.0
specifier: workspace:0.12.1
version: link:../cojson
cojson-storage-sqlite:
specifier: workspace:0.12.0
specifier: workspace:0.12.1
version: link:../cojson-storage-sqlite
cojson-transport-ws:
specifier: workspace:0.12.0
specifier: workspace:0.12.1
version: link:../cojson-transport-ws
effect:
specifier: ^3.6.5
version: 3.11.9
jazz-tools:
specifier: workspace:0.12.0
specifier: workspace:0.12.1
version: link:../jazz-tools
ws:
specifier: ^8.14.2

View File

@@ -1,5 +1,12 @@
# jazz-tailwind-demo-auth-starter
## 0.0.63
### Patch Changes
- jazz-react@0.12.1
- jazz-tools@0.12.1
## 0.0.62
### Patch Changes

View File

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