@reform/bundle
Advanced tools
Comparing version 0.14.0 to 0.14.1
@@ -1,6 +0,6 @@ | ||
import { Format, Loader, Platform, Plugin } from "esbuild"; | ||
import { BuildOptions, Format, Loader, Platform, Plugin } from "esbuild"; | ||
import { BuildContext } from "./BuildContext.js"; | ||
import { Directory, FileCopyList, FileEntryList } from "./Resources/index.js"; | ||
export type PWAManifest = Record<string, any>; | ||
export type SourceMapVariant = boolean | "inline" | "external" | "both"; | ||
export type SourceMapVariant = BuildOptions["sourcemap"]; | ||
export interface IPWAApplicationConfig { | ||
@@ -7,0 +7,0 @@ source?: string; |
{ | ||
"name": "@reform/bundle", | ||
"version": "0.14.0", | ||
"version": "0.14.1", | ||
"main": "dist/index.js", | ||
@@ -30,4 +30,4 @@ "types": "dist/index.d.ts", | ||
"dotenv": "^16.3.1", | ||
"esbuild": "^0.19.2", | ||
"glob": "^10.3.3", | ||
"esbuild": "^0.19.3", | ||
"glob": "^10.3.4", | ||
"path-to-regexp": "^6.2.1", | ||
@@ -37,4 +37,4 @@ "watcher": "^2.3.0" | ||
"devDependencies": { | ||
"@types/node": "^20.5.7", | ||
"typescript-json-schema": "^0.60.0" | ||
"@types/node": "^20.6.0", | ||
"typescript-json-schema": "^0.61.0" | ||
}, | ||
@@ -49,3 +49,3 @@ "publishConfig": { | ||
"license": "MIT", | ||
"gitHead": "da4760940c4542b0fa8abdef74b6f9e0bdbdd98b" | ||
"gitHead": "7cf5f9ba3378761efe220fbb03cdefa67a21d51d" | ||
} |
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
118687
Updatedesbuild@^0.19.3
Updatedglob@^10.3.4