@netlify/zip-it-and-ship-it
Advanced tools
Comparing version 9.37.10 to 9.38.0
@@ -0,1 +1,2 @@ | ||
import type { Program } from '@babel/types'; | ||
export declare const parseExpression: ({ basePath, expression: rawExpression, resolveDir, }: { | ||
@@ -9,3 +10,3 @@ basePath: string; | ||
} | undefined; | ||
export declare const safelyParseSource: (source: string) => import("@babel/types").Program | null; | ||
export declare const safelyParseSource: (source: string) => Program | null; | ||
export declare const safelyReadSource: (path: string) => Promise<string | null>; |
{ | ||
"name": "@netlify/zip-it-and-ship-it", | ||
"version": "9.37.10", | ||
"version": "9.38.0", | ||
"description": "Zip it and ship it", | ||
@@ -108,3 +108,3 @@ "main": "./dist/main.js", | ||
}, | ||
"gitHead": "4ae7f95ca7b31f392956894d5cd6ecf781349b55" | ||
"gitHead": "5c70faeffbf9efe9f9255bb20e6013dc6ddfd1bb" | ||
} |
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
263798
5766