Skip to content

Commit

Permalink
0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ityuany committed Sep 9, 2024
1 parent 5cbe171 commit 47a39f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shined/source-code-diagnosis",
"version": "0.0.11",
"version": "0.0.12",
"main": "index.js",
"types": "index.d.ts",
"napi": {
Expand Down
2 changes: 1 addition & 1 deletion src/module_member_usage/handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use super::response::Response;

static ES_NAMESPACE: &str = "ES:NAMESPACE";
static ES_DEFAULT: &str = "ES:DEFAULT";
static SIDE_EFFECTS: &str = "SIDE_EFFECTS";
static SIDE_EFFECTS: &str = "ES:SIDE_EFFECTS";
static UNKNOWN: &str = "UNKNOWN";

pub struct ModuleMemberUsageHandler<'a> {
Expand Down

0 comments on commit 47a39f0

Please sign in to comment.