@thednp/shorty 2.0.13 → 2.0.14
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.d.ts +1 -3
- package/dist/index.js +2 -5
- package/dist/index.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +10 -11
- package/dist/chunk-CP6mxX4N.js +0 -27
package/dist/index.d.ts
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @thednp/shorty ESM v2.0.
|
|
2
|
+
* @thednp/shorty ESM v2.0.14 (https://github.com/thednp/shorty)
|
|
3
3
|
* Copyright 2026 © thednp
|
|
4
4
|
* Licensed under MIT (https://github.com/thednp/shorty/blob/master/LICENSE)
|
|
5
5
|
*/
|
|
6
|
-
"use strict";
|
|
7
|
-
|
|
8
6
|
//#region package.json.d.ts
|
|
9
7
|
declare let version: string;
|
|
10
8
|
//#endregion
|
package/dist/index.js
CHANGED
|
@@ -1,13 +1,10 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @thednp/shorty ESM v2.0.
|
|
2
|
+
* @thednp/shorty ESM v2.0.14 (https://github.com/thednp/shorty)
|
|
3
3
|
* Copyright 2026 © thednp
|
|
4
4
|
* Licensed under MIT (https://github.com/thednp/shorty/blob/master/LICENSE)
|
|
5
5
|
*/
|
|
6
|
-
"use strict";
|
|
7
|
-
|
|
8
|
-
import "./chunk-CP6mxX4N.js";
|
|
9
6
|
//#region package.json
|
|
10
|
-
var version = "2.0.
|
|
7
|
+
var version = "2.0.14";
|
|
11
8
|
//#endregion
|
|
12
9
|
//#region src/strings/ariaChecked.ts
|
|
13
10
|
/**
|