From 4c630224bb27fe2b5ccf3007862f0a9f3fe431ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E5=8B=A4=E6=B0=91?= Date: Wed, 4 Sep 2024 11:38:08 +0800 Subject: [PATCH] README.md --- BuildProfile.ets | 4 ++-- oh-package-lock.json5 | 10 +++++----- oh-package.json5 | 8 ++++---- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/BuildProfile.ets b/BuildProfile.ets index 761a945..c4eaa9c 100644 --- a/BuildProfile.ets +++ b/BuildProfile.ets @@ -2,8 +2,8 @@ * Use these variables when you tailor your ArkTS code. They must be of the const type. */ export const HAR_VERSION = '1.0.6'; -export const BUILD_MODE_NAME = 'debug'; -export const DEBUG = true; +export const BUILD_MODE_NAME = 'release'; +export const DEBUG = false; export const TARGET_NAME = 'default'; /** diff --git a/oh-package-lock.json5 b/oh-package-lock.json5 index 2f03444..5ca4d3f 100644 --- a/oh-package-lock.json5 +++ b/oh-package-lock.json5 @@ -5,14 +5,14 @@ "lockfileVersion": 3, "ATTENTION": "THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.", "specifiers": { - "@szyx/sdk_base@^1.0.3": "@szyx/sdk_base@1.0.3" + "@szyx/sdk_base@^1.0.4": "@szyx/sdk_base@1.0.4" }, "packages": { - "@szyx/sdk_base@1.0.3": { + "@szyx/sdk_base@1.0.4": { "name": "@szyx/sdk_base", - "version": "1.0.3", - "integrity": "sha512-t+ffa0bk6+AIpTveiarcCWX5qCYtEMDEVayjfQlH9HPk7qqg26DZJVyPv32zzYGJVOreby0ToEiL6Z5UFrxuMw==", - "resolved": "http://127.0.0.1:8088/repos/ohpm/@szyx/sdk_base/-/@szyx/sdk_base-1.0.3.har", + "version": "1.0.4", + "integrity": "sha512-yIPRrYui2tmpzHDg7nG6/BtdtqzIgbk72gZaprgbBHWgjFDdJqi+lwvGzo6iUb0yc6VLHBlJCjtBFWPKhV4RSA==", + "resolved": "http://127.0.0.1:8088/repos/ohpm/@szyx/sdk_base/-/@szyx/sdk_base-1.0.4.har", "registryType": "ohpm" } } diff --git a/oh-package.json5 b/oh-package.json5 index f4f80aa..e385ffd 100644 --- a/oh-package.json5 +++ b/oh-package.json5 @@ -6,8 +6,8 @@ "author": "szyx", "license": "Apache-2.0", "dependencies": { -// "@szyx/sdk_base": "file:../basic", - "@szyx/sdk_base": "^1.0.3", -// "@szyx/sdk_base": "^1.0.1" - } + "@szyx/sdk_base": "^1.0.4" + }, + "devDependencies": {}, + "dynamicDependencies": {} } \ No newline at end of file