mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-23 01:12:16 +03:00
v0.9.0-canary.7
This commit is contained in:
parent
df4d71b0c8
commit
0fa1bdf7d2
@ -2,7 +2,7 @@
|
|||||||
"name": "@affine/core",
|
"name": "@affine/core",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.9.0-canary.6",
|
"version": "0.9.0-canary.7",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "yarn -T run build-core",
|
"build": "yarn -T run build-core",
|
||||||
"dev": "yarn -T run dev-core",
|
"dev": "yarn -T run dev-core",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@affine/docs",
|
"name": "@affine/docs",
|
||||||
"version": "0.9.0-canary.6",
|
"version": "0.9.0-canary.7",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@affine/electron",
|
"name": "@affine/electron",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.9.0-canary.6",
|
"version": "0.9.0-canary.7",
|
||||||
"author": "affine",
|
"author": "affine",
|
||||||
"repository": {
|
"repository": {
|
||||||
"url": "https://github.com/toeverything/AFFiNE",
|
"url": "https://github.com/toeverything/AFFiNE",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@affine/prototype",
|
"name": "@affine/prototype",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.9.0-canary.6",
|
"version": "0.9.0-canary.7",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite --host --port 3003",
|
"dev": "vite --host --port 3003",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@affine/server",
|
"name": "@affine/server",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.9.0-canary.6",
|
"version": "0.9.0-canary.7",
|
||||||
"description": "Affine Node.js server",
|
"description": "Affine Node.js server",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
@ -52,5 +52,5 @@
|
|||||||
"@blocksuite/lit": "*",
|
"@blocksuite/lit": "*",
|
||||||
"@blocksuite/store": "*"
|
"@blocksuite/store": "*"
|
||||||
},
|
},
|
||||||
"version": "0.9.0-canary.6"
|
"version": "0.9.0-canary.7"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@affine/monorepo",
|
"name": "@affine/monorepo",
|
||||||
"version": "0.9.0-canary.6",
|
"version": "0.9.0-canary.7",
|
||||||
"private": true,
|
"private": true,
|
||||||
"author": "toeverything",
|
"author": "toeverything",
|
||||||
"license": "MPL-2.0",
|
"license": "MPL-2.0",
|
||||||
|
2
packages/@types/env/package.json
vendored
2
packages/@types/env/package.json
vendored
@ -7,5 +7,5 @@
|
|||||||
"@affine/env": "workspace:*",
|
"@affine/env": "workspace:*",
|
||||||
"@toeverything/infra": "workspace:*"
|
"@toeverything/infra": "workspace:*"
|
||||||
},
|
},
|
||||||
"version": "0.9.0-canary.6"
|
"version": "0.9.0-canary.7"
|
||||||
}
|
}
|
||||||
|
@ -20,5 +20,5 @@
|
|||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"ts-node": "*"
|
"ts-node": "*"
|
||||||
},
|
},
|
||||||
"version": "0.9.0-canary.6"
|
"version": "0.9.0-canary.7"
|
||||||
}
|
}
|
||||||
|
@ -67,5 +67,5 @@
|
|||||||
"vite": "^4.4.9",
|
"vite": "^4.4.9",
|
||||||
"yjs": "^13.6.7"
|
"yjs": "^13.6.7"
|
||||||
},
|
},
|
||||||
"version": "0.9.0-canary.6"
|
"version": "0.9.0-canary.7"
|
||||||
}
|
}
|
||||||
|
@ -8,5 +8,5 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/debug": "^4.1.8"
|
"@types/debug": "^4.1.8"
|
||||||
},
|
},
|
||||||
"version": "0.9.0-canary.6"
|
"version": "0.9.0-canary.7"
|
||||||
}
|
}
|
||||||
|
2
packages/env/package.json
vendored
2
packages/env/package.json
vendored
@ -27,5 +27,5 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"lit": "^2.8.0"
|
"lit": "^2.8.0"
|
||||||
},
|
},
|
||||||
"version": "0.9.0-canary.6"
|
"version": "0.9.0-canary.7"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@affine/graphql",
|
"name": "@affine/graphql",
|
||||||
"version": "0.9.0-canary.6",
|
"version": "0.9.0-canary.7",
|
||||||
"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",
|
||||||
|
@ -55,5 +55,5 @@
|
|||||||
"optional": true
|
"optional": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": "0.9.0-canary.6"
|
"version": "0.9.0-canary.7"
|
||||||
}
|
}
|
||||||
|
@ -37,5 +37,5 @@
|
|||||||
"ts-node": "^10.9.1",
|
"ts-node": "^10.9.1",
|
||||||
"typescript": "^5.2.2"
|
"typescript": "^5.2.2"
|
||||||
},
|
},
|
||||||
"version": "0.9.0-canary.6"
|
"version": "0.9.0-canary.7"
|
||||||
}
|
}
|
||||||
|
@ -98,5 +98,5 @@
|
|||||||
"optional": true
|
"optional": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": "0.9.0-canary.6"
|
"version": "0.9.0-canary.7"
|
||||||
}
|
}
|
||||||
|
@ -23,5 +23,5 @@
|
|||||||
"@blocksuite/store": "*",
|
"@blocksuite/store": "*",
|
||||||
"lottie-web": "*"
|
"lottie-web": "*"
|
||||||
},
|
},
|
||||||
"version": "0.9.0-canary.6"
|
"version": "0.9.0-canary.7"
|
||||||
}
|
}
|
||||||
|
@ -38,5 +38,5 @@
|
|||||||
"test": "cross-env TS_NODE_TRANSPILE_ONLY=1 TS_NODE_PROJECT=./tsconfig.json node --test --loader ts-node/esm --experimental-specifier-resolution=node ./__tests__/**/*.mts",
|
"test": "cross-env TS_NODE_TRANSPILE_ONLY=1 TS_NODE_PROJECT=./tsconfig.json node --test --loader ts-node/esm --experimental-specifier-resolution=node ./__tests__/**/*.mts",
|
||||||
"version": "napi version"
|
"version": "napi version"
|
||||||
},
|
},
|
||||||
"version": "0.9.0-canary.6"
|
"version": "0.9.0-canary.7"
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@affine/plugin-cli",
|
"name": "@affine/plugin-cli",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.9.0-canary.6",
|
"version": "0.9.0-canary.7",
|
||||||
"bin": {
|
"bin": {
|
||||||
"af": "./src/af.mjs"
|
"af": "./src/af.mjs"
|
||||||
},
|
},
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@affine/sdk",
|
"name": "@affine/sdk",
|
||||||
"version": "0.9.0-canary.6",
|
"version": "0.9.0-canary.7",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "vite build",
|
"build": "vite build",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@affine/storage",
|
"name": "@affine/storage",
|
||||||
"version": "0.9.0-canary.6",
|
"version": "0.9.0-canary.7",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 10.16.0 < 11 || >= 11.8.0"
|
"node": ">= 10.16.0 < 11 || >= 11.8.0"
|
||||||
},
|
},
|
||||||
|
@ -7,5 +7,5 @@
|
|||||||
"./v1/*.json": "./v1/*.json",
|
"./v1/*.json": "./v1/*.json",
|
||||||
"./preloading.json": "./preloading.json"
|
"./preloading.json": "./preloading.json"
|
||||||
},
|
},
|
||||||
"version": "0.9.0-canary.6"
|
"version": "0.9.0-canary.7"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@affine/workers",
|
"name": "@affine/workers",
|
||||||
"version": "0.9.0-canary.6",
|
"version": "0.9.0-canary.7",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "wrangler dev"
|
"dev": "wrangler dev"
|
||||||
|
@ -41,5 +41,5 @@
|
|||||||
"@types/ws": "^8.5.5",
|
"@types/ws": "^8.5.5",
|
||||||
"ws": "^8.13.0"
|
"ws": "^8.13.0"
|
||||||
},
|
},
|
||||||
"version": "0.9.0-canary.6"
|
"version": "0.9.0-canary.7"
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@toeverything/y-indexeddb",
|
"name": "@toeverything/y-indexeddb",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.9.0-canary.6",
|
"version": "0.9.0-canary.7",
|
||||||
"description": "IndexedDB database adapter for Yjs",
|
"description": "IndexedDB database adapter for Yjs",
|
||||||
"repository": "toeverything/AFFiNE",
|
"repository": "toeverything/AFFiNE",
|
||||||
"author": "toeverything",
|
"author": "toeverything",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@affine/y-provider",
|
"name": "@affine/y-provider",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.9.0-canary.6",
|
"version": "0.9.0-canary.7",
|
||||||
"description": "Yjs provider utilities for AFFiNE",
|
"description": "Yjs provider utilities for AFFiNE",
|
||||||
"main": "./src/index.ts",
|
"main": "./src/index.ts",
|
||||||
"module": "./src/index.ts",
|
"module": "./src/index.ts",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@affine/bookmark-plugin",
|
"name": "@affine/bookmark-plugin",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.9.0-canary.6",
|
"version": "0.9.0-canary.7",
|
||||||
"description": "Bookmark Plugin",
|
"description": "Bookmark Plugin",
|
||||||
"affinePlugin": {
|
"affinePlugin": {
|
||||||
"release": true,
|
"release": true,
|
||||||
|
@ -35,5 +35,5 @@
|
|||||||
"react": "*",
|
"react": "*",
|
||||||
"react-dom": "*"
|
"react-dom": "*"
|
||||||
},
|
},
|
||||||
"version": "0.9.0-canary.6"
|
"version": "0.9.0-canary.7"
|
||||||
}
|
}
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"type": "module",
|
"type": "module",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "Hello world plugin",
|
"description": "Hello world plugin",
|
||||||
"version": "0.9.0-canary.6",
|
"version": "0.9.0-canary.7",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "af dev",
|
"dev": "af dev",
|
||||||
"build": "af build"
|
"build": "af build"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@affine/image-preview-plugin",
|
"name": "@affine/image-preview-plugin",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.9.0-canary.6",
|
"version": "0.9.0-canary.7",
|
||||||
"description": "Image preview plugin",
|
"description": "Image preview plugin",
|
||||||
"affinePlugin": {
|
"affinePlugin": {
|
||||||
"release": true,
|
"release": true,
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"type": "module",
|
"type": "module",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "Outline plugin",
|
"description": "Outline plugin",
|
||||||
"version": "0.9.0-canary.6",
|
"version": "0.9.0-canary.7",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "af dev",
|
"dev": "af dev",
|
||||||
"build": "af build"
|
"build": "af build"
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"type": "module",
|
"type": "module",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "Vue hello world plugin",
|
"description": "Vue hello world plugin",
|
||||||
"version": "0.9.0-canary.6",
|
"version": "0.9.0-canary.7",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "af dev",
|
"dev": "af dev",
|
||||||
"build": "af build"
|
"build": "af build"
|
||||||
|
@ -9,5 +9,5 @@
|
|||||||
"@affine-test/kit": "workspace:*",
|
"@affine-test/kit": "workspace:*",
|
||||||
"@playwright/test": "^1.37.1"
|
"@playwright/test": "^1.37.1"
|
||||||
},
|
},
|
||||||
"version": "0.9.0-canary.6"
|
"version": "0.9.0-canary.7"
|
||||||
}
|
}
|
||||||
|
@ -19,5 +19,5 @@
|
|||||||
"http-proxy-middleware": "^3.0.0-beta.1",
|
"http-proxy-middleware": "^3.0.0-beta.1",
|
||||||
"serve": "^14.2.1"
|
"serve": "^14.2.1"
|
||||||
},
|
},
|
||||||
"version": "0.9.0-canary.6"
|
"version": "0.9.0-canary.7"
|
||||||
}
|
}
|
||||||
|
@ -18,5 +18,5 @@
|
|||||||
"http-proxy-middleware": "^3.0.0-beta.1",
|
"http-proxy-middleware": "^3.0.0-beta.1",
|
||||||
"serve": "^14.2.1"
|
"serve": "^14.2.1"
|
||||||
},
|
},
|
||||||
"version": "0.9.0-canary.6"
|
"version": "0.9.0-canary.7"
|
||||||
}
|
}
|
||||||
|
@ -9,5 +9,5 @@
|
|||||||
"@affine-test/kit": "workspace:*",
|
"@affine-test/kit": "workspace:*",
|
||||||
"@playwright/test": "^1.37.1"
|
"@playwright/test": "^1.37.1"
|
||||||
},
|
},
|
||||||
"version": "0.9.0-canary.6"
|
"version": "0.9.0-canary.7"
|
||||||
}
|
}
|
||||||
|
@ -9,5 +9,5 @@
|
|||||||
"@affine-test/kit": "workspace:*",
|
"@affine-test/kit": "workspace:*",
|
||||||
"@playwright/test": "^1.37.1"
|
"@playwright/test": "^1.37.1"
|
||||||
},
|
},
|
||||||
"version": "0.9.0-canary.6"
|
"version": "0.9.0-canary.7"
|
||||||
}
|
}
|
||||||
|
@ -9,5 +9,5 @@
|
|||||||
"@affine-test/kit": "workspace:*",
|
"@affine-test/kit": "workspace:*",
|
||||||
"@playwright/test": "^1.37.1"
|
"@playwright/test": "^1.37.1"
|
||||||
},
|
},
|
||||||
"version": "0.9.0-canary.6"
|
"version": "0.9.0-canary.7"
|
||||||
}
|
}
|
||||||
|
2
tests/fixtures/package.json
vendored
2
tests/fixtures/package.json
vendored
@ -3,5 +3,5 @@
|
|||||||
"exports": {
|
"exports": {
|
||||||
"./*": "./*"
|
"./*": "./*"
|
||||||
},
|
},
|
||||||
"version": "0.9.0-canary.6"
|
"version": "0.9.0-canary.7"
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@affine-test/kit",
|
"name": "@affine-test/kit",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.9.0-canary.6",
|
"version": "0.9.0-canary.7",
|
||||||
"exports": {
|
"exports": {
|
||||||
"./playwright": "./playwright.ts",
|
"./playwright": "./playwright.ts",
|
||||||
"./utils/*": "./utils/*.ts"
|
"./utils/*": "./utils/*.ts"
|
||||||
|
Loading…
Reference in New Issue
Block a user