@simon_he/pi 0.0.57 → 0.0.58

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.cjs CHANGED
@@ -6451,7 +6451,7 @@ async function getStyle() {
6451
6451
  var import_lazy_js_utils2 = require("lazy-js-utils");
6452
6452
 
6453
6453
  // package.json
6454
- var version = "0.0.57";
6454
+ var version = "0.0.58";
6455
6455
 
6456
6456
  // src/help.ts
6457
6457
  var isZh2 = process.env.PI_Lang === "zh";
package/dist/index.js CHANGED
@@ -6455,7 +6455,7 @@ async function getStyle() {
6455
6455
  import { jsShell } from "lazy-js-utils";
6456
6456
 
6457
6457
  // package.json
6458
- var version = "0.0.57";
6458
+ var version = "0.0.58";
6459
6459
 
6460
6460
  // src/help.ts
6461
6461
  var isZh2 = process.env.PI_Lang === "zh";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@simon_he/pi",
3
3
  "type": "module",
4
- "version": "0.0.57",
4
+ "version": "0.0.58",
5
5
  "packageManager": "pnpm@7.26.1",
6
6
  "description": "",
7
7
  "author": "Simon He",
@@ -65,7 +65,7 @@
65
65
  "dependencies": {
66
66
  "build": "^0.1.4",
67
67
  "fast-glob": "^3.2.12",
68
- "lazy-js-utils": "^0.0.47"
68
+ "lazy-js-utils": "^0.0.53"
69
69
  },
70
70
  "devDependencies": {
71
71
  "@antfu/eslint-config": "^0.34.0",