@openthink/stamp 2.0.2 → 2.1.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/{chunk-4PFD2DSY.js → chunk-MJULVH4B.js} +2 -2
- package/dist/{chunk-4PFD2DSY.js.map → chunk-MJULVH4B.js.map} +1 -1
- package/dist/hooks/post-receive.cjs +10 -6
- package/dist/hooks/post-receive.cjs.map +1 -1
- package/dist/hooks/pre-receive.cjs +25 -48
- package/dist/hooks/pre-receive.cjs.map +1 -1
- package/dist/index.js +1204 -234
- package/dist/index.js.map +1 -1
- package/dist/server/stamp-review.cjs +8399 -7460
- package/dist/server/stamp-review.cjs.map +1 -1
- package/dist/{ui-P5DRAT3P.js → ui-67BDQPER.js} +2 -2
- package/package.json +1 -1
- /package/dist/{ui-P5DRAT3P.js.map → ui-67BDQPER.js.map} +0 -0
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
parseCommitAttestation,
|
|
11
11
|
stampStateDbPath,
|
|
12
12
|
verifyBytes
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-MJULVH4B.js";
|
|
14
14
|
|
|
15
15
|
// src/commands/ui.tsx
|
|
16
16
|
import { Box, render, Text, useApp, useInput, useStdout } from "ink";
|
|
@@ -346,4 +346,4 @@ function runUi() {
|
|
|
346
346
|
export {
|
|
347
347
|
runUi
|
|
348
348
|
};
|
|
349
|
-
//# sourceMappingURL=ui-
|
|
349
|
+
//# sourceMappingURL=ui-67BDQPER.js.map
|
package/package.json
CHANGED
|
File without changes
|