bison-web-components 1.0.0 → 1.2.0

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.
@@ -191,10 +191,9 @@
191
191
  </div>
192
192
 
193
193
  <!-- ── Scripts ──────────────────────────────────── -->
194
- <script src="api.js" type="module"></script>
195
- <script src="bison-operator-payments.js"></script>
194
+ <script src="https://cdn.jsdelivr.net/npm/bison-web-components@1.0.0/bison-operator-payments.js"></script>
196
195
  <script type="module">
197
- import { BisonJibPayAPI } from "./api.js";
196
+ import { BisonJibPayAPI } from "https://cdn.jsdelivr.net/npm/bison-web-components@1.0.0/api.js";
198
197
 
199
198
  // ── API Bootstrap ─────────────────────────────
200
199
  const API_BASE =
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bison-web-components",
3
- "version": "1.0.0",
3
+ "version": "1.2.0",
4
4
  "description": "Bison JIB's suite of web components",
5
5
  "main": "component.js",
6
6
  "type": "module",