starship-butler-utils 0.3.12 → 0.3.13
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/README.md +2 -2
- package/dist/chunk-C6wwvPpM.mjs +18 -0
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-jass6xSI.mjs +0 -13
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@ Utils used by [starship butler](https://github.com/lumirelle/starship-butler).
|
|
|
19
19
|
|
|
20
20
|
## License
|
|
21
21
|
|
|
22
|
-
[MIT](
|
|
22
|
+
[MIT](../../LICENSE.md) License © [Lumirelle](https://github.com/lumirelle)
|
|
23
23
|
|
|
24
24
|
<!-- Badges -->
|
|
25
25
|
|
|
@@ -34,4 +34,4 @@ Utils used by [starship butler](https://github.com/lumirelle/starship-butler).
|
|
|
34
34
|
[codecov-src]: https://img.shields.io/codecov/c/gh/lumirelle/starship-butler/main?style=flat&colorA=18181B&colorB=F0DB4F
|
|
35
35
|
[codecov-href]: https://codecov.io/gh/lumirelle/starship-butler
|
|
36
36
|
[license-src]: https://img.shields.io/github/license/lumirelle/starship-butler.svg?style=flat&colorA=18181B&colorB=F0DB4F
|
|
37
|
-
[license-href]: https://github.com/lumirelle/starship-butler/blob/main/LICENSE
|
|
37
|
+
[license-href]: https://github.com/lumirelle/starship-butler/blob/main/LICENSE.md
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
//#region rolldown:runtime
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __export = (all, symbols) => {
|
|
4
|
+
let target = {};
|
|
5
|
+
for (var name in all) {
|
|
6
|
+
__defProp(target, name, {
|
|
7
|
+
get: all[name],
|
|
8
|
+
enumerable: true
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
if (symbols) {
|
|
12
|
+
__defProp(target, Symbol.toStringTag, { value: "Module" });
|
|
13
|
+
}
|
|
14
|
+
return target;
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
//#endregion
|
|
18
|
+
export { __export as t };
|
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as __export } from "./chunk-
|
|
1
|
+
import { t as __export } from "./chunk-C6wwvPpM.mjs";
|
|
2
2
|
import { readUser, updateUser, writeUser } from "rc9";
|
|
3
3
|
import { constants, copyFileSync, lstatSync, mkdirSync, promises, renameSync, unlinkSync } from "node:fs";
|
|
4
4
|
import consola from "consola";
|
package/package.json
CHANGED
package/dist/chunk-jass6xSI.mjs
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
//#region rolldown:runtime
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __export = (all) => {
|
|
4
|
-
let target = {};
|
|
5
|
-
for (var name in all) __defProp(target, name, {
|
|
6
|
-
get: all[name],
|
|
7
|
-
enumerable: true
|
|
8
|
-
});
|
|
9
|
-
return target;
|
|
10
|
-
};
|
|
11
|
-
|
|
12
|
-
//#endregion
|
|
13
|
-
export { __export as t };
|