openspecui 1.0.0 → 1.0.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.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { a as SchemaInfoSchema, c as CliExecutor, d as __commonJS, f as __toESM, i as SchemaDetailSchema, l as ConfigManager, o as SchemaResolutionSchema, r as require_dist, s as TemplatesSchema, t as startServer, u as OpenSpecAdapter } from "./src-9rYAmuTz.mjs";
2
+ import { a as SchemaInfoSchema, c as CliExecutor, d as __commonJS, f as __toESM, i as SchemaDetailSchema, l as ConfigManager, o as SchemaResolutionSchema, r as require_dist, s as TemplatesSchema, t as startServer, u as OpenSpecAdapter } from "./src-DfG_-u90.mjs";
3
3
  import { createRequire } from "node:module";
4
4
  import { fileURLToPath } from "url";
5
5
  import { basename, dirname, extname, join, normalize, relative, resolve } from "path";
@@ -4505,7 +4505,7 @@ var yargs_default = Yargs;
4505
4505
 
4506
4506
  //#endregion
4507
4507
  //#region package.json
4508
- var version = "1.0.0";
4508
+ var version = "1.0.1";
4509
4509
  var devDependencies = {
4510
4510
  "@hono/node-server": "^1.14.1",
4511
4511
  "@openspecui/server": "workspace:*",
package/dist/index.mjs CHANGED
@@ -1,3 +1,3 @@
1
- import { n as createServer, t as startServer } from "./src-9rYAmuTz.mjs";
1
+ import { n as createServer, t as startServer } from "./src-DfG_-u90.mjs";
2
2
 
3
3
  export { createServer, startServer };