@bitblit/ratchet-node-only 4.0.89-alpha → 4.0.95-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,12 +5,12 @@ class RatchetNodeOnlyInfo {
5
5
  constructor() { }
6
6
  static buildInformation() {
7
7
  const val = {
8
- version: '89',
9
- hash: '1458f175b084b58fabefc52f2a8203c4ed38161d',
10
- branch: 'alpha-2023-03-19-2',
11
- tag: 'alpha-2023-03-19-2',
12
- timeBuiltISO: '2023-03-20T00:02:38-0700',
13
- notes: '',
8
+ version: 'LOCAL-SNAPSHOT',
9
+ hash: 'LOCAL-HASH',
10
+ branch: 'LOCAL-BRANCH',
11
+ tag: 'LOCAL-TAG',
12
+ timeBuiltISO: 'LOCAL-TIME-ISO',
13
+ notes: 'LOCAL-NOTES',
14
14
  };
15
15
  return val;
16
16
  }
@@ -2,12 +2,12 @@ export class RatchetNodeOnlyInfo {
2
2
  constructor() { }
3
3
  static buildInformation() {
4
4
  const val = {
5
- version: '89',
6
- hash: '1458f175b084b58fabefc52f2a8203c4ed38161d',
7
- branch: 'alpha-2023-03-19-2',
8
- tag: 'alpha-2023-03-19-2',
9
- timeBuiltISO: '2023-03-20T00:02:38-0700',
10
- notes: '',
5
+ version: 'LOCAL-SNAPSHOT',
6
+ hash: 'LOCAL-HASH',
7
+ branch: 'LOCAL-BRANCH',
8
+ tag: 'LOCAL-TAG',
9
+ timeBuiltISO: 'LOCAL-TIME-ISO',
10
+ notes: 'LOCAL-NOTES',
11
11
  };
12
12
  return val;
13
13
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitblit/ratchet-node-only",
3
- "version": "4.0.89-alpha",
3
+ "version": "4.0.95-alpha",
4
4
  "description": "Ratchet tools for use on 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,