Skip to content

Commit 1284a84

Browse files
committed
[RELEASE] 0.3.1
1 parent 341721e commit 1284a84

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nasa-jpl/aerie-ts-user-code-runner",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "A simple way to safely run user code written in Typescript.",
55
"main": "build/UserCodeRunner.js",
66
"type": "module",

test/UserCodeRunner.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1155,7 +1155,7 @@ it('should handle throws in library code outside default function execution path
11551155
at additionalFile:1:7
11561156
at SourceTextModule.evaluate (node:internal/vm/module:224:23)
11571157
at UserCodeRunner.executeUserCode (/Users/jdstewar/gitRepos/jpl/mpcs/aerie/aerie-ts-user-code-runner/src/UserCodeRunner.ts:234:24)
1158-
at Object.<anonymous> (/Users/jdstewar/gitRepos/jpl/mpcs/aerie/aerie-ts-user-code-runner/test/UserCodeRunner.spec.ts:1090:5)
1158+
at Object.<anonymous> (/Users/jdstewar/gitRepos/jpl/mpcs/aerie/aerie-ts-user-code-runner/test/UserCodeRunner.spec.ts:1134:5)
11591159
`.trimTemplate());
11601160
}
11611161
});

0 commit comments

Comments
 (0)