@memberjunction/code-execution
Advanced tools
| > @memberjunction/code-execution@5.30.0 build | ||
| > @memberjunction/code-execution@5.30.1 build | ||
| > tsc && tsc-alias -f && npm run copy:bundled-libs | ||
| > @memberjunction/code-execution@5.30.0 copy:bundled-libs | ||
| > @memberjunction/code-execution@5.30.1 copy:bundled-libs | ||
| > node -e "const fs=require('fs'),p=require('path');const src=p.join('src','libraries','bundled-libs');const dst=p.join('dist','libraries','bundled-libs');fs.mkdirSync(dst,{recursive:true});for(const f of fs.readdirSync(src))fs.copyFileSync(p.join(src,f),p.join(dst,f));" | ||
+7
-0
| # @memberjunction/code-execution | ||
| ## 5.30.1 | ||
| ### Patch Changes | ||
| - @memberjunction/core@5.30.1 | ||
| - @memberjunction/global@5.30.1 | ||
| ## 5.30.0 | ||
@@ -4,0 +11,0 @@ |
+3
-3
| { | ||
| "name": "@memberjunction/code-execution", | ||
| "type": "module", | ||
| "version": "5.30.0", | ||
| "version": "5.30.1", | ||
| "description": "Sandboxed code execution service for MemberJunction actions and agents", | ||
@@ -16,4 +16,4 @@ "main": "dist/index.js", | ||
| "dependencies": { | ||
| "@memberjunction/core": "5.30.0", | ||
| "@memberjunction/global": "5.30.0", | ||
| "@memberjunction/core": "5.30.1", | ||
| "@memberjunction/global": "5.30.1", | ||
| "isolated-vm": "^6.0.2", | ||
@@ -20,0 +20,0 @@ "lodash": "^4.17.23", |
2549288
0+ Added
+ Added
- Removed
- Removed
Updated