Skip to content

Commit 2a1ca3a

Browse files
authored
Merge pull request #3 from react-native-oh-library/llh_sig
2D准出修改
2 parents a3a757f + 5c978d6 commit 2a1ca3a

File tree

6 files changed

+8
-7
lines changed

6 files changed

+8
-7
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@react-native-async-storage/root",
3+
"version": "1.21.0-0.1.4",
34
"private": true,
45
"workspaces": [
56
"packages/*"
Binary file not shown.

packages/default-storage/harmony/async_storage/oh-package.json5

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
},
66
"author": "",
7-
"name": "rnoh-async-storage",
7+
"name": "@react-native-oh-tpl/async-storage",
8+
"version": "1.21.0-0.1.4",
89
"description": "",
910
"main": "ts.ts",
10-
"version": "2.5.1",
1111
"dependencies": {
12-
"rnoh": "file:../rnoh"
12+
"@rnoh/react-native-openharmony": "file:../react_native_openharmony"
1313
}
1414
}

packages/default-storage/harmony/async_storage/src/main/ets/AsyncStoragePackage.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
* SOFTWARE.
2323
*/
2424

25-
import { RNPackage, TurboModulesFactory } from 'rnoh/ts';
26-
import type { TurboModule, TurboModuleContext } from 'rnoh/ts';
25+
import { RNPackage, TurboModulesFactory } from '@rnoh/react-native-openharmony/ts';
26+
import type { TurboModule, TurboModuleContext } from '@rnoh/react-native-openharmony/ts';
2727
import { AsyncStorageTurboModule } from './AsyncStorageTurboModule';
2828

2929
class AsyncStorageTurboModulesFactory extends TurboModulesFactory {

packages/default-storage/harmony/async_storage/src/main/ets/AsyncStorageTurboModule.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
import relationalStore from '@ohos.data.relationalStore'
2626
import taskpool from '@ohos.taskpool';
27-
import { TurboModule, TurboModuleContext } from 'rnoh/ts';
27+
import { TurboModule, TurboModuleContext } from '@rnoh/react-native-openharmony/ts';
2828
import ReactDatabaseSupplier from './ReactDatabaseSupplier';
2929
import AsyncStorageErrorUtil from './AsyncStorageErrorUtil';
3030
import Logger from './Logger';

packages/default-storage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-oh-tpl/async-storage",
3-
"version": "1.21.0-0.1.3",
3+
"version": "1.21.0-0.1.4",
44
"description": "Asynchronous, persistent, key-value storage system for React Native.",
55
"main": "lib/commonjs/index.js",
66
"module": "lib/module/index.js",

0 commit comments

Comments
 (0)