jssm 5.90.0 → 5.90.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/.gitattributes ADDED
@@ -0,0 +1,6 @@
1
+ docs/* linguist-generated=true
2
+ build/* linguist-generated=true
3
+ dist/* linguist-generated=true
4
+ src/ts/generated_code/* linguist-generated=true
5
+ benchmark/* linguist-generated=true
6
+ coverage/* linguist-generated=true
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
- 1102 merges; 187 releases; Changlogging the last 10 commits; Full changelog at [CHANGELOG.long.md](CHANGELOG.long.md)
5
+ 1104 merges; 187 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/25/2023 12:51:12 PM
26
+
27
+ Commit [7ef88f2a668a45f1cd2e027072e933a813ac65c6](https://github.com/StoneCypher/jssm/commit/7ef88f2a668a45f1cd2e027072e933a813ac65c6)
28
+
29
+ Author: `John Haugeland <stonecypher@gmail.com>`
30
+
31
+ * Suppress generated code and directories from reviews using .gitattributes, fixes StoneCypher/fsl#1242
32
+
33
+
34
+
35
+
36
+ &nbsp;
37
+
38
+ &nbsp;
39
+
40
+ ## [Untagged] - 10/25/2023 12:33:52 PM
41
+
42
+ Commit [e88d784320e4d3bfbabfe9365578d32b869b6831](https://github.com/StoneCypher/jssm/commit/e88d784320e4d3bfbabfe9365578d32b869b6831)
43
+
44
+ Author: `John Haugeland <stonecypher@gmail.com>`
45
+
46
+ * Proper stochastics. Seedable RNG. Fixes StoneCypher/fsl#990, StoneCypher/fsl#991
47
+
48
+
49
+
50
+
21
51
  &nbsp;
22
52
 
23
53
  &nbsp;
@@ -142,43 +172,4 @@ Commit [66725ae01f4692e7720a6b7a0add6cd71b77ce85](https://github.com/StoneCypher
142
172
  Author: `John Haugeland <stonecypher@gmail.com>`
143
173
 
144
174
  * Update package.json
145
- * bumping version for readme error by alpine discord @toomanyusershavethisname as mentioned in prior patch
146
-
147
-
148
-
149
-
150
- &nbsp;
151
-
152
- &nbsp;
153
-
154
- ## [Untagged] - 6/6/2023 12:29:53 AM
155
-
156
- Commit [e04f055eec397f7c1679579caec8c4565dd993a4](https://github.com/StoneCypher/jssm/commit/e04f055eec397f7c1679579caec8c4565dd993a4)
157
-
158
- Author: `John Haugeland <stonecypher@gmail.com>`
159
-
160
- * Update README_base.md
161
- * alpine linux discord @toomanyusershavethisname noticed an error in the readme.
162
- * i'll have to manually trigger a second build to clear this because for some nightmare reason i'm doing this in the web editor on a tablet instead of just going upstairs and using the computer like an adult, and that means i can't do two files at once and so this build will bounce when the version number isn't yet bounced
163
- * "but you could start a branch"
164
- * yeah but i won't, is the thing
165
-
166
-
167
-
168
-
169
- &nbsp;
170
-
171
- &nbsp;
172
-
173
- <a name="5__89__1" />
174
-
175
- ## [5.89.1] - 5/13/2023 11:42:13 PM
176
-
177
- Commit [7fb4622f3b8651ea259f8a785210810bd0ae328a](https://github.com/StoneCypher/jssm/commit/7fb4622f3b8651ea259f8a785210810bd0ae328a)
178
-
179
- Author: `John Haugeland <stonecypher@gmail.com>`
180
-
181
- Merges [d04a575, 6337159]
182
-
183
- * Merge pull request #556 from StoneCypher/FinalizeDenoSupport
184
- * Standard deno support
175
+ * bumping version for readme error by alpine discord @toomanyusershavethisname as mentioned in prior patch
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.90.0 at 10/25/2023, 12:32:59 PM
21
+ * Generated for version 5.90.1 at 10/25/2023, 12:53:01 PM
22
22
 
23
23
  -->
24
- # jssm 5.90.0
24
+ # jssm 5.90.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.90.0", build_time = 1698262297064;
1
+ const version = "5.90.1", build_time = 1698263492649;
2
2
  export { version, build_time };