jssm 5.70.7 → 5.70.10

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
- 909 merges; 82 releases; Changlogging the last 10 commits; Full changelog at [CHANGELOG.long.md](CHANGELOG.long.md)
5
+ 912 merges; 82 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] - 6/9/2022 10:32:05 PM
25
+ ## [Untagged] - 6/10/2022 9:34:03 PM
26
26
 
27
- Commit [5b8973e584a47b21164d6c75636dc218ac03680f](https://github.com/StoneCypher/jssm/commit/5b8973e584a47b21164d6c75636dc218ac03680f)
27
+ Commit [34ef1e50580606e642dfc88cd34a4237dc0f7548](https://github.com/StoneCypher/jssm/commit/34ef1e50580606e642dfc88cd34a4237dc0f7548)
28
28
 
29
29
  Author: `John Haugeland <stonecypher@gmail.com>`
30
30
 
31
- * Another trivial doc change as a trigger
31
+ * Let's try double brace syntax for var env in GH CI
32
32
 
33
33
 
34
34
 
@@ -37,13 +37,13 @@ Author: `John Haugeland <stonecypher@gmail.com>`
37
37
 
38
38
  &nbsp;
39
39
 
40
- ## [Untagged] - 6/9/2022 10:20:44 PM
40
+ ## [Untagged] - 6/10/2022 8:39:37 AM
41
41
 
42
- Commit [4bc2a6a73d2709e8ebb6be74fe431b33e250a049](https://github.com/StoneCypher/jssm/commit/4bc2a6a73d2709e8ebb6be74fe431b33e250a049)
42
+ Commit [0cb00f7598bc44c300d69e78e50bc2b1f4d13e88](https://github.com/StoneCypher/jssm/commit/0cb00f7598bc44c300d69e78e50bc2b1f4d13e88)
43
43
 
44
44
  Author: `John Haugeland <stonecypher@gmail.com>`
45
45
 
46
- * more trivial manual pages to trigger a build
46
+ * env couldn't be order sensitive, could it?
47
47
 
48
48
 
49
49
 
@@ -52,13 +52,13 @@ Author: `John Haugeland <stonecypher@gmail.com>`
52
52
 
53
53
  &nbsp;
54
54
 
55
- ## [Untagged] - 6/9/2022 9:49:04 PM
55
+ ## [Untagged] - 6/9/2022 11:53:28 PM
56
56
 
57
- Commit [f1b76c594ac3c311d2567441f01517b1342a5a1d](https://github.com/StoneCypher/jssm/commit/f1b76c594ac3c311d2567441f01517b1342a5a1d)
57
+ Commit [20ae8b19fdf9b576d4d81508ab6a0cfa75a9770a](https://github.com/StoneCypher/jssm/commit/20ae8b19fdf9b576d4d81508ab6a0cfa75a9770a)
58
58
 
59
59
  Author: `John Haugeland <stonecypher@gmail.com>`
60
60
 
61
- * minor notes to trigger a build
61
+ * More doc wireup
62
62
 
63
63
 
64
64
 
@@ -67,13 +67,13 @@ Author: `John Haugeland <stonecypher@gmail.com>`
67
67
 
68
68
  &nbsp;
69
69
 
70
- ## [Untagged] - 6/9/2022 9:37:46 PM
70
+ ## [Untagged] - 6/9/2022 10:32:05 PM
71
71
 
72
- Commit [f95e2d836dec42e93031a09260447bf1c60c2643](https://github.com/StoneCypher/jssm/commit/f95e2d836dec42e93031a09260447bf1c60c2643)
72
+ Commit [5b8973e584a47b21164d6c75636dc218ac03680f](https://github.com/StoneCypher/jssm/commit/5b8973e584a47b21164d6c75636dc218ac03680f)
73
73
 
74
74
  Author: `John Haugeland <stonecypher@gmail.com>`
75
75
 
76
- * reattempting upgrade path, should fail due to no version bump
76
+ * Another trivial doc change as a trigger
77
77
 
78
78
 
79
79
 
@@ -82,18 +82,13 @@ Author: `John Haugeland <stonecypher@gmail.com>`
82
82
 
83
83
  &nbsp;
84
84
 
85
- <a name="5__70__3" />
86
-
87
- ## [5.70.3] - 6/9/2022 8:29:39 PM
85
+ ## [Untagged] - 6/9/2022 10:20:44 PM
88
86
 
89
- Commit [9da2770dc47d3c2e99b9b95a56f1ae447d7ee2b7](https://github.com/StoneCypher/jssm/commit/9da2770dc47d3c2e99b9b95a56f1ae447d7ee2b7)
87
+ Commit [4bc2a6a73d2709e8ebb6be74fe431b33e250a049](https://github.com/StoneCypher/jssm/commit/4bc2a6a73d2709e8ebb6be74fe431b33e250a049)
90
88
 
91
89
  Author: `John Haugeland <stonecypher@gmail.com>`
92
90
 
93
- Merges [c48f55d, ab559f1]
94
-
95
- * Merge pull request #497 from StoneCypher/LanguageReference
96
- * More doc stubs, see StoneCypher/fsl#831, see StoneCypher/fsl#832, see StoneCypher/fsl#835, see StoneCypher/fsl#836, see StoneCypher/fsl#837
91
+ * more trivial manual pages to trigger a build
97
92
 
98
93
 
99
94
 
@@ -102,15 +97,13 @@ Merges [c48f55d, ab559f1]
102
97
 
103
98
  &nbsp;
104
99
 
105
- ## [Untagged] - 6/9/2022 8:15:26 PM
100
+ ## [Untagged] - 6/9/2022 9:49:04 PM
106
101
 
107
- Commit [ab559f18da3ee21500a34aa99d23c0433ea0e226](https://github.com/StoneCypher/jssm/commit/ab559f18da3ee21500a34aa99d23c0433ea0e226)
102
+ Commit [f1b76c594ac3c311d2567441f01517b1342a5a1d](https://github.com/StoneCypher/jssm/commit/f1b76c594ac3c311d2567441f01517b1342a5a1d)
108
103
 
109
104
  Author: `John Haugeland <stonecypher@gmail.com>`
110
105
 
111
- Merges [a0db9ad, c48f55d]
112
-
113
- * Get the basics of a reference started
106
+ * minor notes to trigger a build
114
107
 
115
108
 
116
109
 
@@ -119,18 +112,13 @@ Merges [a0db9ad, c48f55d]
119
112
 
120
113
  &nbsp;
121
114
 
122
- <a name="5__70__2" />
123
-
124
- ## [5.70.2] - 6/8/2022 8:43:12 PM
115
+ ## [Untagged] - 6/9/2022 9:37:46 PM
125
116
 
126
- Commit [c48f55d02b6b52c57bf494549423df60f45bb393](https://github.com/StoneCypher/jssm/commit/c48f55d02b6b52c57bf494549423df60f45bb393)
117
+ Commit [f95e2d836dec42e93031a09260447bf1c60c2643](https://github.com/StoneCypher/jssm/commit/f95e2d836dec42e93031a09260447bf1c60c2643)
127
118
 
128
119
  Author: `John Haugeland <stonecypher@gmail.com>`
129
120
 
130
- Merges [e7a09e7, 575db4a]
131
-
132
- * Merge pull request #500 from StoneCypher/AttemptInterRepoGhaThroughCurl2
133
- * yet another attempt to chain
121
+ * reattempting upgrade path, should fail due to no version bump
134
122
 
135
123
 
136
124
 
@@ -139,33 +127,35 @@ Merges [e7a09e7, 575db4a]
139
127
 
140
128
  &nbsp;
141
129
 
142
- ## [Untagged] - 6/8/2022 7:57:47 PM
130
+ <a name="5__70__3" />
131
+
132
+ ## [5.70.3] - 6/9/2022 8:29:39 PM
143
133
 
144
- Commit [575db4a067c163829f33790538858b43c469ea55](https://github.com/StoneCypher/jssm/commit/575db4a067c163829f33790538858b43c469ea55)
134
+ Commit [9da2770dc47d3c2e99b9b95a56f1ae447d7ee2b7](https://github.com/StoneCypher/jssm/commit/9da2770dc47d3c2e99b9b95a56f1ae447d7ee2b7)
145
135
 
146
136
  Author: `John Haugeland <stonecypher@gmail.com>`
147
137
 
148
- * yet another attempt to chain
138
+ Merges [c48f55d, ab559f1]
149
139
 
140
+ * Merge pull request #497 from StoneCypher/LanguageReference
141
+ * More doc stubs, see StoneCypher/fsl#831, see StoneCypher/fsl#832, see StoneCypher/fsl#835, see StoneCypher/fsl#836, see StoneCypher/fsl#837
150
142
 
151
143
 
152
144
 
153
- &nbsp;
154
145
 
155
146
  &nbsp;
156
147
 
157
- <a name="5__70__1" />
148
+ &nbsp;
158
149
 
159
- ## [5.70.1] - 6/7/2022 11:59:22 PM
150
+ ## [Untagged] - 6/9/2022 8:15:26 PM
160
151
 
161
- Commit [e7a09e7cffc7782781843a106789acbeb6ceba12](https://github.com/StoneCypher/jssm/commit/e7a09e7cffc7782781843a106789acbeb6ceba12)
152
+ Commit [ab559f18da3ee21500a34aa99d23c0433ea0e226](https://github.com/StoneCypher/jssm/commit/ab559f18da3ee21500a34aa99d23c0433ea0e226)
162
153
 
163
154
  Author: `John Haugeland <stonecypher@gmail.com>`
164
155
 
165
- Merges [5246c9e, 9bb5cd8]
156
+ Merges [a0db9ad, c48f55d]
166
157
 
167
- * Merge pull request #499 from StoneCypher/AttemptInterRepoGhaThroughCurl2
168
- * more attempts to tie repos together
158
+ * Get the basics of a reference started
169
159
 
170
160
 
171
161
 
@@ -174,10 +164,15 @@ Merges [5246c9e, 9bb5cd8]
174
164
 
175
165
  &nbsp;
176
166
 
177
- ## [Untagged] - 6/7/2022 11:28:45 PM
167
+ <a name="5__70__2" />
168
+
169
+ ## [5.70.2] - 6/8/2022 8:43:12 PM
178
170
 
179
- Commit [9bb5cd89eccc48f267a5997559998b55fe21ded9](https://github.com/StoneCypher/jssm/commit/9bb5cd89eccc48f267a5997559998b55fe21ded9)
171
+ Commit [c48f55d02b6b52c57bf494549423df60f45bb393](https://github.com/StoneCypher/jssm/commit/c48f55d02b6b52c57bf494549423df60f45bb393)
180
172
 
181
173
  Author: `John Haugeland <stonecypher@gmail.com>`
182
174
 
183
- * more attempts to tie repos together
175
+ Merges [e7a09e7, 575db4a]
176
+
177
+ * Merge pull request #500 from StoneCypher/AttemptInterRepoGhaThroughCurl2
178
+ * yet another attempt to chain
@@ -1,2 +1,2 @@
1
- const version = "5.70.7";
1
+ const version = "5.70.10";
2
2
  export { version };