@feedmepos/mf-order-setting 0.0.16-alpha → 0.0.16-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feedmepos/mf-order-setting",
3
- "version": "0.0.16-alpha",
3
+ "version": "0.0.16-alpha.1",
4
4
  "type": "module",
5
5
  "module": "./dist/app.js",
6
6
  "license": "UNLICENSED",
package/src/app.ts CHANGED
@@ -4,7 +4,6 @@ import zhCN from "./locales/zh-CN.json"
4
4
  export type AppMessagesSchema = typeof enUS
5
5
  import { Loader } from 'google-maps'
6
6
 
7
-
8
7
  export const i18nMessages = {
9
8
  "en-US": enUS,
10
9
  "zh-CN": zhCN
@@ -24,5 +23,6 @@ async function initGoogleMap() {
24
23
  }
25
24
 
26
25
  export async function initSettings() {
26
+ console.log(`@feedmepos/mf-order-setting : 0.0.16-alpha.1`)
27
27
  await initGoogleMap()
28
28
  }
@@ -1,4 +0,0 @@
1
- import { _ as f } from "./app-DHq9VPij.js";
2
- export {
3
- f as default
4
- };