jssm 5.70.18 → 5.70.19
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 +17 -19
- package/dist/es6/version.js +1 -1
- package/dist/jssm.es5.cjs.js +1 -1
- package/dist/jssm.es5.iife.js +1 -1
- package/package.json +1 -1
- package/typedoc-options.js +20 -2
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
|
-
|
|
5
|
+
920 merges; 95 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] - 6/12/2022 10:23:56 PM
|
|
26
|
+
|
|
27
|
+
Commit [1b55b081409efc11ec4b4cfd87f19c46577c0458](https://github.com/StoneCypher/jssm/commit/1b55b081409efc11ec4b4cfd87f19c46577c0458)
|
|
28
|
+
|
|
29
|
+
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
30
|
+
|
|
31
|
+
* basic example machines
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
21
36
|
|
|
22
37
|
|
|
23
38
|
|
|
@@ -166,21 +181,4 @@ Commit [0cb00f7598bc44c300d69e78e50bc2b1f4d13e88](https://github.com/StoneCypher
|
|
|
166
181
|
|
|
167
182
|
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
168
183
|
|
|
169
|
-
* env couldn't be order sensitive, could it?
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
<a name="5__70__7" />
|
|
179
|
-
|
|
180
|
-
## [5.70.7] - 6/9/2022 11:53:28 PM
|
|
181
|
-
|
|
182
|
-
Commit [20ae8b19fdf9b576d4d81508ab6a0cfa75a9770a](https://github.com/StoneCypher/jssm/commit/20ae8b19fdf9b576d4d81508ab6a0cfa75a9770a)
|
|
183
|
-
|
|
184
|
-
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
185
|
-
|
|
186
|
-
* More doc wireup
|
|
184
|
+
* env couldn't be order sensitive, could it?
|
package/dist/es6/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const version = "5.70.
|
|
1
|
+
const version = "5.70.19";
|
|
2
2
|
export { version };
|