@agentrun/sdk 0.0.2-test.21113892804 → 0.0.2-test.21114009592
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/index.cjs +2 -9
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -9
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2543,21 +2543,14 @@ var init_client = __esm({
|
|
|
2543
2543
|
}
|
|
2544
2544
|
});
|
|
2545
2545
|
|
|
2546
|
-
// src/utils/mixin.ts
|
|
2547
|
-
var init_mixin = __esm({
|
|
2548
|
-
"src/utils/mixin.ts"() {
|
|
2549
|
-
}
|
|
2550
|
-
});
|
|
2551
|
-
|
|
2552
2546
|
// src/utils/index.ts
|
|
2553
2547
|
var init_utils = __esm({
|
|
2554
2548
|
"src/utils/index.ts"() {
|
|
2555
2549
|
init_config();
|
|
2550
|
+
init_data_api();
|
|
2556
2551
|
init_exception();
|
|
2557
|
-
init_model();
|
|
2558
2552
|
init_log();
|
|
2559
|
-
|
|
2560
|
-
init_mixin();
|
|
2553
|
+
init_model();
|
|
2561
2554
|
}
|
|
2562
2555
|
});
|
|
2563
2556
|
var CredentialControlAPI;
|