mkfashion-sdk 1.0.2 → 1.0.3

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.
Files changed (2) hide show
  1. package/package.json +1 -2
  2. package/test.html +1 -1
package/package.json CHANGED
@@ -1,9 +1,8 @@
1
1
  {
2
2
  "name": "mkfashion-sdk",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "SDK para integrar o provador virtual mKFashion",
5
5
  "main": "src/mkfashion.js",
6
- "type": "module",
7
6
  "scripts": {
8
7
  "test": "echo \"Abra test.html no navegador\""
9
8
  },
package/test.html CHANGED
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <meta charset="UTF-8">
5
5
  <title>Teste SDK NPM</title>
6
- <script src="https://unpkg.com/mkfashion-sdk@1.0.1/src/mkfashion.js"></script>
6
+ <script src="https://unpkg.com/mkfashion-sdk@1.0.3/src/mkfashion.js"></script>
7
7
  </head>
8
8
  <body>
9
9
  <h1>Teste mKFashion SDK (NPM)</h1>