@xyo-network/xl1-protocol-sdk 4.0.7 → 4.0.8
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/neutral/config/index.d.ts +2 -0
- package/dist/neutral/config/index.d.ts.map +1 -1
- package/dist/neutral/config/restConnectionFromS3Bucket.d.ts +5 -0
- package/dist/neutral/config/restConnectionFromS3Bucket.d.ts.map +1 -0
- package/dist/neutral/config/synthesizeMemoryViewerBindings.d.ts +8 -0
- package/dist/neutral/config/synthesizeMemoryViewerBindings.d.ts.map +1 -0
- package/dist/neutral/index.mjs +191 -150
- package/dist/neutral/index.mjs.map +4 -4
- package/dist/node/config/index.d.ts +2 -0
- package/dist/node/config/index.d.ts.map +1 -1
- package/dist/node/config/restConnectionFromS3Bucket.d.ts +5 -0
- package/dist/node/config/restConnectionFromS3Bucket.d.ts.map +1 -0
- package/dist/node/config/synthesizeMemoryViewerBindings.d.ts +8 -0
- package/dist/node/config/synthesizeMemoryViewerBindings.d.ts.map +1 -0
- package/dist/node/index-node.mjs +209 -168
- package/dist/node/index-node.mjs.map +4 -4
- package/package.json +7 -7
|
@@ -11,6 +11,8 @@ export * from './ProviderBinding.ts';
|
|
|
11
11
|
export * from './Providers.ts';
|
|
12
12
|
export * from './ResolvedLocatorConfig.ts';
|
|
13
13
|
export * from './resolveRestConnectionEndpoint.ts';
|
|
14
|
+
export * from './restConnectionFromS3Bucket.ts';
|
|
15
|
+
export * from './synthesizeMemoryViewerBindings.ts';
|
|
14
16
|
export * from './synthesizeRpcConnectionBindings.ts';
|
|
15
17
|
export { DefaultMetricsScrapePorts } from './Telemetry.ts';
|
|
16
18
|
export * from './UsageMeta.ts';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/config/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA;AAC1B,cAAc,aAAa,CAAA;AAC3B,cAAc,aAAa,CAAA;AAC3B,cAAc,wBAAwB,CAAA;AACtC,cAAc,kBAAkB,CAAA;AAChC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,0BAA0B,CAAA;AACxC,cAAc,iCAAiC,CAAA;AAC/C,cAAc,eAAe,CAAA;AAC7B,cAAc,sBAAsB,CAAA;AACpC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,4BAA4B,CAAA;AAC1C,cAAc,oCAAoC,CAAA;AAClD,cAAc,sCAAsC,CAAA;AACpD,OAAO,EAAE,yBAAyB,EAAE,MAAM,gBAAgB,CAAA;AAC1D,cAAc,gBAAgB,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/config/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA;AAC1B,cAAc,aAAa,CAAA;AAC3B,cAAc,aAAa,CAAA;AAC3B,cAAc,wBAAwB,CAAA;AACtC,cAAc,kBAAkB,CAAA;AAChC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,0BAA0B,CAAA;AACxC,cAAc,iCAAiC,CAAA;AAC/C,cAAc,eAAe,CAAA;AAC7B,cAAc,sBAAsB,CAAA;AACpC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,4BAA4B,CAAA;AAC1C,cAAc,oCAAoC,CAAA;AAClD,cAAc,iCAAiC,CAAA;AAC/C,cAAc,qCAAqC,CAAA;AACnD,cAAc,sCAAsC,CAAA;AACpD,OAAO,EAAE,yBAAyB,EAAE,MAAM,gBAAgB,CAAA;AAC1D,cAAc,gBAAgB,CAAA"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { RestConnectionConfig } from './connections/Connection.ts';
|
|
2
|
+
import type { S3BucketConfig } from './connections/S3.ts';
|
|
3
|
+
/** Derives a `rest` connection (a public HTTP/CDN base URL) from an S3 bucket's `readUrl`. */
|
|
4
|
+
export declare function restConnectionFromS3Bucket(bucket: S3BucketConfig): RestConnectionConfig;
|
|
5
|
+
//# sourceMappingURL=restConnectionFromS3Bucket.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"restConnectionFromS3Bucket.d.ts","sourceRoot":"","sources":["../../../src/config/restConnectionFromS3Bucket.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAA;AACvE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAA;AAEzD,8FAA8F;AAC9F,wBAAgB,0BAA0B,CAAC,MAAM,EAAE,cAAc,GAAG,oBAAoB,CAMvF"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { ProviderBindingsConfig } from './ProviderBinding.ts';
|
|
2
|
+
/**
|
|
3
|
+
* Synthesizes the provider bindings that route the `Simple*`-capable monikers to the
|
|
4
|
+
* `memory` connection profile. Used when building a connections-native actor config for a
|
|
5
|
+
* REST-backed (S3) locator, where `BlockViewer` is bound to a `rest` connection separately.
|
|
6
|
+
*/
|
|
7
|
+
export declare function synthesizeMemoryViewerBindings(): ProviderBindingsConfig;
|
|
8
|
+
//# sourceMappingURL=synthesizeMemoryViewerBindings.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"synthesizeMemoryViewerBindings.d.ts","sourceRoot":"","sources":["../../../src/config/synthesizeMemoryViewerBindings.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,sBAAsB,CAAA;AAkClE;;;;GAIG;AACH,wBAAgB,8BAA8B,IAAI,sBAAsB,CAMvE"}
|