@ms-cloudpack/bundler-types
Advanced tools
Comparing version 0.2.1 to 0.3.0
@@ -5,2 +5,32 @@ { | ||
{ | ||
"date": "Tue, 02 Aug 2022 22:33:22 GMT", | ||
"tag": "@ms-cloudpack/bundler-types_v0.3.0", | ||
"version": "0.3.0", | ||
"comments": { | ||
"minor": [ | ||
{ | ||
"author": "dzearing@microsoft.com", | ||
"package": "@ms-cloudpack/bundler-types", | ||
"commit": "2c583353dd5eda02c356dac916a43bd2bc8bd510", | ||
"comment": "Updating api surface for plugin model." | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Wed, 06 Jul 2022 05:49:05 GMT", | ||
"tag": "@ms-cloudpack/bundler-types_v0.2.1", | ||
"version": "0.2.1", | ||
"comments": { | ||
"none": [ | ||
{ | ||
"author": "elcraig@microsoft.com", | ||
"package": "@ms-cloudpack/bundler-types", | ||
"commit": "346fa91922ecdae5215772803cde444941e269ec", | ||
"comment": "Remove unused devDependencies" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Wed, 25 May 2022 21:40:45 GMT", | ||
@@ -7,0 +37,0 @@ "tag": "@ms-cloudpack/bundler-types_v0.2.0", |
# Change Log - @ms-cloudpack/bundler-types | ||
This log was last generated on Wed, 25 May 2022 21:40:45 GMT and should not be manually modified. | ||
This log was last generated on Tue, 02 Aug 2022 22:33:22 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 0.3.0 | ||
Tue, 02 Aug 2022 22:33:22 GMT | ||
### Minor changes | ||
- Updating api surface for plugin model. (dzearing@microsoft.com) | ||
## 0.2.0 | ||
@@ -8,0 +16,0 @@ |
@@ -1,2 +0,1 @@ | ||
import type { BundlerResult } from './BundlerResult.js'; | ||
export interface BundlerOptions { | ||
@@ -11,3 +10,4 @@ entries: string[]; | ||
disableSourceMaps?: boolean; | ||
watchCallback?: (result: BundlerResult) => void; | ||
incremental?: boolean; | ||
bundlerOptions?: Record<string, unknown>; | ||
} |
@@ -10,2 +10,4 @@ import type { BundlerMessage } from './BundlerMessage.js'; | ||
warnings?: BundlerMessage[]; | ||
rebuild?: () => Promise<BundlerResult>; | ||
dispose?: () => void; | ||
} |
@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard. | ||
"packageName": "@microsoft/api-extractor", | ||
"packageVersion": "7.25.0" | ||
"packageVersion": "7.28.7" | ||
} | ||
] | ||
} |
{ | ||
"name": "@ms-cloudpack/bundler-types", | ||
"version": "0.2.1", | ||
"version": "0.3.0", | ||
"description": "TypeScript types for implementing a bundler abstraction. We keep these separate from the bundler package to eliminate circular package dependencies and ensure no major bumps happen with the contract.", | ||
@@ -22,7 +22,4 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@types/fs-extra": "9.0.13", | ||
"@ms-cloudpack/scripts": "*", | ||
"@ms-cloudpack/eslint-config-base": "*", | ||
"@ms-cloudpack/jest-path-snapshot": "*", | ||
"fs-extra": "10.1.0" | ||
"@ms-cloudpack/eslint-config-base": "*" | ||
}, | ||
@@ -29,0 +26,0 @@ "scripts": { |
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
9820
2
219