Skip to content

Commit

Permalink
feat(sessions): Add session-get and session-delete commands
Browse files Browse the repository at this point in the history
Implements #353 and #354
  • Loading branch information
Göran Sander committed Mar 12, 2024
1 parent 30da1ec commit 52947a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"3.16.0"}
{ ".": "3.16.0" }
2 changes: 1 addition & 1 deletion src/lib/util/import-meta-url.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export var import_meta_url = require('url').pathToFileURL(__filename);
export var import_meta_url = require('url').pathToFileURL(__filename);

0 comments on commit 52947a7

Please sign in to comment.