arc-1 0.6.3 → 0.6.4
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/dist/server/server.d.ts +1 -1
- package/dist/server/server.js +1 -1
- package/package.json +1 -1
package/dist/server/server.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ import type { BTPConfig, BTPProxyConfig } from '../adt/btp.js';
|
|
|
11
11
|
import { CachingLayer } from '../cache/caching-layer.js';
|
|
12
12
|
import type { ServerConfig } from './types.js';
|
|
13
13
|
/** ARC-1 version */
|
|
14
|
-
export declare const VERSION = "0.6.
|
|
14
|
+
export declare const VERSION = "0.6.4";
|
|
15
15
|
/**
|
|
16
16
|
* Run a one-time feature probe against the SAP system using the shared/default client.
|
|
17
17
|
* Returns a promise that resolves once probe results are stored in cachedFeatures.
|
package/dist/server/server.js
CHANGED
|
@@ -18,7 +18,7 @@ import { getToolDefinitions } from '../handlers/tools.js';
|
|
|
18
18
|
import { initLogger, logger } from './logger.js';
|
|
19
19
|
import { FileSink } from './sinks/file.js';
|
|
20
20
|
/** ARC-1 version */
|
|
21
|
-
export const VERSION = '0.6.
|
|
21
|
+
export const VERSION = '0.6.4'; // x-release-please-version
|
|
22
22
|
/** Build the base ADT client config (without per-user auth) */
|
|
23
23
|
function buildAdtConfig(config, btpProxy, bearerTokenProvider) {
|
|
24
24
|
return {
|