workspace-tools
Advanced tools
Comparing version 0.2.1 to 0.3.0
@@ -5,3 +5,18 @@ { | ||
{ | ||
"date": "Tue, 12 May 2020 01:00:23 GMT", | ||
"date": "Tue, 12 May 2020 01:25:43 GMT", | ||
"tag": "workspace-tools_v0.3.0", | ||
"version": "0.3.0", | ||
"comments": { | ||
"minor": [ | ||
{ | ||
"comment": "includes the scoped packages functions", | ||
"author": "kchau@microsoft.com", | ||
"commit": "24ef3d4f81bd59439390b2e909afbfecc0b285cc", | ||
"package": "workspace-tools" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Tue, 12 May 2020 01:00:31 GMT", | ||
"tag": "workspace-tools_v0.2.1", | ||
@@ -8,0 +23,0 @@ "version": "0.2.1", |
# Change Log - workspace-tools | ||
This log was last generated on Tue, 12 May 2020 01:00:23 GMT and should not be manually modified. | ||
This log was last generated on Tue, 12 May 2020 01:25:43 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 0.3.0 | ||
Tue, 12 May 2020 01:25:43 GMT | ||
### Minor changes | ||
- includes the scoped packages functions (kchau@microsoft.com) | ||
## 0.2.1 | ||
Tue, 12 May 2020 01:00:23 GMT | ||
Tue, 12 May 2020 01:00:31 GMT | ||
@@ -11,0 +19,0 @@ ### Patches |
@@ -7,1 +7,2 @@ export * from "./getPackageInfos"; | ||
export * from "./types/PackageInfo"; | ||
export * from "./scope"; |
@@ -11,1 +11,2 @@ "use strict"; | ||
__export(require("./workspaces")); | ||
__export(require("./scope")); |
{ | ||
"name": "workspace-tools", | ||
"version": "0.2.1", | ||
"version": "0.3.0", | ||
"main": "lib/index.js", | ||
@@ -5,0 +5,0 @@ "types": "lib/index.d.ts", |
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
29241
785