@xyd-js/cli 0.1.0-xyd.10 → 0.1.0-xyd.11
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/.cli/bin.js +0 -0
- package/.cli/index.d.ts +1 -0
- package/.cli/index.js +3 -2
- package/package.json +1 -1
package/.cli/bin.js
CHANGED
|
File without changes
|
package/.cli/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
package/.cli/index.js
CHANGED
|
@@ -109,7 +109,7 @@ var require_package = __commonJS({
|
|
|
109
109
|
"package.json"(exports2, module2) {
|
|
110
110
|
module2.exports = {
|
|
111
111
|
name: "@xyd-js/cli",
|
|
112
|
-
version: "0.1.0-xyd.
|
|
112
|
+
version: "0.1.0-xyd.10",
|
|
113
113
|
keywords: [],
|
|
114
114
|
author: "",
|
|
115
115
|
description: "",
|
|
@@ -119,7 +119,8 @@ var require_package = __commonJS({
|
|
|
119
119
|
"postinstall.js"
|
|
120
120
|
],
|
|
121
121
|
scripts: {
|
|
122
|
-
build: "tsup"
|
|
122
|
+
build: "tsup",
|
|
123
|
+
postinstall: "node postinstall.js"
|
|
123
124
|
},
|
|
124
125
|
dependencies: {
|
|
125
126
|
"@graphql-markdown/core": "^1.12.0",
|