jssm 5.70.8 → 5.70.9
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 -22
- 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/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
|
+
911 merges; 82 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/10/2022 8:39:37 AM
|
|
26
|
+
|
|
27
|
+
Commit [0cb00f7598bc44c300d69e78e50bc2b1f4d13e88](https://github.com/StoneCypher/jssm/commit/0cb00f7598bc44c300d69e78e50bc2b1f4d13e88)
|
|
28
|
+
|
|
29
|
+
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
30
|
+
|
|
31
|
+
* env couldn't be order sensitive, could it?
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
21
36
|
|
|
22
37
|
|
|
23
38
|
|
|
@@ -160,24 +175,4 @@ Commit [575db4a067c163829f33790538858b43c469ea55](https://github.com/StoneCypher
|
|
|
160
175
|
|
|
161
176
|
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
162
177
|
|
|
163
|
-
* yet another attempt to chain
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
<a name="5__70__1" />
|
|
173
|
-
|
|
174
|
-
## [5.70.1] - 6/7/2022 11:59:22 PM
|
|
175
|
-
|
|
176
|
-
Commit [e7a09e7cffc7782781843a106789acbeb6ceba12](https://github.com/StoneCypher/jssm/commit/e7a09e7cffc7782781843a106789acbeb6ceba12)
|
|
177
|
-
|
|
178
|
-
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
179
|
-
|
|
180
|
-
Merges [5246c9e, 9bb5cd8]
|
|
181
|
-
|
|
182
|
-
* Merge pull request #499 from StoneCypher/AttemptInterRepoGhaThroughCurl2
|
|
183
|
-
* more attempts to tie repos together
|
|
178
|
+
* yet another attempt to chain
|
package/dist/es6/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const version = "5.70.
|
|
1
|
+
const version = "5.70.9";
|
|
2
2
|
export { version };
|