Skip to content

Commit 14ae8de

Browse files
committed
chore: updating polykey to ^2.1.0
1 parent 3323858 commit 14ae8de

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

flake.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103
Entrypoint = [ "polykey" ];
104104
Labels = buildJSON.versionMetadata;
105105
};
106+
includeNixDB = false;
106107
};
107108

108109
shell = { ci ? false }:
@@ -157,6 +158,7 @@
157158
default = polykey-cli;
158159
executable = polykey-cli-executable;
159160
docker = docker;
161+
test = polykey-cli;
160162
};
161163

162164
devShells = {

npmDepsHash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sha256-7czwtVrrRGqjao9l4wjt5aXxSHrAgAuB0JzyixnKntI=
1+
sha256-9iyAM61G9+Irqm5SP0xBnIDh+A+N7OYwd4hy8tGs6Eg=

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
"mocked-env": "^1.3.5",
165165
"nexpect": "^0.6.0",
166166
"node-gyp-build": "^4.8.4",
167-
"polykey": "^2.0.4",
167+
"polykey": "^2.1.0",
168168
"prettier": "^3.0.0",
169169
"shelljs": "^0.8.5",
170170
"shx": "^0.3.4",

0 commit comments

Comments
 (0)