Skip to content

Commit

Permalink
updated libs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHaxe committed Jan 25, 2025
1 parent 89af026 commit e253b91
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .haxerc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "2dc801f",
"version": "b7fce0e",
"resolveLibs": "scoped"
}
6 changes: 3 additions & 3 deletions haxe_libraries/rename.hxml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# @install: lix --silent download "haxelib:/rename#3.0.0" into rename/3.0.0/haxelib
-cp ${HAXE_LIBCACHE}/rename/3.0.0/haxelib/src
-D rename=3.0.0
# @install: lix --silent download "haxelib:/rename#3.0.1" into rename/3.0.1/haxelib
-cp ${HAXE_LIBCACHE}/rename/3.0.1/haxelib/src
-D rename=3.0.1
6 changes: 3 additions & 3 deletions haxe_libraries/tokentree.hxml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# @install: lix --silent download "haxelib:/tokentree#1.2.17" into tokentree/1.2.17/haxelib
-cp ${HAXE_LIBCACHE}/tokentree/1.2.17/haxelib/src
-D tokentree=1.2.17
# @install: lix --silent download "haxelib:/tokentree#1.2.18" into tokentree/1.2.18/haxelib
-cp ${HAXE_LIBCACHE}/tokentree/1.2.18/haxelib/src
-D tokentree=1.2.18
4 changes: 2 additions & 2 deletions install.hxml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
-lib test-adapter:3.0.0
-lib utest:git:https://github.com/haxe-utest/utest#bdb5fec4b8e77d9a3c079d9cfb108f29f153721a
-lib hxnodejs:git:https://github.com/HaxeFoundation/hxnodejs#504066d
-lib tokentree:1.2.17
-lib tokentree:1.2.18
-lib language-server-protocol:git:https://github.com/vshaxe/language-server-protocol-haxe#deec0e4e2b1ca334a4ce4c43a4fb47e819f43729
-lib hxjsonast:1.1.0
-lib vscode-json-rpc:git:https://github.com/vshaxe/vscode-json-rpc#0160f06bc9df1dd0547f2edf23753540db74ed5b
-lib rename:3.0.0
-lib rename:3.0.1
-lib vshaxe-build:git:https://github.com/vshaxe/vshaxe-build#39ab9c6315ae76080e5399391c8fa561daec6d55
-lib safety:1.1.2

0 comments on commit e253b91

Please sign in to comment.