Skip to content

Commit

Permalink
Merge pull request #5219 from systeminit/push-mmzoxxnsknlr
Browse files Browse the repository at this point in the history
feat: add fast-json-patch to lang-js to support cloud control
  • Loading branch information
stack72 authored Jan 7, 2025
2 parents a0fd89c + 4626f68 commit a0fc9e9
Show file tree
Hide file tree
Showing 3 changed files with 12,979 additions and 10,460 deletions.
1 change: 1 addition & 0 deletions bin/lang-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"@typescript/vfs": "^1.4.0",
"commander": "^9.2.0",
"execa": "^5.1.1",
"fast-json-patch": "^3.1.1",
"joi": "^17.11.0",
"js-yaml": "^4.1.0",
"lodash-es": "^4.17.21",
Expand Down
2 changes: 2 additions & 0 deletions bin/lang-js/src/sandbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import path from "path";
import zlib from "zlib";
import fetch from "node-fetch";
import toml from "toml";
import * as jsonpatch from "fast-json-patch";

import * as _ from "lodash-es";
import * as yaml from "js-yaml";
Expand Down Expand Up @@ -35,6 +36,7 @@ function commonSandbox(executionId: string): Sandbox {
path,
Joi,
toml,
jsonpatch,
};
}

Expand Down
Loading

0 comments on commit a0fc9e9

Please sign in to comment.