From a266441305ed1917a798649f8bbc63b59d7fed8c Mon Sep 17 00:00:00 2001 From: Burt <1020103647@qq.com> Date: Thu, 4 Jan 2024 13:08:50 +0800 Subject: [PATCH] =?UTF-8?q?build(uni-helper):=20=E5=BC=95=E5=85=A5=20@uni-?= =?UTF-8?q?helper/uni-cloud-types=20=E4=BA=91=E5=BC=80=E5=8F=91=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + pnpm-lock.yaml | 17 +++++++++++++++++ tsconfig.json | 3 ++- 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 35f4c0c..753a2e5 100644 --- a/package.json +++ b/package.json @@ -93,6 +93,7 @@ "@typescript-eslint/eslint-plugin": "^6.15.0", "@typescript-eslint/parser": "^6.15.0", "@uni-helper/uni-app-types": "^0.5.12", + "@uni-helper/uni-cloud-types": "^0.5.2", "@uni-helper/uni-ui-types": "^0.5.11", "@uni-helper/unocss-preset-uni": "^0.2.5", "@uni-helper/vite-plugin-uni-pages": "^0.2.13", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4e01917..4c69e1b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -100,6 +100,9 @@ devDependencies: '@uni-helper/uni-app-types': specifier: ^0.5.12 version: 0.5.12(typescript@4.9.5) + '@uni-helper/uni-cloud-types': + specifier: ^0.5.2 + version: 0.5.2(@uni-helper/uni-app-types@0.5.12) '@uni-helper/uni-ui-types': specifier: ^0.5.11 version: 0.5.11(@uni-helper/uni-app-types@0.5.12) @@ -3882,6 +3885,20 @@ packages: vue3: /vue@3.3.13(typescript@4.9.5) dev: true + /@uni-helper/uni-cloud-types@0.5.2(@uni-helper/uni-app-types@0.5.12): + resolution: {integrity: sha512-DnzYI4CYzBxSqDqjT9RK/lFK19igKTrqAKeXSGd2lgaE1bC+gg2DvBSNWtjGbZw24oReNeXxaQVx6f5iOjxw/Q==} + engines: {node: '>=14.18'} + peerDependencies: + '@uni-helper/uni-app-types': ^0.5.1 + peerDependenciesMeta: + '@uni-helper/uni-app-types': + optional: true + dependencies: + '@dcloudio/types': 3.4.3 + '@uni-helper/uni-app-types': 0.5.12(typescript@4.9.5) + vue3: /vue@3.2.47 + dev: true + /@uni-helper/uni-env@0.0.3: resolution: {integrity: sha512-K6MEnmN7Dg+NnEkfUUhjaKc/rPVY7tcGdsVUKOlC1/z2E6H6zjSSTdJg8z+sVJtZ03Ff1G/MHz2PYDyAS6gjQQ==} dev: true diff --git a/tsconfig.json b/tsconfig.json index d8448b0..9a54874 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,7 +15,8 @@ "@dcloudio/types", "@types/wechat-miniprogram", "@uni-helper/uni-app-types", - "@uni-helper/uni-ui-types" + "@uni-helper/uni-ui-types", + "@uni-helper/uni-cloud-types" ] }, "vueCompilerOptions": {