starship-butler-utils 0.3.11 → 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 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](./LICENSE) License © [Lumirelle](https://github.com/lumirelle)
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-jass6xSI.mjs";
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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "starship-butler-utils",
3
3
  "type": "module",
4
- "version": "0.3.11",
4
+ "version": "0.3.13",
5
5
  "description": "Utils used by starship butler.",
6
6
  "author": "Lumirelle <shabbyacc@outlook.com>",
7
7
  "license": "MIT",
@@ -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 };