v0.7.0-canary.2

This commit is contained in:
himself65
2023-05-30 15:17:35 +08:00
parent 96f653ea19
commit 395414c336
18 changed files with 18 additions and 18 deletions

View File

@@ -15,5 +15,5 @@
"dependencies": {
"dotenv": "^16.0.3"
},
"version": "0.7.0-canary.1"
"version": "0.7.0-canary.2"
}

View File

@@ -88,5 +88,5 @@
"wait-on": "^7.0.1",
"yjs": "^13.6.1"
},
"version": "0.7.0-canary.1"
"version": "0.7.0-canary.2"
}

View File

@@ -9,5 +9,5 @@
"devDependencies": {
"@types/debug": "^4.1.8"
},
"version": "0.7.0-canary.1"
"version": "0.7.0-canary.2"
}

View File

@@ -22,5 +22,5 @@
"dependencies": {
"lit": "^2.7.4"
},
"version": "0.7.0-canary.1"
"version": "0.7.0-canary.2"
}

View File

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

View File

@@ -4,5 +4,5 @@
"./*": "./src/*"
},
"private": true,
"version": "0.7.0-canary.1"
"version": "0.7.0-canary.2"
}

View File

@@ -37,5 +37,5 @@
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"version": "0.7.0-canary.1"
"version": "0.7.0-canary.2"
}

View File

@@ -22,5 +22,5 @@
"@blocksuite/store": "*",
"lottie-web": "*"
},
"version": "0.7.0-canary.1"
"version": "0.7.0-canary.2"
}

View File

@@ -35,5 +35,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",
"version": "napi version"
},
"version": "0.7.0-canary.1"
"version": "0.7.0-canary.2"
}

View File

@@ -5,5 +5,5 @@
"exports": {
"./*.md": "./src/*.md"
},
"version": "0.7.0-canary.1"
"version": "0.7.0-canary.2"
}

View File

@@ -40,5 +40,5 @@
"next": "^13.4.2",
"ws": "^8.13.0"
},
"version": "0.7.0-canary.1"
"version": "0.7.0-canary.2"
}

View File

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