Skip to content

Commit

Permalink
fix: http lik for reference
Browse files Browse the repository at this point in the history
  • Loading branch information
marufrasully committed Aug 12, 2024
1 parent fd29edd commit 7367133
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/constant/src/constant.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
export const OPEN_FRAMEWORK = "OpenUI5";
export const DEFAULT_UI5_FRAMEWORK = "SAPUI5";

//https://ui5.sap.com/version.json
export const DEFAULT_UI5_VERSION = "1.71.70";
// https://sdk.openui5.org/version.json
export const DEFAULT_OPEN_UI5_VERSION = "1.71.67";

export const DEFAULT_UI5_VERSION_BASE = "1.71";

export const UI5_FRAMEWORK_CDN_BASE_URL = {
Expand Down

0 comments on commit 7367133

Please sign in to comment.