From eb4d59303027dd3a5055d6e10ed0d333ea47abdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E5=8B=A4=E6=B0=91?= Date: Tue, 7 May 2024 19:22:33 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=8F=91=E5=8C=85=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ LICENSE | 15 +++++++++++++++ README.md | 3 +++ oh-package-lock.json5 | 9 +++++---- oh-package.json5 | 8 ++++---- 5 files changed, 34 insertions(+), 8 deletions(-) create mode 100644 CHANGELOG.md create mode 100644 LICENSE diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..bc35b87 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# [v1.0.0] 2024.05.07 + +------ + +> - 环境配置 +> - 下证相关功能 +> - 签名相关功能 \ No newline at end of file diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..a6f730a --- /dev/null +++ b/LICENSE @@ -0,0 +1,15 @@ +Mozilla Public License Version 2.0 + +1. Definitions +2. Scope +3. Grant of License +4. Restrictions +5. Original Code +6. Modifications +7. Required Notices +8. Disclaimer of Warranty +9. Limitation of Liability +10. Termination +11. Jurisdiction +12. Miscellaneous + diff --git a/README.md b/README.md index b08d1fd..3e2ea34 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # 鸿蒙医网信SDK +```shell +ohpm install @szyx/sdk_ywx +``` ## 1. 初始化配置相关 > 相关方法Manager为`BJCASDK.settingManager()` diff --git a/oh-package-lock.json5 b/oh-package-lock.json5 index 0340231..c704b1b 100644 --- a/oh-package-lock.json5 +++ b/oh-package-lock.json5 @@ -5,13 +5,14 @@ "lockfileVersion": 3, "ATTENTION": "THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.", "specifiers": { - "@szyx/sdk_base@../basic": "@szyx/sdk_base@../basic" + "@szyx/sdk_base@^1.0.0": "@szyx/sdk_base@1.0.0" }, "packages": { - "@szyx/sdk_base@../basic": { + "@szyx/sdk_base@1.0.0": { "name": "@szyx/sdk_base", - "resolved": "../basic", - "registryType": "local" + "integrity": "sha512-QkOSe2o4tyIz+MdAwClop1HcJPMUZoDI0XQakQpRFjFix75whV5+qrb7N+mC2NVLRoWh+FxgKkw2V4SrQCCE0Q==", + "resolved": "https://ohpm.openharmony.cn/ohpm/@szyx/sdk_base/-/sdk_base-1.0.0.har", + "registryType": "ohpm" } } } \ No newline at end of file diff --git a/oh-package.json5 b/oh-package.json5 index 9bec0d2..842f5bd 100644 --- a/oh-package.json5 +++ b/oh-package.json5 @@ -1,12 +1,12 @@ { "name": "@szyx/sdk_ywx", - "version": "1.0.4", + "version": "1.0.0", "description": "医网信,签名sdk。", "main": "Index.ets", "author": "xuqm", - "license": "Apache-2.0", + "license": "Mozilla-2.0", "dependencies": { - "@szyx/sdk_base": "file:../basic" -// "@szyx/sdk_base": "^1.0.2" +// "@szyx/sdk_base": "file:../basic" + "@szyx/sdk_base": "^1.0.0" } } From 32a81823844da422b9dfb6f8f2527fd916a28b64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E5=8B=A4=E6=B0=91?= Date: Tue, 7 May 2024 19:27:13 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=8F=91=E5=8C=85=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BuildProfile.ets | 2 +- oh-package.json5 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BuildProfile.ets b/BuildProfile.ets index edf15ed..fe58d43 100644 --- a/BuildProfile.ets +++ b/BuildProfile.ets @@ -1,5 +1,5 @@ export default class BuildProfile { - static readonly HAR_VERSION = '1.0.4'; + static readonly HAR_VERSION = '1.0.0'; static readonly BUILD_MODE_NAME = 'debug'; static readonly DEBUG = true; } \ No newline at end of file diff --git a/oh-package.json5 b/oh-package.json5 index 842f5bd..1e7331e 100644 --- a/oh-package.json5 +++ b/oh-package.json5 @@ -7,6 +7,6 @@ "license": "Mozilla-2.0", "dependencies": { // "@szyx/sdk_base": "file:../basic" - "@szyx/sdk_base": "^1.0.0" + "@szyx/sdk_base": "^1.0.1" } }