jssm 5.89.0 → 5.89.1

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
- 1088 merges; 182 releases; Changlogging the last 10 commits; Full changelog at [CHANGELOG.long.md](CHANGELOG.long.md)
5
+ 1089 merges; 182 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] - 5/7/2023 12:28:52 PM
26
+
27
+ Commit [2a87cf16db9631a4cb35bcff98e1bda51e19486f](https://github.com/StoneCypher/jssm/commit/2a87cf16db9631a4cb35bcff98e1bda51e19486f)
28
+
29
+ Author: `John Haugeland <stonecypher@gmail.com>`
30
+
31
+ * draft support for deno
32
+
33
+
34
+
35
+
21
36
  &nbsp;
22
37
 
23
38
  &nbsp;
@@ -178,19 +193,4 @@ Author: `John Haugeland <stonecypher@gmail.com>`
178
193
  Merges [85963d8, a6733d4]
179
194
 
180
195
  * Merge pull request #550 from StoneCypher/ReattemptDenoSupport
181
- * Reattempt deno support
182
-
183
-
184
-
185
-
186
- &nbsp;
187
-
188
- &nbsp;
189
-
190
- ## [Untagged] - 12/4/2022 11:45:25 AM
191
-
192
- Commit [a6733d4140c1b7ac86c6e706d40e859150c36f94](https://github.com/StoneCypher/jssm/commit/a6733d4140c1b7ac86c6e706d40e859150c36f94)
193
-
194
- Author: `John Haugeland <stonecypher@gmail.com>`
195
-
196
- * Add deno version minification to build pass
196
+ * Reattempt deno support
package/README.md CHANGED
@@ -18,10 +18,10 @@ 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.89.0 at 5/7/2023, 12:23:59 PM
21
+ * Generated for version 5.89.1 at 5/13/2023, 11:34:21 PM
22
22
 
23
23
  -->
24
- # jssm 5.89.0
24
+ # jssm 5.89.1
25
25
 
26
26
  Easy. Small. Fast. TS, es6, es5. Node, Browser. 100% coverage. Property
27
27
  tests. Fuzz tests. Language tests for a dozen languages and emoji. Easy to
@@ -1,2 +1,2 @@
1
- const version = "5.89.0", build_time = 1683487351764;
1
+ const version = "5.89.1", build_time = 1684045938941;
2
2
  export { version, build_time };