Skip to content

Commit a3fd7fc

Browse files
committed
chore(release): publish
- safegres@0.2.0
1 parent 1fd9e11 commit a3fd7fc

3 files changed

Lines changed: 7464 additions & 2585 deletions

File tree

packages/safegres/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.2.0 (2026-04-28)
7+
8+
### Features
9+
10+
- **safegres:** rename CLI subcommand pg -> audit; library auditPg -> audit ([ce2ac8b](https://github.com/constructive-io/constructive/commit/ce2ac8b474fbf15550552d9ffe0c0553c2ebc3ab))

packages/safegres/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "safegres",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Pure-PostgreSQL RLS auditor: grants, RLS flags, policy coverage, and AST-level anti-pattern detection. Re-exports the Authz*/Data*/Relation*/View* type registry for downstream auditors.",
66
"main": "index.js",

0 commit comments

Comments
 (0)