shopar-plugin 1.0.0 → 1.0.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/README.md CHANGED
@@ -32,7 +32,7 @@ There are two distinct ways of integrating the plugin: via Script tag and via NP
32
32
  Add the following script to your HTML.
33
33
 
34
34
  ```html
35
- <script src="https://cdn.jsdelivr.net/npm/shopar-plugin@1.0.0/dist/shopar-plugin.js"></script>
35
+ <script src="https://cdn.jsdelivr.net/npm/shopar-plugin@1.0.1/dist/shopar-plugin.js"></script>
36
36
  ```
37
37
 
38
38
  It is possible to use a different CDN instead of [jsDelivr](https://www.jsdelivr.com/) (e.g. [cdnjs](https://cdnjs.com/), [unpkg](https://www.unpkg.com/)), or even a relative path if the plugin is distributed as a static asset to your app. Just make sure to set the `baseUrl` parameter accordingly (see [setup options](#shoparpluginsetupoptions) for more details).
@@ -200,7 +200,7 @@ Options used for the plugin setup:
200
200
  - `baseUrl` (optional)
201
201
  - Type: `string`
202
202
  - If provided, defines where the additional ShopAR plugin files are fetched from.
203
- - Default value: `https://cdn.jsdelivr.net/npm/shopar-plugin@1.0.0/dist`
203
+ - Default value: `https://cdn.jsdelivr.net/npm/shopar-plugin@1.0.1/dist`
204
204
  - `defaultUI` (optional)
205
205
  - Type: `boolean`
206
206
  - If provided and set to `false`, disables the default UI (buttons and error UI).