@cirkay-eng/cirkay-components 0.7.61 → 0.7.62

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/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,8 @@
1
1
  <p align="center">
2
2
  <img alt="cirkay logo" width="150" src="https://cdn.n3xus.services/fan-pass-cdn/cirkaypink.png" >
3
3
  </p>
4
- # Fan Pass Web Components Library README
4
+
5
+ ## Fan Pass Web Components Library README
5
6
 
6
7
  A lightweight bundle for loading Cirkay components via CDN. This bundle provides three main components: FanPassClaim, FanPassUnlock, and MobilePass.
7
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cirkay-eng/cirkay-components",
3
- "version": "0.7.61",
3
+ "version": "0.7.62",
4
4
  "type": "module",
5
5
  "module": "./dist/components/index.js",
6
6
  "types": "dist/components/index.d.ts",