Skip to content

Commit aeeac4e

Browse files
author
azeth-sync[bot]
committed
v0.2.1: sync from monorepo 2026-03-06
1 parent 80025ef commit aeeac4e

4 files changed

Lines changed: 3 additions & 26 deletions

File tree

.changeset/README.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/config.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
node_modules/
2-
.pnpm-store/
32
dist/
43
*.tsbuildinfo
54
.env
65
.env.*
76
!.env.example
8-
.vscode/
9-
.idea/
10-
*.swp
117
.DS_Store
128
coverage/
13-
.turbo/
149
*.log

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azeth/common",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"type": "module",
55
"description": "Shared types, constants, ABIs, and errors for the Azeth trust infrastructure",
66
"license": "MIT",
@@ -38,15 +38,13 @@
3838
"scripts": {
3939
"build": "tsc --project tsconfig.json",
4040
"typecheck": "tsc --noEmit",
41-
"clean": "rm -rf dist",
42-
"release": "pnpm build && changeset publish"
41+
"clean": "rm -rf dist"
4342
},
4443
"dependencies": {
4544
"viem": "^2.21.0"
4645
},
4746
"devDependencies": {
48-
"typescript": "^5.7.0",
49-
"@changesets/cli": "^2.27.0"
47+
"typescript": "^5.7.0"
5048
},
5149
"publishConfig": {
5250
"access": "public"

0 commit comments

Comments
 (0)