@xubylele/schema-forge 1.6.0 → 1.6.1
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/cli.d.ts +1 -2
- package/dist/cli.js +2 -1
- package/package.json +1 -1
package/dist/cli.d.ts
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export { }
|
|
1
|
+
#!/usr/bin/env node
|
package/dist/cli.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
1
2
|
"use strict";
|
|
2
3
|
var __create = Object.create;
|
|
3
4
|
var __defProp = Object.defineProperty;
|
|
@@ -2297,7 +2298,7 @@ var import_commander6 = require("commander");
|
|
|
2297
2298
|
// package.json
|
|
2298
2299
|
var package_default = {
|
|
2299
2300
|
name: "@xubylele/schema-forge",
|
|
2300
|
-
version: "1.6.
|
|
2301
|
+
version: "1.6.1",
|
|
2301
2302
|
description: "Universal migration generator from schema DSL",
|
|
2302
2303
|
main: "dist/cli.js",
|
|
2303
2304
|
type: "commonjs",
|