Skip to content

Commit d4cfa16

Browse files
committed
chore(release): publish
- rego-deparser@0.2.0
1 parent a9b8225 commit d4cfa16

3 files changed

Lines changed: 5069 additions & 2441 deletions

File tree

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-01-06)
7+
8+
### Features
9+
10+
- add rego-deparser package for OPA Rego AST to text conversion ([168e3d2](https://github.com/constructive-io/dev-utils/commit/168e3d2b147e0261b57acc3a87c950d1c53367db))

packages/rego-deparser/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rego-deparser",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Rego (OPA policy language) AST types and deparser for TypeScript",
55
"author": "Constructive <developers@constructive.io>",
66
"homepage": "https://github.com/constructive-io/dev-utils",
@@ -37,7 +37,6 @@
3737
"bugs": {
3838
"url": "https://github.com/constructive-io/dev-utils/issues"
3939
},
40-
"dependencies": {},
4140
"devDependencies": {
4241
"makage": "0.1.8"
4342
}

0 commit comments

Comments
 (0)