jssm 5.85.6 → 5.85.7
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 +45 -54
- package/README.md +1 -1
- 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 +4 -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
|
+
1054 merges; 167 releases; Changlogging the last 10 commits; Full changelog at [CHANGELOG.long.md](CHANGELOG.long.md)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
@@ -22,13 +22,13 @@ Published tags:
|
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
|
|
25
|
-
## [Untagged] - 9/12/2022
|
|
25
|
+
## [Untagged] - 9/12/2022 6:52:26 PM
|
|
26
26
|
|
|
27
|
-
Commit [
|
|
27
|
+
Commit [3eb246ddb992372ceca4c0adc9dc45295a0a7177](https://github.com/StoneCypher/jssm/commit/3eb246ddb992372ceca4c0adc9dc45295a0a7177)
|
|
28
28
|
|
|
29
29
|
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
30
30
|
|
|
31
|
-
*
|
|
31
|
+
* Return twitter envvar to GHA yaml
|
|
32
32
|
|
|
33
33
|
|
|
34
34
|
|
|
@@ -37,15 +37,13 @@ Author: `John Haugeland <stonecypher@gmail.com>`
|
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
|
|
40
|
-
|
|
40
|
+
## [Untagged] - 9/12/2022 6:52:26 PM
|
|
41
41
|
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
Commit [35ad7228d5bb15d963a2e4d9e6e35721cce36b33](https://github.com/StoneCypher/jssm/commit/35ad7228d5bb15d963a2e4d9e6e35721cce36b33)
|
|
42
|
+
Commit [3a01b8d7ae2cee185e4f36c90a95338bf30002cb](https://github.com/StoneCypher/jssm/commit/3a01b8d7ae2cee185e4f36c90a95338bf30002cb)
|
|
45
43
|
|
|
46
44
|
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
47
45
|
|
|
48
|
-
*
|
|
46
|
+
* that wasn't supposed to be removed...
|
|
49
47
|
|
|
50
48
|
|
|
51
49
|
|
|
@@ -54,15 +52,14 @@ Author: `John Haugeland <stonecypher@gmail.com>`
|
|
|
54
52
|
|
|
55
53
|
|
|
56
54
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
## [5.85.4] - 9/12/2022 1:55:57 PM
|
|
55
|
+
## [Untagged] - 9/12/2022 6:39:19 PM
|
|
60
56
|
|
|
61
|
-
Commit [
|
|
57
|
+
Commit [37c0bdf33263bf4b9dd60ba329108297cf5ea68f](https://github.com/StoneCypher/jssm/commit/37c0bdf33263bf4b9dd60ba329108297cf5ea68f)
|
|
62
58
|
|
|
63
59
|
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
64
60
|
|
|
65
|
-
*
|
|
61
|
+
* Prevent request of illegal state as start state
|
|
62
|
+
* Fixes StoneCypher/fsl#1203, fixes StoneCypher/fsl#1204, fixes StoneCypher/fsl#1205
|
|
66
63
|
|
|
67
64
|
|
|
68
65
|
|
|
@@ -71,18 +68,13 @@ Author: `John Haugeland <stonecypher@gmail.com>`
|
|
|
71
68
|
|
|
72
69
|
|
|
73
70
|
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
## [5.85.3] - 9/12/2022 11:25:36 AM
|
|
71
|
+
## [Untagged] - 9/12/2022 3:27:58 PM
|
|
77
72
|
|
|
78
|
-
Commit [
|
|
73
|
+
Commit [4b9fefde004f1c1ac5f36ad760105109475af95a](https://github.com/StoneCypher/jssm/commit/4b9fefde004f1c1ac5f36ad760105109475af95a)
|
|
79
74
|
|
|
80
75
|
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
81
76
|
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
* Merge pull request #540 from StoneCypher/ReintroduceDisplayText
|
|
85
|
-
* Reintroduce display text, lost in a bad merge
|
|
77
|
+
* expose build date directly on module (also -viz and -demo,) support logging in -demo
|
|
86
78
|
|
|
87
79
|
|
|
88
80
|
|
|
@@ -91,13 +83,15 @@ Merges [98b7b14, 6475296]
|
|
|
91
83
|
|
|
92
84
|
|
|
93
85
|
|
|
94
|
-
|
|
86
|
+
<a name="5__85__5" />
|
|
95
87
|
|
|
96
|
-
|
|
88
|
+
## [5.85.5] - 9/12/2022 3:10:10 PM
|
|
89
|
+
|
|
90
|
+
Commit [35ad7228d5bb15d963a2e4d9e6e35721cce36b33](https://github.com/StoneCypher/jssm/commit/35ad7228d5bb15d963a2e4d9e6e35721cce36b33)
|
|
97
91
|
|
|
98
92
|
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
99
93
|
|
|
100
|
-
*
|
|
94
|
+
* Add build time to module
|
|
101
95
|
|
|
102
96
|
|
|
103
97
|
|
|
@@ -106,18 +100,15 @@ Author: `John Haugeland <stonecypher@gmail.com>`
|
|
|
106
100
|
|
|
107
101
|
|
|
108
102
|
|
|
109
|
-
<a name="
|
|
103
|
+
<a name="5__85__4" />
|
|
110
104
|
|
|
111
|
-
## [5.85.
|
|
105
|
+
## [5.85.4] - 9/12/2022 1:55:57 PM
|
|
112
106
|
|
|
113
|
-
Commit [
|
|
107
|
+
Commit [293e2cb9c07734fef562b455d786b7c63ea7647b](https://github.com/StoneCypher/jssm/commit/293e2cb9c07734fef562b455d786b7c63ea7647b)
|
|
114
108
|
|
|
115
109
|
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
116
110
|
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
* Merge pull request #539 from StoneCypher/TrimTweet
|
|
120
|
-
* Shorten the tweet notice
|
|
111
|
+
* Clean up the gh action a skosh
|
|
121
112
|
|
|
122
113
|
|
|
123
114
|
|
|
@@ -126,33 +117,33 @@ Merges [461a287, 0f3025a]
|
|
|
126
117
|
|
|
127
118
|
|
|
128
119
|
|
|
129
|
-
|
|
120
|
+
<a name="5__85__3" />
|
|
130
121
|
|
|
131
|
-
|
|
122
|
+
## [5.85.3] - 9/12/2022 11:25:36 AM
|
|
123
|
+
|
|
124
|
+
Commit [87ec233d3511d30358660ad161f932e13eb1738e](https://github.com/StoneCypher/jssm/commit/87ec233d3511d30358660ad161f932e13eb1738e)
|
|
132
125
|
|
|
133
126
|
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
134
127
|
|
|
135
|
-
|
|
128
|
+
Merges [98b7b14, 6475296]
|
|
136
129
|
|
|
130
|
+
* Merge pull request #540 from StoneCypher/ReintroduceDisplayText
|
|
131
|
+
* Reintroduce display text, lost in a bad merge
|
|
137
132
|
|
|
138
133
|
|
|
139
134
|
|
|
140
|
-
|
|
141
135
|
|
|
142
136
|
|
|
143
137
|
|
|
144
|
-
|
|
138
|
+
|
|
145
139
|
|
|
146
|
-
## [
|
|
140
|
+
## [Untagged] - 9/12/2022 11:24:38 AM
|
|
147
141
|
|
|
148
|
-
Commit [
|
|
142
|
+
Commit [6475296d979dab3d227828b80319d60c4f6ab2f5](https://github.com/StoneCypher/jssm/commit/6475296d979dab3d227828b80319d60c4f6ab2f5)
|
|
149
143
|
|
|
150
144
|
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
151
145
|
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
* Merge pull request #538 from StoneCypher/RemoveYmlEcho
|
|
155
|
-
* Remove noisy echo in the YML
|
|
146
|
+
* Reintroduce display text, lost in a bad merge
|
|
156
147
|
|
|
157
148
|
|
|
158
149
|
|
|
@@ -161,30 +152,30 @@ Merges [2eec2c8, 76d6729]
|
|
|
161
152
|
|
|
162
153
|
|
|
163
154
|
|
|
164
|
-
|
|
155
|
+
<a name="5__85__2" />
|
|
156
|
+
|
|
157
|
+
## [5.85.2] - 9/12/2022 10:03:27 AM
|
|
165
158
|
|
|
166
|
-
Commit [
|
|
159
|
+
Commit [98b7b14217ea7e83550e4ed15b6b6be80799e246](https://github.com/StoneCypher/jssm/commit/98b7b14217ea7e83550e4ed15b6b6be80799e246)
|
|
167
160
|
|
|
168
161
|
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
169
162
|
|
|
170
|
-
|
|
163
|
+
Merges [461a287, 0f3025a]
|
|
171
164
|
|
|
165
|
+
* Merge pull request #539 from StoneCypher/TrimTweet
|
|
166
|
+
* Shorten the tweet notice
|
|
172
167
|
|
|
173
168
|
|
|
174
169
|
|
|
175
|
-
|
|
176
170
|
|
|
177
171
|
|
|
178
172
|
|
|
179
|
-
|
|
173
|
+
|
|
180
174
|
|
|
181
|
-
## [
|
|
175
|
+
## [Untagged] - 9/12/2022 9:59:52 AM
|
|
182
176
|
|
|
183
|
-
Commit [
|
|
177
|
+
Commit [0f3025ae2e484afbda57b5f39f5485c4831e7ce7](https://github.com/StoneCypher/jssm/commit/0f3025ae2e484afbda57b5f39f5485c4831e7ce7)
|
|
184
178
|
|
|
185
179
|
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
186
180
|
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
* Merge pull request #537 from StoneCypher/DisplayText
|
|
190
|
-
* simple display text function to resolve labels and node names
|
|
181
|
+
* Shorten the tweet notice
|
package/README.md
CHANGED
package/dist/es6/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const version = "5.85.
|
|
1
|
+
const version = "5.85.7", build_time = 1663035398527;
|
|
2
2
|
export { version, build_time };
|