@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 CHANGED
File without changes
@@ -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.7",
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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyd-js/cli",
3
- "version": "0.1.0-xyd.10",
3
+ "version": "0.1.0-xyd.11",
4
4
  "keywords": [],
5
5
  "author": "",
6
6
  "description": "",