@signetai/connector-base 0.154.0 → 0.154.2

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.
@@ -0,0 +1,5 @@
1
+ /** Parse a connector config as JSONC or JSON5 and require an object root. */
2
+ export declare function parseLenientJsonObject(raw: string, options: {
3
+ readonly label: string;
4
+ }): Record<string, unknown>;
5
+ //# sourceMappingURL=lenient-json.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lenient-json.d.ts","sourceRoot":"","sources":["../src/lenient-json.ts"],"names":[],"mappings":"AAGA,6EAA6E;AAC7E,wBAAgB,sBAAsB,CAAC,GAAG,EAAE,MAAM,EAAE,OAAO,EAAE;IAAE,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAA;CAAE,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAqBhH"}