Comparing version 5.85.4 to 5.85.5
@@ -5,3 +5,3 @@ # Changelog | ||
1048 merges; 165 releases; Changlogging the last 10 commits; Full changelog at [CHANGELOG.long.md](CHANGELOG.long.md) | ||
1049 merges; 165 releases; Changlogging the last 10 commits; Full changelog at [CHANGELOG.long.md](CHANGELOG.long.md) | ||
@@ -26,2 +26,17 @@ | ||
## [Untagged] - 9/12/2022 1:55:57 PM | ||
Commit [293e2cb9c07734fef562b455d786b7c63ea7647b](https://github.com/StoneCypher/jssm/commit/293e2cb9c07734fef562b455d786b7c63ea7647b) | ||
Author: `John Haugeland <stonecypher@gmail.com>` | ||
* Clean up the gh action a skosh | ||
| ||
| ||
<a name="5__85__3" /> | ||
@@ -179,17 +194,2 @@ | ||
* Merge pull request #536 from StoneCypher/MoreStabsAtTweeting | ||
* Working on auto-tweeter; no associated issue | ||
| ||
| ||
## [Untagged] - 9/12/2022 8:26:02 AM | ||
Commit [eedb4a7d6ea5392a252cf6dbe5bc2e6e3239591c](https://github.com/StoneCypher/jssm/commit/eedb4a7d6ea5392a252cf6dbe5bc2e6e3239591c) | ||
Author: `John Haugeland <stonecypher@gmail.com>` | ||
* Working on auto-tweeter; no associated issue |
@@ -1,2 +0,2 @@ | ||
declare const version: string; | ||
export { version }; | ||
declare const version: string, build_time: number; | ||
export { version, build_time }; |
@@ -1,2 +0,2 @@ | ||
const version = "5.85.4"; | ||
export { version }; | ||
const version = "5.85.5", build_time = 1663020507687; | ||
export { version, build_time }; |
{ | ||
"name": "jssm", | ||
"version": "5.85.4", | ||
"version": "5.85.5", | ||
"engines": { | ||
@@ -5,0 +5,0 @@ "node": ">=10.0.0" |
@@ -21,3 +21,3 @@ <!-- | ||
* Generated for version 5.85.4 at 9/12/2022, 1:55:41 PM | ||
* Generated for version 5.85.5 at 9/12/2022, 3:09:45 PM | ||
@@ -33,3 +33,3 @@ --> | ||
***4,847 tests*** run 5,738 times. 4,838 specs with 100.0% coverage, 9 fuzz tests with 13.0% coverage. With 2,696 lines, that's about 1.8 tests per line, or 2.1 generated tests per line. | ||
***4,847 tests*** run 5,738 times. 4,838 specs with 100.0% coverage, 9 fuzz tests with 13.0% coverage. With 2,697 lines, that's about 1.8 tests per line, or 2.1 generated tests per line. | ||
@@ -36,0 +36,0 @@ ***Meet your new state machine library.*** |
@@ -1,2 +0,2 @@ | ||
declare const version: string; | ||
export { version }; | ||
declare const version: string, build_time: number; | ||
export { version, build_time }; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1282175