v0.5.4-canary.30

This commit is contained in:
himself65 2023-05-09 15:02:14 -05:00
parent a84ca43ce2
commit b81b5439ae
No known key found for this signature in database
GPG Key ID: 35F07049B7A1E625
18 changed files with 18 additions and 18 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "@affine/electron", "name": "@affine/electron",
"private": true, "private": true,
"version": "0.5.4-canary.29", "version": "0.5.4-canary.30",
"author": "affine", "author": "affine",
"repository": { "repository": {
"url": "https://github.com/toeverything/AFFiNE", "url": "https://github.com/toeverything/AFFiNE",

View File

@ -1,7 +1,7 @@
{ {
"name": "@affine/server", "name": "@affine/server",
"private": true, "private": true,
"version": "0.5.4-canary.29", "version": "0.5.4-canary.30",
"description": "Affine Node.js server", "description": "Affine Node.js server",
"type": "module", "type": "module",
"bin": { "bin": {

View File

@ -1,7 +1,7 @@
{ {
"name": "@affine/web", "name": "@affine/web",
"private": true, "private": true,
"version": "0.5.4-canary.29", "version": "0.5.4-canary.30",
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",
"build": "next build", "build": "next build",

View File

@ -1,6 +1,6 @@
{ {
"name": "AFFiNE", "name": "AFFiNE",
"version": "0.5.4-canary.29", "version": "0.5.4-canary.30",
"private": true, "private": true,
"author": "toeverything", "author": "toeverything",
"license": "MPL-2.0", "license": "MPL-2.0",

View File

@ -15,5 +15,5 @@
"dependencies": { "dependencies": {
"dotenv": "^16.0.3" "dotenv": "^16.0.3"
}, },
"version": "0.5.4-canary.29" "version": "0.5.4-canary.30"
} }

View File

@ -82,5 +82,5 @@
"wait-on": "^7.0.1", "wait-on": "^7.0.1",
"yjs": "^13.6.1" "yjs": "^13.6.1"
}, },
"version": "0.5.4-canary.29" "version": "0.5.4-canary.30"
} }

View File

@ -9,5 +9,5 @@
"devDependencies": { "devDependencies": {
"@types/debug": "^4.1.7" "@types/debug": "^4.1.7"
}, },
"version": "0.5.4-canary.29" "version": "0.5.4-canary.30"
} }

View File

@ -21,5 +21,5 @@
"dependencies": { "dependencies": {
"lit": "^2.7.4" "lit": "^2.7.4"
}, },
"version": "0.5.4-canary.29" "version": "0.5.4-canary.30"
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@affine/graphql", "name": "@affine/graphql",
"version": "0.5.4-canary.29", "version": "0.5.4-canary.30",
"description": "Autogenerated GraphQL client for affine.pro", "description": "Autogenerated GraphQL client for affine.pro",
"license": "MPL-2.0", "license": "MPL-2.0",
"type": "module", "type": "module",

View File

@ -4,5 +4,5 @@
"./*": "./src/*" "./*": "./src/*"
}, },
"private": true, "private": true,
"version": "0.5.4-canary.29" "version": "0.5.4-canary.30"
} }

View File

@ -40,5 +40,5 @@
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"typescript": "^5.0.4" "typescript": "^5.0.4"
}, },
"version": "0.5.4-canary.29" "version": "0.5.4-canary.30"
} }

View File

@ -20,5 +20,5 @@
"@blocksuite/store": "*", "@blocksuite/store": "*",
"lottie-web": "*" "lottie-web": "*"
}, },
"version": "0.5.4-canary.29" "version": "0.5.4-canary.30"
} }

View File

@ -26,5 +26,5 @@
"universal": "napi universal", "universal": "napi universal",
"version": "napi version" "version": "napi version"
}, },
"version": "0.5.4-canary.29" "version": "0.5.4-canary.30"
} }

View File

@ -5,5 +5,5 @@
"exports": { "exports": {
"./*.md": "./src/*.md" "./*.md": "./src/*.md"
}, },
"version": "0.5.4-canary.29" "version": "0.5.4-canary.30"
} }

View File

@ -38,5 +38,5 @@
"@types/ws": "^8.5.4", "@types/ws": "^8.5.4",
"ws": "^8.13.0" "ws": "^8.13.0"
}, },
"version": "0.5.4-canary.29" "version": "0.5.4-canary.30"
} }

View File

@ -1,7 +1,7 @@
{ {
"name": "@toeverything/y-indexeddb", "name": "@toeverything/y-indexeddb",
"type": "module", "type": "module",
"version": "0.5.4-canary.29", "version": "0.5.4-canary.30",
"scripts": { "scripts": {
"build": "vite build" "build": "vite build"
}, },

View File

@ -3,5 +3,5 @@
"exports": { "exports": {
"./*": "./*" "./*": "./*"
}, },
"version": "0.5.4-canary.29" "version": "0.5.4-canary.30"
} }

View File

@ -1,7 +1,7 @@
{ {
"name": "@affine-test/kit", "name": "@affine-test/kit",
"private": true, "private": true,
"version": "0.5.4-canary.29", "version": "0.5.4-canary.30",
"exports": { "exports": {
"./playwright": "./playwright.ts" "./playwright": "./playwright.ts"
}, },