@devasign/verify 0.1.0 → 1.0.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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -7631,7 +7631,7 @@ import { appendFileSync, existsSync as existsSync5, writeFileSync as writeFileSy
7631
7631
  import path7 from "node:path";
7632
7632
 
7633
7633
  // src/types.ts
7634
- var CLI_VERSION = "0.1.0";
7634
+ var CLI_VERSION = "1.0.0";
7635
7635
 
7636
7636
  // src/api.ts
7637
7637
  var ApiError = class extends Error {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devasign/verify",
3
- "version": "0.1.0",
3
+ "version": "1.0.0",
4
4
  "description": "Runs DevAsign's generated acceptance tests inside your CI and reports per-criterion evidence.",
5
5
  "license": "GPL-3.0-or-later",
6
6
  "type": "module",