bump alpha version (#793)

* bump alpha version

* fix: add public access config

* bump version 2.0.0-alpha.1
This commit is contained in:
chilingling 2024-09-09 08:59:44 -07:00 committed by GitHub
parent 2a5f34642c
commit 80a36d656a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
56 changed files with 179 additions and 162 deletions

View File

@ -1,7 +1,7 @@
{
"name": "designer-demo",
"private": true,
"version": "0.0.0",
"version": "2.0.0-alpha.1",
"type": "module",
"scripts": {
"dev": "cross-env VITE_THEME=light vite",
@ -9,22 +9,22 @@
"build": "cross-env NODE_OPTIONS=--max-old-space-size=8192 VITE_THEME=light vite build"
},
"dependencies": {
"vue": "^3.4.21",
"@opentiny/tiny-engine": "workspace:^",
"@opentiny/tiny-engine-theme-dark": "workspace:*",
"@opentiny/tiny-engine-theme-light": "workspace:*",
"@opentiny/vue": "~3.14.0",
"@opentiny/vue-design-smb": "~3.14.0",
"@opentiny/vue-icon": "~3.14.0",
"@opentiny/vue-locale": "~3.14.0",
"@opentiny/vue-design-smb": "~3.14.0",
"@opentiny/vue-renderless": "~3.14.0",
"@opentiny/vue-theme": "~3.14.0"
"@opentiny/vue-theme": "~3.14.0",
"vue": "^3.4.21"
},
"devDependencies": {
"@opentiny/tiny-engine-mock": "workspace:^",
"@opentiny/tiny-engine-vite-config": "workspace:^",
"@vitejs/plugin-vue": "^5.0.4",
"cross-env": "^7.0.3",
"vite": "^5.2.7",
"@opentiny/tiny-engine-vite-config": "workspace:^",
"@opentiny/tiny-engine-mock": "workspace:^"
"vite": "^5.2.7"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-mock",
"version": "1.0.3",
"version": "2.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
@ -31,7 +31,7 @@
"lint": "eslint --fix ."
},
"dependencies": {
"@opentiny/tiny-engine-dsl-vue": "^1.0.3",
"@opentiny/tiny-engine-dsl-vue": "^2.0.0-alpha.1",
"@seald-io/nedb": "^4.0.2",
"fs-extra": "^11.1.1",
"glob": "^10.3.4",

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-block-build",
"version": "1.0.2",
"version": "2.0.0-alpha.1",
"description": "translate block to webcomponent template",
"main": "./dist/web-components.es.js",
"scripts": {

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-vite-config",
"version": "1.0.0",
"version": "2.0.0-alpha.1",
"description": "",
"type": "module",
"main": "./index.js",

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-vite-plugin-meta-comments",
"version": "1.0.0",
"version": "2.0.0-alpha.1",
"description": "",
"type": "module",
"main": "dist/index.cjs",
@ -13,13 +13,13 @@
"test": "node ./src/test/index.js"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"vite": "^5.2.7",
"@babel/parser": "^7.18.13",
"@babel/traverse": "^7.18.13",
"@babel/generator": "^7.18.13",
"@babel/parser": "^7.18.13",
"@babel/template": "^7.18.13",
"@vue/compiler-sfc": "^3.4.21"
"@babel/traverse": "^7.18.13",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compiler-sfc": "^3.4.21",
"vite": "^5.2.7"
},
"keywords": [],
"publishConfig": {

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-builtin-component",
"version": "1.0.1",
"version": "2.0.0-alpha.1",
"description": "",
"main": "dist/index.js",
"module": "dist/index.js",

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-canvas",
"version": "1.0.3",
"version": "2.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
@ -27,13 +27,13 @@
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@babel/core": "7.18.13",
"@opentiny/tiny-engine-common": "workspace:*",
"@opentiny/tiny-engine-builtin-component": "workspace:*",
"@opentiny/tiny-engine-meta-register": "workspace:*",
"@opentiny/tiny-engine-common": "workspace:*",
"@opentiny/tiny-engine-http": "workspace:*",
"@opentiny/tiny-engine-i18n-host": "workspace:*",
"@opentiny/tiny-engine-meta-register": "workspace:*",
"@opentiny/tiny-engine-utils": "workspace:*",
"@opentiny/tiny-engine-webcomponent-core": "workspace:*",
"@opentiny/tiny-engine-http": "workspace:*",
"@vue/babel-plugin-jsx": "1.1.1",
"@vue/shared": "^3.3.4",
"@vueuse/core": "^9.6.0"

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-common",
"version": "1.0.2",
"version": "2.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
@ -33,9 +33,9 @@
"@babel/parser": "~7.23.2",
"@babel/traverse": "~7.23.2",
"@opentiny/tiny-engine-dsl-vue": "workspace:*",
"@opentiny/tiny-engine-meta-register": "workspace:*",
"@opentiny/tiny-engine-http": "workspace:*",
"@opentiny/tiny-engine-i18n-host": "workspace:*",
"@opentiny/tiny-engine-meta-register": "workspace:*",
"@opentiny/tiny-engine-utils": "workspace:*",
"@vue/shared": "^3.3.4",
"css-tree": "^2.3.1",
@ -53,8 +53,8 @@
},
"peerDependencies": {
"@opentiny/vue": "^3.14.0",
"@opentiny/vue-locale": "^3.14.0",
"@opentiny/vue-icon": "^3.14.0",
"@opentiny/vue-locale": "^3.14.0",
"@opentiny/vue-renderless": "^3.14.0",
"vue": "^3.4.15",
"vue-i18n": "^9.9.0"

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-configurator",
"version": "1.0.0",
"version": "2.0.0-alpha.1",
"description": "",
"main": "dist/index.js",
"module": "dist/index.js",
@ -26,8 +26,8 @@
},
"dependencies": {
"@opentiny/tiny-engine-common": "workspace:*",
"@opentiny/tiny-engine-meta-register": "workspace:*",
"@opentiny/tiny-engine-http": "workspace:*",
"@opentiny/tiny-engine-meta-register": "workspace:*",
"@opentiny/tiny-engine-utils": "workspace:*",
"@vue/shared": "^3.3.4",
"monaco-editor": "0.33.0",

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine",
"version": "1.0.0-beta.4",
"version": "2.0.0-alpha.1",
"type": "module",
"description": "TinyEngine enables developers to customize low-code platforms, build low-bit platforms online in real time, and support secondary development or integration of low-bit platform capabilities.",
"homepage": "https://opentiny.design/tiny-engine",
@ -42,17 +42,15 @@
"@babel/generator": "~7.23.2",
"@babel/parser": "~7.23.2",
"@babel/traverse": "~7.23.2",
"@opentiny/tiny-engine-configurator": "workspace:*",
"@opentiny/tiny-engine-layout": "workspace:~",
"@opentiny/tiny-engine-vite-plugin-meta-comments": "workspace:*",
"@opentiny/tiny-engine-meta-register": "workspace:*",
"@opentiny/tiny-engine-canvas": "workspace:*",
"@opentiny/tiny-engine-common": "workspace:*",
"@opentiny/tiny-engine-configurator": "workspace:*",
"@opentiny/tiny-engine-http": "workspace:*",
"@opentiny/tiny-engine-i18n-host": "workspace:*",
"@opentiny/tiny-engine-layout": "workspace:~",
"@opentiny/tiny-engine-meta-register": "workspace:*",
"@opentiny/tiny-engine-plugin-block": "workspace:*",
"@opentiny/tiny-engine-plugin-bridge": "workspace:*",
"@opentiny/tiny-engine-plugin-state": "workspace:*",
"@opentiny/tiny-engine-plugin-datasource": "workspace:*",
"@opentiny/tiny-engine-plugin-help": "workspace:*",
"@opentiny/tiny-engine-plugin-i18n": "workspace:*",
@ -61,25 +59,26 @@
"@opentiny/tiny-engine-plugin-robot": "workspace:*",
"@opentiny/tiny-engine-plugin-schema": "workspace:*",
"@opentiny/tiny-engine-plugin-script": "workspace:*",
"@opentiny/tiny-engine-plugin-state": "workspace:*",
"@opentiny/tiny-engine-plugin-tree": "workspace:*",
"@opentiny/tiny-engine-plugin-tutorial": "workspace:*",
"@opentiny/tiny-engine-settings-panel": "workspace:*",
"@opentiny/tiny-engine-setting-design": "workspace:*",
"@opentiny/tiny-engine-setting-events": "workspace:*",
"@opentiny/tiny-engine-setting-props": "workspace:*",
"@opentiny/tiny-engine-setting-styles": "workspace:*",
"@opentiny/tiny-engine-settings-panel": "workspace:*",
"@opentiny/tiny-engine-svgs": "workspace:*",
"@opentiny/tiny-engine-theme-base": "workspace:*",
"@opentiny/tiny-engine-theme-dark": "workspace:*",
"@opentiny/tiny-engine-theme-light": "workspace:*",
"@opentiny/tiny-engine-theme-base": "workspace:*",
"@opentiny/tiny-engine-toolbar-breadcrumb": "workspace:*",
"@opentiny/tiny-engine-toolbar-lock": "workspace:*",
"@opentiny/tiny-engine-toolbar-clean": "workspace:*",
"@opentiny/tiny-engine-toolbar-collaboration": "workspace:*",
"@opentiny/tiny-engine-toolbar-fullscreen": "workspace:*",
"@opentiny/tiny-engine-toolbar-generate-code": "workspace:*",
"@opentiny/tiny-engine-toolbar-lang": "workspace:*",
"@opentiny/tiny-engine-toolbar-layout": "workspace:*",
"@opentiny/tiny-engine-toolbar-lock": "workspace:*",
"@opentiny/tiny-engine-toolbar-logo": "workspace:*",
"@opentiny/tiny-engine-toolbar-logout": "workspace:*",
"@opentiny/tiny-engine-toolbar-media": "workspace:*",
@ -89,6 +88,7 @@
"@opentiny/tiny-engine-toolbar-save": "workspace:*",
"@opentiny/tiny-engine-toolbar-setting": "workspace:*",
"@opentiny/tiny-engine-utils": "workspace:*",
"@opentiny/tiny-engine-vite-plugin-meta-comments": "workspace:*",
"@opentiny/tiny-engine-webcomponent-core": "workspace:*",
"@vue/babel-plugin-jsx": "1.1.1",
"@vue/repl": "^2.9.0",
@ -120,8 +120,8 @@
},
"peerDependencies": {
"@opentiny/vue": "^3.14.0",
"@opentiny/vue-icon": "^3.14.0",
"@opentiny/vue-design-smb": "^3.14.0",
"@opentiny/vue-icon": "^3.14.0",
"@opentiny/vue-locale": "^3.14.0",
"@opentiny/vue-renderless": "^3.14.0",
"@opentiny/vue-theme": "^3.14.0",

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-cli",
"version": "1.0.0",
"version": "2.0.0-alpha.1",
"description": "",
"main": "dist/index.js",
"scripts": {
@ -31,10 +31,10 @@
"access": "public"
},
"dependencies": {
"@inquirer/prompts": "^5.0.7",
"chalk": "^5.3.0",
"commander": "^12.0.0",
"esbuild": "^0.18.20",
"fs-extra": "^11.2.0",
"@inquirer/prompts": "^5.0.7"
"fs-extra": "^11.2.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-http",
"version": "1.0.2",
"version": "2.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
@ -24,8 +24,8 @@
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-utils": "workspace:*",
"@opentiny/tiny-engine-meta-register": "workspace:*",
"@opentiny/tiny-engine-utils": "workspace:*",
"@vueuse/core": "^9.6.0",
"axios": "~0.28.0",
"axios-mock-adapter": "^1.21.5"

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-i18n-host",
"version": "1.0.3",
"version": "2.0.0-alpha.1",
"publishConfig": {
"access": "public"
},

View File

@ -1,26 +1,38 @@
{
"name": "@opentiny/tiny-engine-layout",
"version": "1.0.0",
"version": "2.0.0-alpha.1",
"scripts": {
"build": "vite build"
},
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"license": "MIT",
"bugs": {
"url": "https://github.com/opentiny/tiny-engine/issues"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/opentiny/tiny-engine",
"directory": "packages/layout"
},
"files": [
"dist"
],
"dependencies": {
"@opentiny/tiny-engine-meta-register": "workspace:*",
"@opentiny/tiny-engine-common": "workspace:*",
"@opentiny/tiny-engine-meta-register": "workspace:*",
"@opentiny/tiny-engine-utils": "workspace:*",
"vue": "3.2.45",
"@opentiny/vue": "~3.14.0",
"@opentiny/vue-icon": "~3.14.0",
"@opentiny/vue-design-smb": "~3.14.0",
"@opentiny/vue-icon": "~3.14.0",
"@opentiny/vue-renderless": "~3.14.0",
"@opentiny/vue-theme": "~3.14.0",
"@vueuse/core": "^9.6.0"
"@vueuse/core": "^9.6.0",
"vue": "3.2.45"
},
"devDependencies": {
"@opentiny/tiny-engine-vite-plugin-meta-comments": "workspace:*",

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-plugin-block",
"version": "1.0.3",
"version": "2.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
@ -25,8 +25,8 @@
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-common": "workspace:*",
"@opentiny/tiny-engine-meta-register": "workspace:*",
"@opentiny/tiny-engine-http": "workspace:*",
"@opentiny/tiny-engine-meta-register": "workspace:*",
"@opentiny/tiny-engine-utils": "workspace:*",
"@vue/shared": "^3.4.29",
"html2canvas": "^1.4.1",

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-plugin-bridge",
"version": "1.0.3",
"version": "2.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
@ -25,8 +25,8 @@
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-common": "workspace:*",
"@opentiny/tiny-engine-meta-register": "workspace:*",
"@opentiny/tiny-engine-http": "workspace:*"
"@opentiny/tiny-engine-http": "workspace:*",
"@opentiny/tiny-engine-meta-register": "workspace:*"
},
"devDependencies": {
"@opentiny/tiny-engine-vite-plugin-meta-comments": "workspace:*",

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-plugin-datasource",
"version": "1.0.3",
"version": "2.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
@ -25,8 +25,8 @@
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-common": "workspace:*",
"@opentiny/tiny-engine-meta-register": "workspace:*",
"@opentiny/tiny-engine-http": "workspace:*",
"@opentiny/tiny-engine-meta-register": "workspace:*",
"@opentiny/tiny-engine-utils": "workspace:*",
"@vue/shared": "^3.3.4",
"axios": "~0.28.0",

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-plugin-help",
"version": "1.0.3",
"version": "2.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
@ -24,8 +24,8 @@
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-meta-register": "workspace:*",
"@opentiny/tiny-engine-http": "workspace:*"
"@opentiny/tiny-engine-http": "workspace:*",
"@opentiny/tiny-engine-meta-register": "workspace:*"
},
"devDependencies": {
"@opentiny/tiny-engine-vite-plugin-meta-comments": "workspace:*",

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-plugin-i18n",
"version": "1.0.3",
"version": "2.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
@ -25,8 +25,8 @@
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-common": "workspace:*",
"@opentiny/tiny-engine-meta-register": "workspace:*",
"@opentiny/tiny-engine-http": "workspace:*",
"@opentiny/tiny-engine-meta-register": "workspace:*",
"@opentiny/tiny-engine-utils": "workspace:*",
"vue-clipboard3": "^2.0.0"
},

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-plugin-materials",
"version": "1.0.3",
"version": "2.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
@ -24,11 +24,11 @@
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-builtin-component": "workspace:*",
"@opentiny/tiny-engine-common": "workspace:*",
"@opentiny/tiny-engine-meta-register": "workspace:*",
"@opentiny/tiny-engine-http": "workspace:*",
"@opentiny/tiny-engine-utils": "workspace:*",
"@opentiny/tiny-engine-builtin-component": "workspace:*"
"@opentiny/tiny-engine-meta-register": "workspace:*",
"@opentiny/tiny-engine-utils": "workspace:*"
},
"devDependencies": {
"@opentiny/tiny-engine-vite-plugin-meta-comments": "workspace:*",

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-plugin-page",
"version": "1.0.3",
"version": "2.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
@ -25,8 +25,8 @@
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-common": "workspace:*",
"@opentiny/tiny-engine-meta-register": "workspace:*",
"@opentiny/tiny-engine-http": "workspace:*",
"@opentiny/tiny-engine-meta-register": "workspace:*",
"@opentiny/tiny-engine-utils": "workspace:*"
},
"devDependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-plugin-robot",
"version": "1.0.3",
"version": "2.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
@ -24,8 +24,8 @@
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-meta-register": "workspace:*",
"@opentiny/tiny-engine-http": "workspace:*"
"@opentiny/tiny-engine-http": "workspace:*",
"@opentiny/tiny-engine-meta-register": "workspace:*"
},
"devDependencies": {
"@opentiny/tiny-engine-vite-plugin-meta-comments": "workspace:*",

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-plugin-schema",
"version": "1.0.3",
"version": "2.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
@ -25,8 +25,8 @@
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-common": "workspace:*",
"@opentiny/tiny-engine-meta-register": "workspace:*",
"@opentiny/tiny-engine-http": "workspace:*",
"@opentiny/tiny-engine-meta-register": "workspace:*",
"@opentiny/tiny-engine-utils": "workspace:*"
},
"devDependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-plugin-script",
"version": "1.0.3",
"version": "2.0.0-alpha.1",
"publishConfig": {
"access": "public"
},

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-plugin-state",
"version": "1.0.3",
"version": "2.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
@ -25,8 +25,8 @@
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-common": "workspace:*",
"@opentiny/tiny-engine-meta-register": "workspace:*",
"@opentiny/tiny-engine-http": "workspace:*",
"@opentiny/tiny-engine-meta-register": "workspace:*",
"@opentiny/tiny-engine-utils": "workspace:*",
"monaco-editor": "0.33.0"
},

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-plugin-tree",
"version": "1.0.3",
"version": "2.0.0-alpha.1",
"publishConfig": {
"access": "public"
},

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-plugin-tutorial",
"version": "1.0.3",
"version": "2.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
@ -25,8 +25,8 @@
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-common": "workspace:*",
"@opentiny/tiny-engine-meta-register": "workspace:*",
"@opentiny/tiny-engine-http": "workspace:*",
"@opentiny/tiny-engine-meta-register": "workspace:*",
"marked": "^4.0.17"
},
"devDependencies": {

View File

@ -1,9 +1,22 @@
{
"name": "@opentiny/tiny-engine-meta-register",
"version": "1.0.0",
"version": "2.0.0-alpha.1",
"description": "",
"main": "dist/index.js",
"module": "dist/index.js",
"author": "OpenTiny Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/opentiny/tiny-engine/issues"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/opentiny/tiny-engine",
"directory": "packages/register"
},
"files": [
"dist"
],
@ -19,7 +32,5 @@
"devDependencies": {
"vitest": "^1.4.0"
},
"keywords": [],
"author": "",
"license": "ISC"
"keywords": []
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-setting-design",
"version": "1.0.3",
"version": "2.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
@ -24,8 +24,8 @@
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-configurator": "workspace:*",
"@opentiny/tiny-engine-common": "workspace:*",
"@opentiny/tiny-engine-configurator": "workspace:*",
"@opentiny/tiny-engine-meta-register": "workspace:*",
"sortablejs": "^1.14.0"
},

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-setting-events",
"version": "1.0.3",
"version": "2.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
@ -24,9 +24,9 @@
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-common": "workspace:*",
"@opentiny/tiny-engine-configurator": "workspace:*",
"@opentiny/tiny-engine-meta-register": "workspace:*",
"@opentiny/tiny-engine-common": "workspace:*",
"@opentiny/tiny-engine-utils": "workspace:*"
},
"devDependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-settings-panel",
"version": "1.0.3",
"version": "2.0.0-alpha.1",
"publishConfig": {
"access": "public"
},

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-setting-props",
"version": "1.0.3",
"version": "2.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
@ -38,8 +38,8 @@
},
"peerDependencies": {
"@opentiny/vue": "^3.14.0",
"@opentiny/vue-renderless": "^3.14.0",
"@opentiny/vue-icon": "^3.14.0",
"@opentiny/vue-renderless": "^3.14.0",
"vue": "^3.4.15"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-setting-styles",
"version": "1.0.3",
"version": "2.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
@ -24,10 +24,10 @@
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-configurator": "workspace:*",
"@opentiny/tiny-engine-common": "workspace:*",
"@opentiny/tiny-engine-meta-register": "workspace:*",
"@opentiny/tiny-engine-configurator": "workspace:*",
"@opentiny/tiny-engine-http": "workspace:*",
"@opentiny/tiny-engine-meta-register": "workspace:*",
"@opentiny/tiny-engine-utils": "workspace:*",
"@vueuse/core": "^9.6.0",
"postcss": "^8.4.31"

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-svgs",
"version": "1.0.4",
"version": "2.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
@ -23,7 +23,6 @@
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {},
"devDependencies": {
"@opentiny/tiny-engine-vite-plugin-meta-comments": "workspace:*",
"@vitejs/plugin-vue": "^4.2.3",

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-theme-base",
"version": "1.0.0",
"version": "2.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
@ -22,7 +22,6 @@
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {},
"devDependencies": {
"rimraf": "^3.0.2",
"vite": "^4.3.7"

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-theme-dark",
"version": "1.0.4",
"version": "2.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
@ -22,7 +22,6 @@
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {},
"devDependencies": {
"@opentiny/tiny-engine-vite-plugin-meta-comments": "workspace:*",
"rimraf": "^3.0.2",

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-theme-light",
"version": "1.0.5",
"version": "2.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
@ -22,7 +22,6 @@
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {},
"devDependencies": {
"@opentiny/tiny-engine-vite-plugin-meta-comments": "workspace:*",
"rimraf": "^3.0.2",

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-toolbar-breadcrumb",
"version": "1.0.3",
"version": "2.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
@ -30,10 +30,10 @@
"@opentiny/tiny-engine-utils": "workspace:*"
},
"devDependencies": {
"@opentiny/tiny-engine-vite-plugin-meta-comments": "workspace:*",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"vite": "^4.3.7",
"@opentiny/tiny-engine-vite-plugin-meta-comments": "workspace:*"
"vite": "^4.3.7"
},
"peerDependencies": {
"@opentiny/vue": "^3.14.0",

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-toolbar-clean",
"version": "1.0.3",
"version": "2.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
@ -24,14 +24,14 @@
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-utils": "workspace:*",
"@opentiny/tiny-engine-meta-register": "workspace:*"
"@opentiny/tiny-engine-meta-register": "workspace:*",
"@opentiny/tiny-engine-utils": "workspace:*"
},
"devDependencies": {
"@opentiny/tiny-engine-vite-plugin-meta-comments": "workspace:*",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"vite": "^4.3.7",
"@opentiny/tiny-engine-vite-plugin-meta-comments": "workspace:*"
"vite": "^4.3.7"
},
"peerDependencies": {
"@opentiny/vue": "^3.14.0",

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-toolbar-collaboration",
"version": "1.0.3",
"version": "2.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
@ -27,10 +27,10 @@
"@opentiny/tiny-engine-meta-register": "workspace:*"
},
"devDependencies": {
"@opentiny/tiny-engine-vite-plugin-meta-comments": "workspace:*",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"vite": "^4.3.7",
"@opentiny/tiny-engine-vite-plugin-meta-comments": "workspace:*"
"vite": "^4.3.7"
},
"peerDependencies": {
"@opentiny/vue": "^3.14.0",

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-toolbar-fullscreen",
"version": "1.0.3",
"version": "2.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
@ -27,10 +27,10 @@
"@opentiny/tiny-engine-common": "workspace:*"
},
"devDependencies": {
"@opentiny/tiny-engine-vite-plugin-meta-comments": "workspace:*",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"vite": "^4.3.7",
"@opentiny/tiny-engine-vite-plugin-meta-comments": "workspace:*"
"vite": "^4.3.7"
},
"peerDependencies": {
"@opentiny/vue": "^3.14.0",

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-toolbar-generate-code",
"version": "1.0.3",
"version": "2.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
@ -26,14 +26,14 @@
"dependencies": {
"@opentiny/tiny-engine-common": "workspace:*",
"@opentiny/tiny-engine-http": "workspace:*",
"@opentiny/tiny-engine-utils": "workspace:*",
"@opentiny/tiny-engine-meta-register": "workspace:*"
"@opentiny/tiny-engine-meta-register": "workspace:*",
"@opentiny/tiny-engine-utils": "workspace:*"
},
"devDependencies": {
"@opentiny/tiny-engine-vite-plugin-meta-comments": "workspace:*",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"vite": "^4.3.7",
"@opentiny/tiny-engine-vite-plugin-meta-comments": "workspace:*"
"vite": "^4.3.7"
},
"peerDependencies": {
"@opentiny/vue": "^3.14.0",

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-toolbar-lang",
"version": "1.0.4",
"version": "2.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
@ -28,10 +28,10 @@
"@vueuse/core": "^9.6.0"
},
"devDependencies": {
"@opentiny/tiny-engine-vite-plugin-meta-comments": "workspace:*",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"vite": "^4.3.7",
"@opentiny/tiny-engine-vite-plugin-meta-comments": "workspace:*"
"vite": "^4.3.7"
},
"peerDependencies": {
"@opentiny/vue": "^3.14.0",

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-toolbar-layout",
"version": "1.0.4",
"version": "2.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
@ -23,12 +23,11 @@
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {},
"devDependencies": {
"@opentiny/tiny-engine-vite-plugin-meta-comments": "workspace:*",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"vite": "^4.3.7",
"@opentiny/tiny-engine-vite-plugin-meta-comments": "workspace:*"
"vite": "^4.3.7"
},
"peerDependencies": {
"@opentiny/vue": "^3.14.0",

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-toolbar-lock",
"version": "1.0.3",
"version": "2.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
@ -25,14 +25,14 @@
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-http": "workspace:*",
"@opentiny/tiny-engine-utils": "workspace:*",
"@opentiny/tiny-engine-meta-register": "workspace:*"
"@opentiny/tiny-engine-meta-register": "workspace:*",
"@opentiny/tiny-engine-utils": "workspace:*"
},
"devDependencies": {
"@opentiny/tiny-engine-vite-plugin-meta-comments": "workspace:*",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"vite": "^4.3.7",
"@opentiny/tiny-engine-vite-plugin-meta-comments": "workspace:*"
"vite": "^4.3.7"
},
"peerDependencies": {
"@opentiny/vue": "^3.14.0",

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-toolbar-logo",
"version": "1.0.3",
"version": "2.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
@ -29,10 +29,10 @@
"@opentiny/tiny-engine-meta-register": "workspace:*"
},
"devDependencies": {
"@opentiny/tiny-engine-vite-plugin-meta-comments": "workspace:*",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"vite": "^4.3.7",
"@opentiny/tiny-engine-vite-plugin-meta-comments": "workspace:*"
"vite": "^4.3.7"
},
"peerDependencies": {
"@opentiny/vue": "^3.14.0",

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-toolbar-logout",
"version": "1.0.4",
"version": "2.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
@ -23,12 +23,11 @@
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {},
"devDependencies": {
"@opentiny/tiny-engine-vite-plugin-meta-comments": "workspace:*",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"vite": "^4.3.7",
"@opentiny/tiny-engine-vite-plugin-meta-comments": "workspace:*"
"vite": "^4.3.7"
},
"peerDependencies": {
"@opentiny/vue": "^3.14.0",

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-toolbar-media",
"version": "1.0.3",
"version": "2.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
@ -27,10 +27,10 @@
"@opentiny/tiny-engine-meta-register": "workspace:*"
},
"devDependencies": {
"@opentiny/tiny-engine-vite-plugin-meta-comments": "workspace:*",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"vite": "^4.3.7",
"@opentiny/tiny-engine-vite-plugin-meta-comments": "workspace:*"
"vite": "^4.3.7"
},
"peerDependencies": {
"@opentiny/vue": "^3.14.0",

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-toolbar-preview",
"version": "1.0.3",
"version": "2.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
@ -28,10 +28,10 @@
"@opentiny/tiny-engine-meta-register": "workspace:*"
},
"devDependencies": {
"@opentiny/tiny-engine-vite-plugin-meta-comments": "workspace:*",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"vite": "^4.3.7",
"@opentiny/tiny-engine-vite-plugin-meta-comments": "workspace:*"
"vite": "^4.3.7"
},
"peerDependencies": {
"@opentiny/vue": "^3.14.0",

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-toolbar-redoundo",
"version": "1.0.3",
"version": "2.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
@ -27,10 +27,10 @@
"@opentiny/tiny-engine-meta-register": "workspace:*"
},
"devDependencies": {
"@opentiny/tiny-engine-vite-plugin-meta-comments": "workspace:*",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"vite": "^4.3.7",
"@opentiny/tiny-engine-vite-plugin-meta-comments": "workspace:*"
"vite": "^4.3.7"
},
"peerDependencies": {
"@opentiny/vue": "^3.14.0",

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-toolbar-refresh",
"version": "1.0.3",
"version": "2.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
@ -27,10 +27,10 @@
"@opentiny/tiny-engine-meta-register": "workspace:*"
},
"devDependencies": {
"@opentiny/tiny-engine-vite-plugin-meta-comments": "workspace:*",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"vite": "^4.3.7",
"@opentiny/tiny-engine-vite-plugin-meta-comments": "workspace:*"
"vite": "^4.3.7"
},
"peerDependencies": {
"@opentiny/vue": "^3.14.0",

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-toolbar-save",
"version": "1.0.3",
"version": "2.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
@ -25,14 +25,14 @@
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-common": "workspace:*",
"@opentiny/tiny-engine-utils": "workspace:*",
"@opentiny/tiny-engine-meta-register": "workspace:*"
"@opentiny/tiny-engine-meta-register": "workspace:*",
"@opentiny/tiny-engine-utils": "workspace:*"
},
"devDependencies": {
"@opentiny/tiny-engine-vite-plugin-meta-comments": "workspace:*",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"vite": "^4.3.7",
"@opentiny/tiny-engine-vite-plugin-meta-comments": "workspace:*"
"vite": "^4.3.7"
},
"peerDependencies": {
"@opentiny/vue": "^3.14.0",

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-toolbar-setting",
"version": "1.0.3",
"version": "2.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
@ -24,14 +24,14 @@
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-utils": "workspace:*",
"@opentiny/tiny-engine-meta-register": "workspace:*"
"@opentiny/tiny-engine-meta-register": "workspace:*",
"@opentiny/tiny-engine-utils": "workspace:*"
},
"devDependencies": {
"@opentiny/tiny-engine-vite-plugin-meta-comments": "workspace:*",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"vite": "^4.3.7",
"@opentiny/tiny-engine-vite-plugin-meta-comments": "workspace:*"
"vite": "^4.3.7"
},
"peerDependencies": {
"@opentiny/vue": "^3.14.0",

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-utils",
"version": "1.0.4",
"version": "2.0.0-alpha.1",
"publishConfig": {
"access": "public"
},

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-dsl-vue",
"version": "1.0.3",
"version": "2.0.0-alpha.1",
"publishConfig": {
"access": "public"
},

View File

@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-engine-webcomponent-core",
"version": "1.0.4",
"version": "2.0.0-alpha.1",
"publishConfig": {
"access": "public"
},