@equinor/mad-core
Version:
Core library for the Mobile App Delivery team
31 lines (28 loc) • 1.34 kB
JavaScript
import {
__export
} from "./chunk-CWMXXUWU.js";
// src/static/mock-data/whats-new.json
var whats_new_exports = {};
__export(whats_new_exports, {
app: () => app,
default: () => whats_new_default,
modified: () => modified,
releaseDate: () => releaseDate,
releaseNote: () => releaseNote,
version: () => version
});
var app = "App name";
var version = "1.1.0";
var modified = "2022-12-09T07:04:55+0000";
var releaseNote = "- This is a list\n- This is the second part of the list\n- Something\n - something else\n- This is a list\n- This is the second part of the list\n- Something\n - something else\n- This is a list\n- This is the second part of the list\n- Something\n - something else\n- This is a list\n- This is the second part of the list\n- Something\n - something else\n- This is a list\n- This is the second part of the list\n- Something\n - something else\n- This is a list\n- This is the second part of the list\n- Something\n - something else\n- This is a list\n- This is the second part of the list\n- Something\n - something else\n- This is a list\n- This is the second part of the list\n- Something\n - something else\n";
var releaseDate = "2022-12-09T07:04:55+0000";
var whats_new_default = {
app,
version,
modified,
releaseNote,
releaseDate
};
export {
whats_new_exports
};