Skip to content

release: @react-native-oh-tpl/react-native-blob-util@0.19.6-nc.0.0.13 #43

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
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
Binary file modified harmony/blobUtil.har
Binary file not shown.
26 changes: 23 additions & 3 deletions harmony/blobUtil/BuildProfile.ets
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
/**
* Use these variables when you tailor your ArkTS code. They must be of the const type.
*/
export const HAR_VERSION = '0.19.6-nc.0.0.13';
export const BUILD_MODE_NAME = 'debug';
export const DEBUG = true;
export const TARGET_NAME = 'default';
export const APP_NAME = 'Keys Example';
export const BUNDLE_ID = 'com.example.rnkeys.dev';
export const ANDROID_CODE = '50';
export const PACKAGE_ID = 'com.example.rnkeys.dev';

/**
* BuildProfile Class is used only for compatibility purposes.
*/
export default class BuildProfile {
static readonly HAR_VERSION = '1.0.0';
static readonly BUILD_MODE_NAME = 'debug';
static readonly DEBUG = true;
static readonly HAR_VERSION = HAR_VERSION;
static readonly BUILD_MODE_NAME = BUILD_MODE_NAME;
static readonly DEBUG = DEBUG;
static readonly TARGET_NAME = TARGET_NAME;
static readonly APP_NAME = APP_NAME;
static readonly BUNDLE_ID = BUNDLE_ID;
static readonly ANDROID_CODE = ANDROID_CODE;
static readonly PACKAGE_ID = PACKAGE_ID;
}
4 changes: 2 additions & 2 deletions harmony/blobUtil/oh-package.json5
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@react-native-oh-tpl/react-native-blob-util",
"version": "0.19.6-nc.0.0.10",
"version": "0.19.6-nc.0.0.13",
"description": "Please describe the basic information.",
"main": "Index.ets",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@rnoh/react-native-openharmony": "file:../react_native_openharmony"
"@rnoh/react-native-openharmony": "file:../react_native_openharmony"
}
}
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-blob-util",
"version": "0.19.6-nc.0.0.10",
"version": "0.19.6-nc.0.0.13",
"description": "A module provides upload, download, and files access API. Supports file stream read/write for process large files.",
"main": "index",
"scripts": {
Expand Down