@ms-cloudpack/bundler-types
Advanced tools
Comparing version 0.9.0 to 0.9.1
@@ -5,3 +5,26 @@ { | ||
{ | ||
"date": "Wed, 25 Jan 2023 08:11:01 GMT", | ||
"date": "Tue, 31 Jan 2023 08:08:54 GMT", | ||
"tag": "@ms-cloudpack/bundler-types_v0.9.1", | ||
"version": "0.9.1", | ||
"comments": { | ||
"none": [ | ||
{ | ||
"author": "elcraig@microsoft.com", | ||
"package": "@ms-cloudpack/bundler-types", | ||
"commit": "243bfddf2ccffa5d6aa479105156b8a5de0e66c2", | ||
"comment": "Don't publish test files" | ||
} | ||
], | ||
"patch": [ | ||
{ | ||
"author": "elcraig@microsoft.com", | ||
"package": "@ms-cloudpack/bundler-types", | ||
"commit": "aa26b86114817b738ea6062ef3b64234fc38c6ad", | ||
"comment": "Update BundleOutputFile docs" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Wed, 25 Jan 2023 08:11:21 GMT", | ||
"tag": "@ms-cloudpack/bundler-types_v0.9.0", | ||
@@ -8,0 +31,0 @@ "version": "0.9.0", |
# Change Log - @ms-cloudpack/bundler-types | ||
This log was last generated on Wed, 25 Jan 2023 08:11:01 GMT and should not be manually modified. | ||
This log was last generated on Tue, 31 Jan 2023 08:08:54 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 0.9.1 | ||
Tue, 31 Jan 2023 08:08:54 GMT | ||
### Patches | ||
- Update BundleOutputFile docs (elcraig@microsoft.com) | ||
## 0.9.0 | ||
Wed, 25 Jan 2023 08:11:01 GMT | ||
Wed, 25 Jan 2023 08:11:21 GMT | ||
@@ -11,0 +19,0 @@ ### Minor changes |
import type { BundleMessage } from './BundleMessage.js'; | ||
export interface BundleOutputFile { | ||
/** | ||
* The absolute path to the output file. | ||
* The absolute path to the output file, with forward slashes. | ||
*/ | ||
outputPath: string; | ||
/** | ||
* The absolute path to the entry file. | ||
* The relative path to the entry file. | ||
*/ | ||
@@ -10,0 +10,0 @@ entryPoint?: string; |
@@ -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.7" | ||
"packageVersion": "7.34.0" | ||
} | ||
] | ||
} |
{ | ||
"name": "@ms-cloudpack/bundler-types", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"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.", | ||
@@ -28,4 +28,4 @@ "license": "MIT", | ||
"files": [ | ||
"/lib" | ||
"lib/**/!(*.test.*)" | ||
] | ||
} |
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
32613
759