@versini/ui-fingerprint 1.2.0 → 1.3.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -13
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -1,19 +1,7 @@
1
1
  /*!
2
- @versini/ui-fingerprint v1.2.0
2
+ @versini/ui-fingerprint v1.3.0
3
3
  © 2025 gizmette.com
4
4
  */
5
- try {
6
- if (!window.__VERSINI_UI_FINGERPRINT__) {
7
- window.__VERSINI_UI_FINGERPRINT__ = {
8
- version: "1.2.0",
9
- buildTime: "11/04/2025 03:46 PM EST",
10
- homepage: "https://github.com/aversini/ui-components",
11
- license: "MIT",
12
- };
13
- }
14
- } catch (error) {
15
- // nothing to declare officer
16
- }
17
5
 
18
6
 
19
7
  ;// CONCATENATED MODULE: ./src/common/utilities.ts
@@ -654,6 +642,7 @@ const getFingerprintHash = async (debug)=>{
654
642
  };
655
643
 
656
644
  ;// CONCATENATED MODULE: ./src/components/index.ts
645
+ // force new release
657
646
 
658
647
 
659
648
  export { getFingerprintData, getFingerprintHash };
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@versini/ui-fingerprint",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
7
7
  "access": "public"
8
8
  },
9
- "homepage": "https://github.com/aversini/ui-components",
9
+ "homepage": "https://www.npmjs.com/package/@versini/ui-fingerprint",
10
10
  "repository": {
11
11
  "type": "git",
12
12
  "url": "git@github.com:aversini/ui-components.git"
@@ -34,5 +34,5 @@
34
34
  "test:watch": "vitest",
35
35
  "test": "vitest run"
36
36
  },
37
- "gitHead": "7484ad443b77ef31e52ae3a7d88b8129bc6cdf1d"
37
+ "gitHead": "b2ee2e328ecadfbedcb26d14afa896a30f0ab54b"
38
38
  }