marketplacepos 2.5.7 → 2.5.9
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/Marketplace/{117.2680af293bbc8cac.js → 117.6aab9cf870275665.js} +1 -1
- package/Marketplace/{397.e8d696d4b7b10a3f.js → 397.7fd0ad9d4bf07277.js} +1 -1
- package/Marketplace/3rdpartylicenses.txt +0 -3
- package/Marketplace/index.html +3 -3
- package/Marketplace/{main.41420ccdd4087f5d.js → main.60acf6953d678e06.js} +1 -1
- package/Marketplace/runtime.820b56b87cfd43ef.js +1 -0
- package/package.json +1 -11
- package/Marketplace/runtime.9542c4028c8fed01.js +0 -1
|
@@ -238,9 +238,6 @@ Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
|
238
238
|
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
239
239
|
|
|
240
240
|
|
|
241
|
-
marketplacepos
|
|
242
|
-
ISC
|
|
243
|
-
|
|
244
241
|
moment
|
|
245
242
|
MIT
|
|
246
243
|
Copyright (c) JS Foundation and other contributors
|
package/Marketplace/index.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta http-equiv="Pragma" content="no-cache">
|
|
5
5
|
<meta http-equiv="Expires" content="0">
|
|
6
6
|
<title>DealPOS Omnichannel AddOns - Integrasi banyak account marketplace</title>
|
|
7
|
-
<base href="
|
|
7
|
+
<base href="/">
|
|
8
8
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
9
|
<meta name="description" content="Aplikasi manajemen Omnichannel untuk kelola banyak akun marketplace dalam satu platform. Lebih mudah memproses pesanan dan mengelola inventory.">
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
<script>
|
|
15
15
|
(function () { var w = window; var ic = w.Intercom; if (typeof ic === "function") { ic('reattach_activator'); ic('update', w.intercomSettings); } else { var d = document; var i = function () { i.c(arguments); }; i.q = []; i.c = function (args) { i.q.push(args); }; w.Intercom = i; var l = function () { var s = d.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = 'https://widget.intercom.io/widget/xv1oomgl'; var x = d.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); }; if (w.attachEvent) { w.attachEvent('onload', l); } else { w.addEventListener('load', l, false); } } })();
|
|
16
16
|
</script>
|
|
17
|
-
<
|
|
17
|
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/marketplacepos@2.5.9/Marketplacestyles.dff58ae3c0783953.css"></head>
|
|
18
18
|
<body>
|
|
19
19
|
<app-root></app-root>
|
|
20
|
-
<script src="
|
|
20
|
+
<script src="https://cdn.jsdelivr.net/npm/marketplacepos@2.5.9/Marketplaceruntime.820b56b87cfd43ef.js" type="module"></script><script src="https://cdn.jsdelivr.net/npm/marketplacepos@2.5.9/Marketplacepolyfills.8d85b0533e3f867a.js" type="module"></script><script src="https://cdn.jsdelivr.net/npm/marketplacepos@2.5.9/Marketplacescripts.09af772bfa77d50d.js" defer></script><script src="https://cdn.jsdelivr.net/npm/marketplacepos@2.5.9/Marketplacemain.60acf6953d678e06.js" type="module"></script>
|
|
21
21
|
|
|
22
22
|
</body></html>
|