@openfn/compiler
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "@openfn/compiler", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "", | ||
@@ -39,3 +39,3 @@ "type": "module", | ||
"dependencies": { | ||
"@openfn/describe-package": "^0.0.4", | ||
"@openfn/describe-package": "^0.0.5", | ||
"acorn": "^8.8.0", | ||
@@ -54,4 +54,5 @@ "recast": "^0.21.2", | ||
"build:watch": "pnpm rollup -cw --no-watch.clearScreen", | ||
"parse": "node --no-warnings --loader=tsm src/cli/parse.ts" | ||
"parse": "node --no-warnings --loader=tsm src/cli/parse.ts", | ||
"pack": "pnpm pack --pack-destination ../../dist" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23774
+ Added@openfn/describe-package@0.0.5(transitive)
+ Addedtypescript@4.9.5(transitive)
- Removed@openfn/describe-package@0.0.4(transitive)
- Removedtypescript@5.6.3(transitive)