Skip to content

Commit e253b91

Browse files
committed
updated libs
1 parent 89af026 commit e253b91

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.haxerc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "2dc801f",
2+
"version": "b7fce0e",
33
"resolveLibs": "scoped"
44
}

haxe_libraries/rename.hxml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# @install: lix --silent download "haxelib:/rename#3.0.0" into rename/3.0.0/haxelib
2-
-cp ${HAXE_LIBCACHE}/rename/3.0.0/haxelib/src
3-
-D rename=3.0.0
1+
# @install: lix --silent download "haxelib:/rename#3.0.1" into rename/3.0.1/haxelib
2+
-cp ${HAXE_LIBCACHE}/rename/3.0.1/haxelib/src
3+
-D rename=3.0.1

haxe_libraries/tokentree.hxml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# @install: lix --silent download "haxelib:/tokentree#1.2.17" into tokentree/1.2.17/haxelib
2-
-cp ${HAXE_LIBCACHE}/tokentree/1.2.17/haxelib/src
3-
-D tokentree=1.2.17
1+
# @install: lix --silent download "haxelib:/tokentree#1.2.18" into tokentree/1.2.18/haxelib
2+
-cp ${HAXE_LIBCACHE}/tokentree/1.2.18/haxelib/src
3+
-D tokentree=1.2.18

install.hxml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
-lib test-adapter:3.0.0
77
-lib utest:git:https://github.com/haxe-utest/utest#bdb5fec4b8e77d9a3c079d9cfb108f29f153721a
88
-lib hxnodejs:git:https://github.com/HaxeFoundation/hxnodejs#504066d
9-
-lib tokentree:1.2.17
9+
-lib tokentree:1.2.18
1010
-lib language-server-protocol:git:https://github.com/vshaxe/language-server-protocol-haxe#deec0e4e2b1ca334a4ce4c43a4fb47e819f43729
1111
-lib hxjsonast:1.1.0
1212
-lib vscode-json-rpc:git:https://github.com/vshaxe/vscode-json-rpc#0160f06bc9df1dd0547f2edf23753540db74ed5b
13-
-lib rename:3.0.0
13+
-lib rename:3.0.1
1414
-lib vshaxe-build:git:https://github.com/vshaxe/vshaxe-build#39ab9c6315ae76080e5399391c8fa561daec6d55
1515
-lib safety:1.1.2

0 commit comments

Comments
 (0)