Skip to content
This repository was archived by the owner on Dec 11, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
release:@react-native-oh-library/[email protected]
  • Loading branch information
[email protected] committed Sep 25, 2024
commit 595e02544664df39b70d9fbcea6d74754d866b34
Binary file modified harmony/fs.har
Binary file not shown.
2 changes: 1 addition & 1 deletion harmony/fs/BuildProfile.ets
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Use these variables when you tailor your ArkTS code. They must be of the const type.
*/
export const HAR_VERSION = '2.20.0-0.1.13';
export const HAR_VERSION = '2.20.0-0.1.14';
export const BUILD_MODE_NAME = 'debug';
export const DEBUG = true;
export const TARGET_NAME = 'default';
Expand Down
2 changes: 1 addition & 1 deletion harmony/fs/oh-package.json5
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-oh-tpl/react-native-fs",
"version": "2.20.0-0.1.13",
"version": "2.20.0-0.1.14",
"description": "Please describe the basic information.",
"main": "index.ets",
"types": "module",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-oh-tpl/react-native-fs",
"version": "2.20.0-0.1.13",
"version": "2.20.0-0.1.14",
"description": "Native filesystem access for react-native",
"main": "FS.common.js",
"typings": "index.d.ts",
Expand Down