Skip to content

Commit c3de6c6

Browse files
authored
Merge pull request #16 from NillionNetwork/feat/release-0-1-0
2 parents 2080be8 + 7ef197b commit c3de6c6

File tree

6 files changed

+98
-111
lines changed

6 files changed

+98
-111
lines changed

.github/workflows/cd.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
registry-url: "https://registry.npmjs.org"
4141
- uses: pnpm/action-setup@v4
4242
- run: pnpm install
43+
- run: pnpm attw
4344
- run: pnpm build
4445
- env:
4546
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

biome.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.0.4/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.0.5/schema.json",
33
"vcs": {
44
"enabled": true,
55
"clientKind": "git",

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nillion/blindfold",
3-
"version": "0.1.0-rc.0",
3+
"version": "0.1.0-rc.1",
44
"description": "Library for working with encrypted data within NilDB queries and replies.",
55
"license": "MIT",
66
"homepage": "https://github.com/nillionnetwork/blindfold-ts",
@@ -38,13 +38,13 @@
3838
},
3939
"devDependencies": {
4040
"@arethetypeswrong/cli": "^0.18.2",
41-
"@biomejs/biome": "^2.0.4",
41+
"@biomejs/biome": "^2.0.5",
4242
"@commitlint/cli": "^19.8.1",
4343
"@commitlint/config-conventional": "^19.8.1",
4444
"@commitlint/types": "^19.8.1",
4545
"@types/libsodium-wrappers": "^0.7.14",
4646
"@types/libsodium-wrappers-sumo": "^0.7.8",
47-
"@types/node": "^24.0.3",
47+
"@types/node": "^24.0.4",
4848
"@types/semver": "^7.7.0",
4949
"@vitest/coverage-v8": "^3.2.4",
5050
"coveralls": "^3.1.1",
@@ -54,7 +54,7 @@
5454
"tsup": "^8.5.0",
5555
"tsx": "^4.20.3",
5656
"typescript": "^5.8.3",
57-
"vite": "^6.3.5",
57+
"vite": "^7.0.0",
5858
"vite-tsconfig-paths": "^5.1.4",
5959
"vitest": "^3.2.4"
6060
},

0 commit comments

Comments
 (0)