orderiom-api-package
Advanced tools
Comparing version 0.4.49 to 0.4.50
import apiStore from './src'; | ||
import enMsg from "./src/messages/en-api.json"; | ||
import deMsg from "./src/messages/de-api.json"; | ||
import frMsg from './src/messages/fr-api.json'; | ||
import {$http, weekdays, formatDate, formatTime} from './src/common'; | ||
@@ -14,2 +15,3 @@ | ||
deMsg, | ||
frMsg, | ||
modules: apiStore.modules, | ||
@@ -20,2 +22,2 @@ $http, | ||
formatTime, | ||
} | ||
} |
{ | ||
"name": "orderiom-api-package", | ||
"version": "0.4.49", | ||
"version": "0.4.50", | ||
"description": "This package will install all necessary API calls for every orderiom restaurant", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
126503
3149