jssm 5.97.0 → 5.97.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
- 1134 merges; 197 releases; Changlogging the last 10 commits; Full changelog at [CHANGELOG.long.md](CHANGELOG.long.md)
5
+ 1135 merges; 197 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] - 2/5/2024 2:30:02 PM
26
+
27
+ Commit [28efd039469d4c7e6605532a8405e66392e8ff57](https://github.com/StoneCypher/jssm/commit/28efd039469d4c7e6605532a8405e66392e8ff57)
28
+
29
+ Author: `John Haugeland <stonecypher@gmail.com>`
30
+
31
+ * attempt to resolve cjs loader issue
32
+
33
+
34
+
35
+
21
36
  &nbsp;
22
37
 
23
38
  &nbsp;
@@ -168,19 +183,4 @@ Commit [0faf24be50fcdd60de92f96fc5abc831879adb27](https://github.com/StoneCypher
168
183
 
169
184
  Author: `John Haugeland <stonecypher@gmail.com>`
170
185
 
171
- * Operator after fixes StoneCypher/fsl#89; custom setTimeout/clearTimeout fixes StoneCypher/fsl#1266; small browser debugging tool fixes StoneCypher/fsl#1265
172
-
173
-
174
-
175
-
176
- &nbsp;
177
-
178
- &nbsp;
179
-
180
- ## [Untagged] - 12/29/2023 8:29:22 PM
181
-
182
- Commit [6a09b44c3e1bfc0e8045909e88895091d3c7af0f](https://github.com/StoneCypher/jssm/commit/6a09b44c3e1bfc0e8045909e88895091d3c7af0f)
183
-
184
- Author: `John Haugeland <stonecypher@gmail.com>`
185
-
186
- * another option is to just not care very much and do it from the date object like normal
186
+ * Operator after fixes StoneCypher/fsl#89; custom setTimeout/clearTimeout fixes StoneCypher/fsl#1266; small browser debugging tool fixes StoneCypher/fsl#1265
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.97.0 at 2/5/2024, 2:28:17 PM
21
+ * Generated for version 5.97.1 at 2/5/2024, 2:56:05 PM
22
22
 
23
23
  -->
24
- # jssm 5.97.0
24
+ # jssm 5.97.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.97.0", build_time = 1707171988789;
1
+ const version = "5.97.1", build_time = 1707173654610;
2
2
  export { version, build_time };