@bitblit/ratchet-epsilon-deployment 4.0.85-alpha → 4.0.86-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 RatchetEpsilonDeploymentInfo {
5
5
  constructor() { }
6
6
  static buildInformation() {
7
7
  const val = {
8
- version: '85',
9
- hash: '7b2bd151314408f02450300b0d5fb0e008d38deb',
10
- branch: 'alpha-2023-03-14-1',
11
- tag: 'alpha-2023-03-14-1',
12
- timeBuiltISO: '2023-03-14T20:58:46-0700',
8
+ version: '86',
9
+ hash: 'fd0349c8aef3e94a30fbca29822a498a8d32fef9',
10
+ branch: 'alpha-2023-03-14-2',
11
+ tag: 'alpha-2023-03-14-2',
12
+ timeBuiltISO: '2023-03-14T22:01:48-0700',
13
13
  notes: '',
14
14
  };
15
15
  return val;
@@ -2,11 +2,11 @@ export class RatchetEpsilonDeploymentInfo {
2
2
  constructor() { }
3
3
  static buildInformation() {
4
4
  const val = {
5
- version: '85',
6
- hash: '7b2bd151314408f02450300b0d5fb0e008d38deb',
7
- branch: 'alpha-2023-03-14-1',
8
- tag: 'alpha-2023-03-14-1',
9
- timeBuiltISO: '2023-03-14T20:58:46-0700',
5
+ version: '86',
6
+ hash: 'fd0349c8aef3e94a30fbca29822a498a8d32fef9',
7
+ branch: 'alpha-2023-03-14-2',
8
+ tag: 'alpha-2023-03-14-2',
9
+ timeBuiltISO: '2023-03-14T22:01:48-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-epsilon-deployment",
3
- "version": "4.0.85-alpha",
3
+ "version": "4.0.86-alpha",
4
4
  "description": "Epsilon CDK extensions to simplify deployment",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/cjs/index.js",