jssm 5.101.0 → 5.102.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
- 1173 merges; 205 releases; Changlogging the last 10 commits; Full changelog at [CHANGELOG.long.md](CHANGELOG.long.md)
5
+ 1175 merges; 205 releases; Changlogging the last 10 commits; Full changelog at [CHANGELOG.long.md](CHANGELOG.long.md)
6
6
 
7
7
 
8
8
 
@@ -18,6 +18,36 @@ Published tags:
18
18
 
19
19
 
20
20
 
21
+  
22
+
23
+  
24
+
25
+ ## [Untagged] - 10/20/2024 1:06:45 PM
26
+
27
+ Commit [3b5681cb78461189a4b0b8ff493e4318072f1ad2](https://github.com/StoneCypher/jssm/commit/3b5681cb78461189a4b0b8ff493e4318072f1ad2)
28
+
29
+ Author: `John Haugeland <stonecypher@gmail.com>`
30
+
31
+ * modernize rollup and rollup plugins
32
+
33
+
34
+
35
+
36
+ &nbsp;
37
+
38
+ &nbsp;
39
+
40
+ ## [Untagged] - 10/20/2024 12:48:49 PM
41
+
42
+ Commit [5b8eceeda70dbcc8a76b7f4fc7750fd355072960](https://github.com/StoneCypher/jssm/commit/5b8eceeda70dbcc8a76b7f4fc7750fd355072960)
43
+
44
+ Author: `John Haugeland <stonecypher@gmail.com>`
45
+
46
+ * update gh vended actions (checkout and setup-node) to v4 each
47
+
48
+
49
+
50
+
21
51
  &nbsp;
22
52
 
23
53
  &nbsp;
@@ -147,34 +177,4 @@ Author: `John Haugeland <stonecypher@gmail.com>`
147
177
 
148
178
  Merges [f820f8d, 54f0f4f]
149
179
 
150
- * WIP on AddAfterAnyHook: f820f8d After hook for single node, fixes StoneCypher/fsl#698
151
-
152
-
153
-
154
-
155
- &nbsp;
156
-
157
- &nbsp;
158
-
159
- ## [Untagged] - 7/6/2024 5:46:50 PM
160
-
161
- Commit [54f0f4f72ca63de414e1362471377494492ca101](https://github.com/StoneCypher/jssm/commit/54f0f4f72ca63de414e1362471377494492ca101)
162
-
163
- Author: `John Haugeland <stonecypher@gmail.com>`
164
-
165
- * index on AddAfterAnyHook: f820f8d After hook for single node, fixes StoneCypher/fsl#698
166
-
167
-
168
-
169
-
170
- &nbsp;
171
-
172
- &nbsp;
173
-
174
- ## [Untagged] - 7/6/2024 5:43:39 PM
175
-
176
- Commit [f820f8d0dcc226a6cbe227e16d6e250a3c298be8](https://github.com/StoneCypher/jssm/commit/f820f8d0dcc226a6cbe227e16d6e250a3c298be8)
177
-
178
- Author: `John Haugeland <stonecypher@gmail.com>`
179
-
180
- * After hook for single node, fixes StoneCypher/fsl#698
180
+ * WIP on AddAfterAnyHook: f820f8d After hook for single node, fixes StoneCypher/fsl#698
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.101.0 at 10/20/2024, 12:48:03 PM
21
+ * Generated for version 5.102.0 at 10/20/2024, 1:09:28 PM
22
22
 
23
23
  -->
24
- # jssm 5.101.0
24
+ # jssm 5.102.0
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.101.0", build_time = 1729453571202;
1
+ const version = "5.102.0", build_time = 1729454870660;
2
2
  export { version, build_time };