@ms-cloudpack/bundler-types
Advanced tools
Comparing version 0.5.5 to 0.6.0
@@ -5,3 +5,24 @@ { | ||
{ | ||
"date": "Thu, 20 Oct 2022 08:11:43 GMT", | ||
"date": "Wed, 02 Nov 2022 08:10:59 GMT", | ||
"tag": "@ms-cloudpack/bundler-types_v0.6.0", | ||
"version": "0.6.0", | ||
"comments": { | ||
"minor": [ | ||
{ | ||
"author": "dzearing@microsoft.com", | ||
"package": "@ms-cloudpack/bundler-types", | ||
"commit": "3439c51ff4eb7cb624cf84fb2881a781eabca83f", | ||
"comment": "API surface changes to split out bundle vs bundlePackage." | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@ms-cloudpack/bundler-types", | ||
"comment": "Bump @ms-cloudpack/package-utilities to v1.2.0", | ||
"commit": "24143dab856b05b0b516edcb8a5cc72563ecb380" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Thu, 20 Oct 2022 08:12:02 GMT", | ||
"tag": "@ms-cloudpack/bundler-types_v0.5.5", | ||
@@ -8,0 +29,0 @@ "version": "0.5.5", |
# Change Log - @ms-cloudpack/bundler-types | ||
This log was last generated on Thu, 20 Oct 2022 08:11:43 GMT and should not be manually modified. | ||
This log was last generated on Wed, 02 Nov 2022 08:10:59 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 0.6.0 | ||
Wed, 02 Nov 2022 08:10:59 GMT | ||
### Minor changes | ||
- API surface changes to split out bundle vs bundlePackage. (dzearing@microsoft.com) | ||
- Bump @ms-cloudpack/package-utilities to v1.2.0 | ||
## 0.5.5 | ||
Thu, 20 Oct 2022 08:11:43 GMT | ||
Thu, 20 Oct 2022 08:12:02 GMT | ||
@@ -11,0 +20,0 @@ ### Patches |
@@ -1,6 +0,6 @@ | ||
import type { BundlerOptions } from './BundlerOptions.js'; | ||
import type { BundlerResult } from './BundlerResult.js'; | ||
import type { BundleOptions } from './BundleOptions.js'; | ||
import type { BundleResult } from './BundleResult.js'; | ||
export interface Bundler { | ||
name: string; | ||
bundle: (options: BundlerOptions) => Promise<BundlerResult>; | ||
bundle: (options: BundleOptions) => Promise<BundleResult>; | ||
} |
export type { Bundler } from './Bundler.js'; | ||
export type { BundlerMessage } from './BundlerMessage.js'; | ||
export type { BundlerMessageLocation } from './BundlerMessageLocation.js'; | ||
export type { BundlerMessageNote } from './BundlerMessageNote.js'; | ||
export type { BundlerOptions } from './BundlerOptions.js'; | ||
export type { BundlerOutputFile, BundlerResult } from './BundlerResult.js'; | ||
export type { BundleMessage } from './BundleMessage.js'; | ||
export type { BundleMessageLocation } from './BundleMessageLocation.js'; | ||
export type { BundleMessageNote } from './BundleMessageNote.js'; | ||
export type { BundleOptions } from './BundleOptions.js'; | ||
export type { BundleOutputFile, BundleResult } from './BundleResult.js'; |
@@ -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.33.1" | ||
"packageVersion": "7.33.5" | ||
} | ||
] | ||
} |
{ | ||
"name": "@ms-cloudpack/bundler-types", | ||
"version": "0.5.5", | ||
"version": "0.6.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.", | ||
@@ -21,3 +21,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@ms-cloudpack/package-utilities": "^1.1.0" | ||
"@ms-cloudpack/package-utilities": "^1.2.0" | ||
}, | ||
@@ -24,0 +24,0 @@ "devDependencies": { |
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
19091
465