@lifeaitools/clauth 1.30.17 → 1.30.19

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.
@@ -1,16 +1,16 @@
1
- import test from 'node:test';
2
- import assert from 'node:assert/strict';
3
- import fs from 'node:fs';
4
- import path from 'node:path';
5
- import { fileURLToPath } from 'node:url';
6
-
7
- const here = path.dirname(fileURLToPath(import.meta.url));
8
- const serveSource = fs.readFileSync(path.join(here, 'commands', 'serve.js'), 'utf8');
9
-
10
- test('clauth supervisor UI exposes every lifecycle action and receipt feedback', () => {
11
- for (const action of ['start', 'stop', 'restart', 'reconcile', 'test', 'promote', 'rollback']) {
12
- assert.match(serveSource, new RegExp('"' + action + '"'));
13
- }
14
- assert.match(serveSource, /supervisorFeedback\(/);
15
- assert.match(serveSource, /supervisor-feedback/);
16
- });
1
+ import test from 'node:test';
2
+ import assert from 'node:assert/strict';
3
+ import fs from 'node:fs';
4
+ import path from 'node:path';
5
+ import { fileURLToPath } from 'node:url';
6
+
7
+ const here = path.dirname(fileURLToPath(import.meta.url));
8
+ const serveSource = fs.readFileSync(path.join(here, 'commands', 'serve.js'), 'utf8');
9
+
10
+ test('clauth supervisor UI exposes every lifecycle action and receipt feedback', () => {
11
+ for (const action of ['start', 'stop', 'restart', 'reconcile', 'test', 'promote', 'rollback']) {
12
+ assert.match(serveSource, new RegExp('"' + action + '"'));
13
+ }
14
+ assert.match(serveSource, /supervisorFeedback\(/);
15
+ assert.match(serveSource, /supervisor-feedback/);
16
+ });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifeaitools/clauth",
3
- "version": "1.30.17",
3
+ "version": "1.30.19",
4
4
  "description": "Hardware-bound credential vault for the LIFEAI infrastructure stack",
5
5
  "type": "module",
6
6
  "bin": {
Binary file
Binary file
Binary file