Skip to content

Commit 934c9d7

Browse files
committed
Merge branch 'feature/action-server' of github.com:NASA-AMMOS/aerie into feature/action-server
2 parents 744bbd2 + 15719c4 commit 934c9d7

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

action-server/package-lock.json

+3-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

action-server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"ts-node": "^10.9.2"
2828
},
2929
"dependencies": {
30-
"aerie-actions": "file:../../aerie-actions",
30+
"aerie-actions": "github:NASA-AMMOS/aerie-actions#34262aeb0e519aca04629bb022b083b16608f3b5",
3131
"pg": "^8.13.3",
3232
"piscina": "^5.0.0-alpha.0"
3333
}

action-server/src/utils/codeRunner.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as vm from "node:vm";
22
import { ActionResponse, ActionResults, ConsoleOutput } from "../type/types";
3-
import { Actions } from "../dist/helpers";
3+
import { Actions } from "aerie-actions/dist/helpers";
44
import { PoolClient } from "pg";
55

66
// function getConsoleHandlers(oldConsole: any) {

0 commit comments

Comments
 (0)