v0.5.4-canary.6

This commit is contained in:
himself65
2023-04-20 17:28:51 -05:00
parent b38b01fc98
commit c4e90f2d8b
16 changed files with 27 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
{ {
"name": "@affine/electron", "name": "@affine/electron",
"private": true, "private": true,
"version": "0.5.4-0", "version": "0.5.4-canary.6",
"author": "affine", "author": "affine",
"description": "AFFiNE App", "description": "AFFiNE App",
"homepage": "https://github.com/toeverything/AFFiNE", "homepage": "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-0", "version": "0.5.4-canary.6",
"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.0.1-0", "version": "0.5.4-canary.6",
"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.5-0", "version": "0.5.4-canary.6",
"private": true, "private": true,
"author": "toeverything", "author": "toeverything",
"license": "MPL-2.0", "license": "MPL-2.0",

View File

@@ -14,5 +14,6 @@
}, },
"dependencies": { "dependencies": {
"dotenv": "^16.0.3" "dotenv": "^16.0.3"
} },
"version": "0.5.4-canary.6"
} }

View File

@@ -80,5 +80,6 @@
"vite": "^4.2.1", "vite": "^4.2.1",
"wait-on": "^7.0.1", "wait-on": "^7.0.1",
"yjs": "^13.5.52" "yjs": "^13.5.52"
} },
"version": "0.5.4-canary.6"
} }

View File

@@ -8,5 +8,6 @@
}, },
"devDependencies": { "devDependencies": {
"@types/debug": "^4.1.7" "@types/debug": "^4.1.7"
} },
"version": "0.5.4-canary.6"
} }

View File

@@ -20,5 +20,6 @@
}, },
"dependencies": { "dependencies": {
"lit": "^2.7.2" "lit": "^2.7.2"
} },
"version": "0.5.4-canary.6"
} }

View File

@@ -3,5 +3,6 @@
"exports": { "exports": {
"./*": "./src/*" "./*": "./src/*"
}, },
"private": true "private": true,
"version": "0.5.4-canary.6"
} }

View File

@@ -38,5 +38,6 @@
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"typescript": "^5.0.4" "typescript": "^5.0.4"
} },
"version": "0.5.4-canary.6"
} }

View File

@@ -19,5 +19,6 @@
"@blocksuite/global": "*", "@blocksuite/global": "*",
"@blocksuite/store": "*", "@blocksuite/store": "*",
"lottie-web": "*" "lottie-web": "*"
} },
"version": "0.5.4-canary.6"
} }

View File

@@ -25,5 +25,6 @@
"build:debug": "napi build --platform", "build:debug": "napi build --platform",
"universal": "napi universal", "universal": "napi universal",
"version": "napi version" "version": "napi version"
} },
"version": "0.5.4-canary.6"
} }

View File

@@ -4,5 +4,6 @@
"sideEffect": false, "sideEffect": false,
"exports": { "exports": {
"./*.md": "./src/*.md" "./*.md": "./src/*.md"
} },
"version": "0.5.4-canary.6"
} }

View File

@@ -37,5 +37,6 @@
"devDependencies": { "devDependencies": {
"@types/ws": "^8.5.4", "@types/ws": "^8.5.4",
"ws": "^8.13.0" "ws": "^8.13.0"
} },
"version": "0.5.4-canary.6"
} }

View File

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

View File

@@ -2,5 +2,6 @@
"name": "@affine-test/fixtures", "name": "@affine-test/fixtures",
"exports": { "exports": {
"./*": "./*" "./*": "./*"
} },
"version": "0.5.4-canary.6"
} }