@xyd-js/cli 0.1.0-xyd.42 → 0.1.0-xyd.43

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -104,7 +104,7 @@ import arg from "arg";
104
104
  import semver from "semver";
105
105
 
106
106
  // package.json
107
- var version = "0.1.0-xyd.40";
107
+ var version = "0.1.0-xyd.42";
108
108
 
109
109
  // src/commands.ts
110
110
  import { spawn } from "child_process";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyd-js/cli",
3
- "version": "0.1.0-xyd.42",
3
+ "version": "0.1.0-xyd.43",
4
4
  "keywords": [],
5
5
  "author": "",
6
6
  "description": "",
@@ -54,8 +54,8 @@
54
54
  "vfile": "^6.0.3",
55
55
  "vite-tsconfig-paths": "^5.1.4",
56
56
  "yaml": "^2.6.0",
57
- "@xyd-js/documan": "0.1.0-xyd.33",
58
- "@xyd-js/host": "0.1.0-xyd.3"
57
+ "@xyd-js/host": "0.1.0-xyd.3",
58
+ "@xyd-js/documan": "0.1.0-xyd.34"
59
59
  },
60
60
  "devDependencies": {
61
61
  "arg": "^5.0.2",