jssm 5.85.4 → 5.85.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
- 1048 merges; 165 releases; Changlogging the last 10 commits; Full changelog at [CHANGELOG.long.md](CHANGELOG.long.md)
5
+ 1049 merges; 165 releases; Changlogging the last 10 commits; Full changelog at [CHANGELOG.long.md](CHANGELOG.long.md)
6
6
 
7
7
 
8
8
 
@@ -18,6 +18,21 @@ Published tags:
18
18
 
19
19
 
20
20
 
21
+  
22
+
23
+  
24
+
25
+ ## [Untagged] - 9/12/2022 1:55:57 PM
26
+
27
+ Commit [293e2cb9c07734fef562b455d786b7c63ea7647b](https://github.com/StoneCypher/jssm/commit/293e2cb9c07734fef562b455d786b7c63ea7647b)
28
+
29
+ Author: `John Haugeland <stonecypher@gmail.com>`
30
+
31
+ * Clean up the gh action a skosh
32
+
33
+
34
+
35
+
21
36
  &nbsp;
22
37
 
23
38
  &nbsp;
@@ -174,19 +189,4 @@ Author: `John Haugeland <stonecypher@gmail.com>`
174
189
  Merges [d4e6196, eedb4a7]
175
190
 
176
191
  * Merge pull request #536 from StoneCypher/MoreStabsAtTweeting
177
- * Working on auto-tweeter; no associated issue
178
-
179
-
180
-
181
-
182
- &nbsp;
183
-
184
- &nbsp;
185
-
186
- ## [Untagged] - 9/12/2022 8:26:02 AM
187
-
188
- Commit [eedb4a7d6ea5392a252cf6dbe5bc2e6e3239591c](https://github.com/StoneCypher/jssm/commit/eedb4a7d6ea5392a252cf6dbe5bc2e6e3239591c)
189
-
190
- Author: `John Haugeland <stonecypher@gmail.com>`
191
-
192
192
  * Working on auto-tweeter; no associated issue
package/README.md CHANGED
@@ -18,7 +18,7 @@ Please edit the file it's derived from, instead: `./src/md/readme_base.md`
18
18
 
19
19
 
20
20
 
21
- * Generated for version 5.85.4 at 9/12/2022, 1:55:41 PM
21
+ * Generated for version 5.85.5 at 9/12/2022, 3:09:45 PM
22
22
 
23
23
  -->
24
24
  # jssm
@@ -29,7 +29,7 @@ share online. Easy to embed.
29
29
 
30
30
  Readable, useful state machines as one-liner strings.
31
31
 
32
- ***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.
32
+ ***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.
33
33
 
34
34
  ***Meet your new state machine library.***
35
35
 
@@ -1,2 +1,2 @@
1
- declare const version: string;
2
- export { version };
1
+ declare const version: string, build_time: number;
2
+ export { version, build_time };
@@ -1,2 +1,2 @@
1
- const version = "5.85.4";
2
- export { version };
1
+ const version = "5.85.5", build_time = 1663020507687;
2
+ export { version, build_time };