Skip to content

Commit 3093452

Browse files
committed
Update Node Port version.
1 parent bc7c685 commit 3093452

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

source/ports/node_port/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/ports/node_port/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metacall",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Call Python, C#, Ruby... functions from NodeJS (a NodeJS Port for MetaCall)",
55
"repository": "github:metacall/core",
66
"bugs": "https://github.com/metacall/core/issues",

source/tests/metacall_inspect_test/source/metacall_inspect_test.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,5 @@ TEST_F(metacall_inspect_test, DefaultConstructor)
141141
metacall_allocator_destroy(allocator);
142142
}
143143

144-
145144
EXPECT_EQ((int) 0, (int) metacall_destroy());
146145
}

0 commit comments

Comments
 (0)