js-eval-action-expression-context
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -10,2 +10,3 @@ import * as assertModule from "assert"; | ||
import * as fsExtraLib from 'fs-extra'; | ||
import * as pathLib from 'path'; | ||
@@ -25,3 +26,4 @@ declare global { | ||
assert: typeof assertModule, | ||
fs: typeof fsExtraLib | ||
fs: typeof fsExtraLib, | ||
path: typeof pathLib | ||
} |
@@ -1,1 +0,1 @@ | ||
{"name":"js-eval-action-expression-context","private":false,"version":"0.0.1","description":"Types for the js-eval-action GitHub Action expression","main":"","types":"globals.d.ts","repository":{"url":"https://github.com/cardinalby/js-eval-action","directory":"expressionContextTypes/dist"},"keywords":["js-eval-action"],"author":"cardinalby","license":"MIT","files":["*.d.ts","LICENSE","README.md"],"dependencies":{"@actions/core":"^1.6.0","@actions/github":"^5.0.0","semver":"^7.3.5","yaml":"^1.10.2","fs-extra":"^10.0.0","wildstring":"^1.0.9","dotenv":"^10.0.0","dotenv-expand":"^5.1.0","@types/node":"^12.20.37","@types/semver":"^7.3.9","@types/fs-extra":"^9.0.13","@types/wildstring":"^1.0.0"}} | ||
{"name":"js-eval-action-expression-context","private":false,"version":"0.0.2","description":"Types for the js-eval-action GitHub Action expression","main":"","types":"globals.d.ts","repository":{"url":"https://github.com/cardinalby/js-eval-action","directory":"expressionContextTypes/dist"},"keywords":["js-eval-action"],"author":"cardinalby","license":"MIT","files":["*.d.ts","LICENSE","README.md"],"dependencies":{"@actions/core":"^1.6.0","@actions/github":"^5.0.0","semver":"^7.3.5","yaml":"^1.10.2","fs-extra":"^10.0.0","wildstring":"^1.0.9","dotenv":"^10.0.0","dotenv-expand":"^5.1.0","@types/node":"^12.20.37","@types/semver":"^7.3.9","@types/fs-extra":"^9.0.13","@types/wildstring":"^1.0.0"}} |
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
2722
25