@koine/utils 1.0.43 → 1.0.46

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/clsx.d.ts CHANGED
@@ -1,8 +1,8 @@
1
1
  import type { ClassValue } from "clsx";
2
2
  /**
3
- * Class names utility, embedded from [clsx](https://github.com/lukeed/clsx)
3
+ * Class names utility
4
4
  *
5
- * @see https://github.com/lukeed/clsx
5
+ * @borrows [lukeed/clsx](https://github.com/lukeed/clsx)
6
6
  * @license [MIT: Luke Edwards](https://github.com/lukeed/clsx/blob/master/license)
7
7
  */
8
8
  export declare const clsx: (...args: ClassValue[]) => string;
package/clsx.js CHANGED
@@ -28,9 +28,9 @@ function toVal(mix) {
28
28
  return str;
29
29
  }
30
30
  /**
31
- * Class names utility, embedded from [clsx](https://github.com/lukeed/clsx)
31
+ * Class names utility
32
32
  *
33
- * @see https://github.com/lukeed/clsx
33
+ * @borrows [lukeed/clsx](https://github.com/lukeed/clsx)
34
34
  * @license [MIT: Luke Edwards](https://github.com/lukeed/clsx/blob/master/license)
35
35
  */
36
36
  export var clsx = function () {
package/node/clsx.js CHANGED
@@ -31,9 +31,9 @@ function toVal(mix) {
31
31
  return str;
32
32
  }
33
33
  /**
34
- * Class names utility, embedded from [clsx](https://github.com/lukeed/clsx)
34
+ * Class names utility
35
35
  *
36
- * @see https://github.com/lukeed/clsx
36
+ * @borrows [lukeed/clsx](https://github.com/lukeed/clsx)
37
37
  * @license [MIT: Luke Edwards](https://github.com/lukeed/clsx/blob/master/license)
38
38
  */
39
39
  var clsx = function () {
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "peerDependencies": {
8
8
  "tslib": "^2.4.0"
9
9
  },
10
- "version": "1.0.43",
10
+ "version": "1.0.46",
11
11
  "module": "./index.js",
12
12
  "types": "./index.d.ts"
13
13
  }