@fuzzle/opencode-accountant 0.4.3 → 0.4.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/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -25033,7 +25033,7 @@ var AccountantPlugin = async () => {
|
|
|
25033
25033
|
"classify-statements": classify_statements_default,
|
|
25034
25034
|
"import-statements": import_statements_default,
|
|
25035
25035
|
"reconcile-statements": reconcile_statement_default,
|
|
25036
|
-
"import-
|
|
25036
|
+
"import-pipeline": import_pipeline_default
|
|
25037
25037
|
},
|
|
25038
25038
|
config: async (config2) => {
|
|
25039
25039
|
if (agent) {
|