Skip to content

Commit

Permalink
Use separate xray16 package.
Browse files Browse the repository at this point in the history
  • Loading branch information
Neloreck committed Aug 11, 2023
1 parent bae19b1 commit 2b35ed3
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 84 deletions.
12 changes: 6 additions & 6 deletions cli/build/tsconfig.scripts.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"noImplicitSelf": true,
"noResolvePaths": ["xray16"],
"luaPlugins": [
{ "name": "xray16/plugins/transform_luabind_class/plugin.ts" },
{ "name": "xray16/plugins/global_declarations_transform.ts" },
{ "name": "xray16/plugins/built_at_info.ts" },
{ "name": "xray16/plugins/strip_lua_logger.ts" },
{ "name": "xray16/plugins/inject_filename.ts" },
{ "name": "xray16/plugins/from_cast_utils.ts" }
{ "name": "xray16/plugins/transform_luabind_class/plugin" },
{ "name": "xray16/plugins/global_declarations_transform" },
{ "name": "xray16/plugins/built_at_info" },
{ "name": "xray16/plugins/strip_lua_logger" },
{ "name": "xray16/plugins/inject_filename" },
{ "name": "xray16/plugins/from_cast_utils" }
]
}
}
100 changes: 23 additions & 77 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"help": "ts-node -P ./cli/tsconfig.json cli/run.ts -h"
},
"dependencies": {
"xray16": "1.0.0"
"xray16": "1.0.1"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
Expand Down

0 comments on commit 2b35ed3

Please sign in to comment.