openspecui 0.8.0 → 0.9.0
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 +2 -2
- package/dist/index.mjs +2 -2
- package/dist/{src-BtPH0zlP.mjs → src-5u2R3Fnr.mjs} +12803 -13226
- package/package.json +2 -3
- package/web/index.html +2 -1
package/dist/cli.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import {
|
|
2
|
+
import { a as __toESM, i as __commonJS, r as OpenSpecAdapter, t as startServer } from "./src-5u2R3Fnr.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
|
//#endregion
|
|
4506
4506
|
//#region src/export.ts
|
|
4507
4507
|
const __dirname$1 = dirname$1(fileURLToPath$1(import.meta.url));
|
|
4508
|
-
const WEB_PACKAGE_VERSION = "0.
|
|
4508
|
+
const WEB_PACKAGE_VERSION = "0.9.0";
|
|
4509
4509
|
/**
|
|
4510
4510
|
* Generate a complete data snapshot of the OpenSpec project
|
|
4511
4511
|
* (Kept for backwards compatibility and testing)
|
package/dist/index.mjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { n as createServer, t as startServer } from "./src-5u2R3Fnr.mjs";
|
|
2
2
|
|
|
3
|
-
export {
|
|
3
|
+
export { createServer, startServer };
|