@ms-cloudpack/esbuild-utilities
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -5,3 +5,32 @@ { | ||
{ | ||
"date": "Sat, 03 Dec 2022 08:10:22 GMT", | ||
"date": "Tue, 31 Jan 2023 08:08:54 GMT", | ||
"tag": "@ms-cloudpack/esbuild-utilities_v0.0.11", | ||
"version": "0.0.11", | ||
"comments": { | ||
"none": [ | ||
{ | ||
"author": "elcraig@microsoft.com", | ||
"package": "@ms-cloudpack/esbuild-utilities", | ||
"commit": "243bfddf2ccffa5d6aa479105156b8a5de0e66c2", | ||
"comment": "Don't publish test files" | ||
} | ||
], | ||
"patch": [ | ||
{ | ||
"author": "beachball", | ||
"package": "@ms-cloudpack/esbuild-utilities", | ||
"comment": "Bump @ms-cloudpack/path-utilities to v2.0.1", | ||
"commit": "d841a4219d236c863ef97e9b20ad1bc143e8bc84" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@ms-cloudpack/esbuild-utilities", | ||
"comment": "Bump @ms-cloudpack/path-string-parsing to v1.0.1", | ||
"commit": "d841a4219d236c863ef97e9b20ad1bc143e8bc84" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Mon, 23 Jan 2023 21:06:01 GMT", | ||
"tag": "@ms-cloudpack/esbuild-utilities_v0.0.10", | ||
@@ -12,2 +41,17 @@ "version": "0.0.10", | ||
{ | ||
"author": "elcraig@microsoft.com", | ||
"package": "@ms-cloudpack/esbuild-utilities", | ||
"commit": "d092bb42a995e8bab968a0fdc1f35144680b73c3", | ||
"comment": "Move beachball disallowedChangeTypes setting to repo config" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Sat, 03 Dec 2022 08:10:45 GMT", | ||
"tag": "@ms-cloudpack/esbuild-utilities_v0.0.10", | ||
"version": "0.0.10", | ||
"comments": { | ||
"none": [ | ||
{ | ||
"author": "dake.3601@gmail.com", | ||
@@ -14,0 +58,0 @@ "package": "@ms-cloudpack/esbuild-utilities", |
# Change Log - @ms-cloudpack/esbuild-utilities | ||
This log was last generated on Sat, 03 Dec 2022 08:10:22 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.0.11 | ||
Tue, 31 Jan 2023 08:08:54 GMT | ||
### Patches | ||
- Bump @ms-cloudpack/path-utilities to v2.0.1 | ||
- Bump @ms-cloudpack/path-string-parsing to v1.0.1 | ||
## 0.0.10 | ||
Sat, 03 Dec 2022 08:10:22 GMT | ||
Sat, 03 Dec 2022 08:10:45 GMT | ||
@@ -11,0 +20,0 @@ ### Patches |
@@ -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.6" | ||
"packageVersion": "7.34.0" | ||
} | ||
] | ||
} |
{ | ||
"name": "@ms-cloudpack/esbuild-utilities", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "Shared utilities for working with esbuild configs.", | ||
@@ -24,4 +24,4 @@ "license": "MIT", | ||
"dependencies": { | ||
"@ms-cloudpack/path-utilities": "^2.0.0", | ||
"@ms-cloudpack/path-string-parsing": "^1.0.0" | ||
"@ms-cloudpack/path-utilities": "^2.0.1", | ||
"@ms-cloudpack/path-string-parsing": "^1.0.1" | ||
}, | ||
@@ -33,9 +33,4 @@ "devDependencies": { | ||
"files": [ | ||
"/lib" | ||
], | ||
"beachball": { | ||
"disallowedChangeTypes": [ | ||
"major" | ||
] | ||
} | ||
"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
13346
266