@versini/ui-fingerprint 1.1.0 → 1.1.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/dist/index.js +4 -4
- package/package.json +3 -6
package/dist/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
@versini/ui-fingerprint v1.1.
|
|
3
|
-
©
|
|
2
|
+
@versini/ui-fingerprint v1.1.1
|
|
3
|
+
© 2025 gizmette.com
|
|
4
4
|
*/
|
|
5
5
|
try {
|
|
6
6
|
window.__VERSINI_UI_FINGERPRINT__ || (window.__VERSINI_UI_FINGERPRINT__ = {
|
|
7
|
-
version: "1.1.
|
|
8
|
-
buildTime: "
|
|
7
|
+
version: "1.1.1",
|
|
8
|
+
buildTime: "07/14/2025 12:04 PM EDT",
|
|
9
9
|
homepage: "https://github.com/aversini/ui-components",
|
|
10
10
|
license: "MIT"
|
|
11
11
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-fingerprint",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -27,13 +27,10 @@
|
|
|
27
27
|
"dev:types": "tsup --watch src",
|
|
28
28
|
"dev": "npm-run-all clean --parallel dev:js dev:types",
|
|
29
29
|
"lint": "biome lint src",
|
|
30
|
+
"prettier": "biome check --write --no-errors-on-unmatched",
|
|
30
31
|
"start": "static-server dist --port 5173",
|
|
31
|
-
"stats:pr": "bundlesize -c bundlesize.config.js -p \"$npm_package_version\" -o tmp/stats.json --silent",
|
|
32
|
-
"stats:release": "bundlesize -c bundlesize.config.js -p \"$npm_package_version\" -o stats/stats.json --silent",
|
|
33
|
-
"stats:report": "bundlesize -c bundlesize.config.js --type report -o tmp/pr-stats.md --silent",
|
|
34
|
-
"stats": "bundlesize -c bundlesize.config.js -p \"$npm_package_version\"",
|
|
35
32
|
"test:watch": "vitest",
|
|
36
33
|
"test": "vitest run"
|
|
37
34
|
},
|
|
38
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "097e81ba959c30dc2ee37ff9050981a02420360b"
|
|
39
36
|
}
|