@versini/ui-utilities 1.4.0 → 1.4.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 +1 -2
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
@versini/ui-utilities v1.4.
|
|
2
|
+
@versini/ui-utilities v1.4.1
|
|
3
3
|
© 2025 gizmette.com
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
;// CONCATENATED MODULE: ./src/components/index.ts
|
|
8
|
-
// force new release
|
|
9
8
|
/**
|
|
10
9
|
* Creates a debounced function that delays invoking the provided function until
|
|
11
10
|
* after the specified wait time has elapsed since the last time the debounced
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-utilities",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"build:js": "rslib build",
|
|
24
24
|
"build:types": "echo 'Types now built with rslib'",
|
|
25
25
|
"build": "npm-run-all --serial clean build:check build:js",
|
|
26
|
-
"clean": "rimraf dist tmp",
|
|
26
|
+
"clean": "rimraf dist tmp coverage",
|
|
27
27
|
"dev:js": "rslib build --watch",
|
|
28
28
|
"dev:types": "echo 'Types now watched with rslib'",
|
|
29
29
|
"dev": "rslib build --watch",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"sideEffects": [
|
|
40
40
|
"**/*.css"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "a3730974df8fcea3c016bd83844c4243dbb10208"
|
|
43
43
|
}
|