@boll/core
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -5,3 +5,18 @@ { | ||
{ | ||
"date": "Tue, 15 Sep 2020 20:23:21 GMT", | ||
"date": "Thu, 17 Sep 2020 22:06:33 GMT", | ||
"tag": "@boll/core_v1.0.1", | ||
"version": "1.0.1", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"comment": "More package breakup.", | ||
"author": "jdh@microsoft.com", | ||
"commit": "84f4d2111b34e5337fe31381222a436a4268d9ee", | ||
"package": "@boll/core" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Tue, 15 Sep 2020 20:23:35 GMT", | ||
"tag": "@boll/core_v1.0.0", | ||
@@ -8,0 +23,0 @@ "version": "1.0.0", |
# Change Log - @boll/core | ||
This log was last generated on Tue, 15 Sep 2020 20:23:21 GMT and should not be manually modified. | ||
This log was last generated on Thu, 17 Sep 2020 22:06:33 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 1.0.1 | ||
Thu, 17 Sep 2020 22:06:33 GMT | ||
### Patches | ||
- More package breakup. (jdh@microsoft.com) | ||
## 1.0.0 | ||
Tue, 15 Sep 2020 20:23:21 GMT | ||
Tue, 15 Sep 2020 20:23:35 GMT | ||
@@ -11,0 +19,0 @@ ### Major changes |
@@ -39,1 +39,5 @@ import { BollFile } from "./boll-file"; | ||
} | ||
export interface ImportPathAndLineNumber { | ||
path: string; | ||
lineNumber: number; | ||
} |
@@ -8,2 +8,3 @@ { | ||
"glob": "^7.1.6", | ||
"typescript": "^3.9.7", | ||
"yaml": "^1.10.0" | ||
@@ -19,4 +20,3 @@ }, | ||
"typedoc": "^0.19.1", | ||
"typedoc-plugin-markdown": "^2.4.2", | ||
"typescript": "^3.9.7" | ||
"typedoc-plugin-markdown": "^2.4.2" | ||
}, | ||
@@ -43,3 +43,3 @@ "files": [ | ||
}, | ||
"version": "1.0.0" | ||
"version": "1.0.1" | ||
} |
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
77431
7
1699
3
+ Addedtypescript@^3.9.7
+ Addedtypescript@3.9.10(transitive)