@ms-cloudpack/bundler-plugin-ori
Advanced tools
Comparing version 0.7.2 to 0.7.3
@@ -5,3 +5,36 @@ { | ||
{ | ||
"date": "Fri, 04 Nov 2022 08:12:13 GMT", | ||
"date": "Tue, 15 Nov 2022 08:12:36 GMT", | ||
"tag": "@ms-cloudpack/bundler-plugin-ori_v0.7.3", | ||
"version": "0.7.3", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "dzearing@microsoft.com", | ||
"package": "@ms-cloudpack/bundler-plugin-ori", | ||
"commit": "a71972309b615d683a5a3bac7a85c981fb6e89af", | ||
"comment": "Minor rename changes." | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@ms-cloudpack/bundler-plugin-ori", | ||
"comment": "Bump @ms-cloudpack/esbuild-utilities to v0.0.9", | ||
"commit": "a71972309b615d683a5a3bac7a85c981fb6e89af" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@ms-cloudpack/bundler-plugin-ori", | ||
"comment": "Bump @ms-cloudpack/package-utilities to v1.2.1", | ||
"commit": "a71972309b615d683a5a3bac7a85c981fb6e89af" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@ms-cloudpack/bundler-plugin-ori", | ||
"comment": "Bump @ms-cloudpack/path-utilities to v1.1.1", | ||
"commit": "a71972309b615d683a5a3bac7a85c981fb6e89af" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Fri, 04 Nov 2022 08:12:21 GMT", | ||
"tag": "@ms-cloudpack/bundler-plugin-ori_v0.7.2", | ||
@@ -8,0 +41,0 @@ "version": "0.7.2", |
# Change Log - @ms-cloudpack/bundler-plugin-ori | ||
This log was last generated on Fri, 04 Nov 2022 08:12:13 GMT and should not be manually modified. | ||
This log was last generated on Tue, 15 Nov 2022 08:12:36 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 0.7.3 | ||
Tue, 15 Nov 2022 08:12:36 GMT | ||
### Patches | ||
- Minor rename changes. (dzearing@microsoft.com) | ||
- Bump @ms-cloudpack/esbuild-utilities to v0.0.9 | ||
- Bump @ms-cloudpack/package-utilities to v1.2.1 | ||
- Bump @ms-cloudpack/path-utilities to v1.1.1 | ||
## 0.7.2 | ||
Fri, 04 Nov 2022 08:12:13 GMT | ||
Fri, 04 Nov 2022 08:12:21 GMT | ||
@@ -11,0 +22,0 @@ ### Patches |
import type { Bundler } from '@ms-cloudpack/bundler-types'; | ||
declare const oriBuild: Bundler; | ||
export default oriBuild; | ||
declare const ori: Bundler; | ||
export default ori; |
import { build } from '@oribuild/api'; | ||
import { getOriOptions } from './getOriOptions.js'; | ||
import { normalizeOutput } from './normalizeOutput.js'; | ||
const oriBuild = { | ||
const ori = { | ||
name: 'ori', | ||
@@ -15,3 +15,3 @@ bundle: async function oriBuild(options) { | ||
}; | ||
export default oriBuild; | ||
export default ori; | ||
//# sourceMappingURL=index.js.map |
@@ -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.5" | ||
"packageVersion": "7.33.6" | ||
} | ||
] | ||
} |
{ | ||
"name": "@ms-cloudpack/bundler-plugin-ori", | ||
"version": "0.7.2", | ||
"version": "0.7.3", | ||
"description": "An abstraction to bundle source code using ori.", | ||
@@ -16,6 +16,6 @@ "license": "MIT", | ||
"dependencies": { | ||
"@ms-cloudpack/esbuild-utilities": "^0.0.8", | ||
"@ms-cloudpack/esbuild-utilities": "^0.0.9", | ||
"@ms-cloudpack/json-utilities": "^0.0.4", | ||
"@ms-cloudpack/package-utilities": "^1.2.0", | ||
"@ms-cloudpack/path-utilities": "^1.1.0", | ||
"@ms-cloudpack/package-utilities": "^1.2.1", | ||
"@ms-cloudpack/path-utilities": "^1.1.1", | ||
"@ms-cloudpack/path-string-parsing": "^1.0.0", | ||
@@ -22,0 +22,0 @@ "@oribuild/api": "0.0.0-pre-alpha.2-5a9e14a" |
Sorry, the diff of this file is not supported yet
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
56546
1227
+ Added@ms-cloudpack/esbuild-utilities@0.0.9(transitive)
- Removed@ms-cloudpack/esbuild-utilities@0.0.8(transitive)