@bitblit/ratchet-aws-node-only 4.0.86-alpha → 4.0.87-alpha
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.
|
@@ -5,11 +5,11 @@ class RatchetAwsNodeOnlyInfo {
|
|
|
5
5
|
constructor() { }
|
|
6
6
|
static buildInformation() {
|
|
7
7
|
const val = {
|
|
8
|
-
version: '
|
|
9
|
-
hash: '
|
|
10
|
-
branch: 'alpha-2023-03-
|
|
11
|
-
tag: 'alpha-2023-03-
|
|
12
|
-
timeBuiltISO: '2023-03-
|
|
8
|
+
version: '87',
|
|
9
|
+
hash: 'd6f317c7deec936638f376241f7ed54f8481f6ba',
|
|
10
|
+
branch: 'alpha-2023-03-15-1',
|
|
11
|
+
tag: 'alpha-2023-03-15-1',
|
|
12
|
+
timeBuiltISO: '2023-03-15T01:02:47-0700',
|
|
13
13
|
notes: '',
|
|
14
14
|
};
|
|
15
15
|
return val;
|
|
@@ -2,11 +2,11 @@ export class RatchetAwsNodeOnlyInfo {
|
|
|
2
2
|
constructor() { }
|
|
3
3
|
static buildInformation() {
|
|
4
4
|
const val = {
|
|
5
|
-
version: '
|
|
6
|
-
hash: '
|
|
7
|
-
branch: 'alpha-2023-03-
|
|
8
|
-
tag: 'alpha-2023-03-
|
|
9
|
-
timeBuiltISO: '2023-03-
|
|
5
|
+
version: '87',
|
|
6
|
+
hash: 'd6f317c7deec936638f376241f7ed54f8481f6ba',
|
|
7
|
+
branch: 'alpha-2023-03-15-1',
|
|
8
|
+
tag: 'alpha-2023-03-15-1',
|
|
9
|
+
timeBuiltISO: '2023-03-15T01:02:47-0700',
|
|
10
10
|
notes: '',
|
|
11
11
|
};
|
|
12
12
|
return val;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitblit/ratchet-aws-node-only",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.87-alpha",
|
|
4
4
|
"description": "Common tools for use with AWS (Node only)",
|
|
5
5
|
"note-on-side-effects": "Technically the entries in 'bin' below might be side effects, but they are called explicitly",
|
|
6
6
|
"sideEffects": false,
|