ide-assi 0.433.0 → 0.434.0
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/bundle.cjs.js
CHANGED
|
@@ -202194,7 +202194,7 @@ const DocManager = () => {
|
|
|
202194
202194
|
);
|
|
202195
202195
|
};
|
|
202196
202196
|
|
|
202197
|
-
export default
|
|
202197
|
+
export default DocManager1;
|
|
202198
202198
|
`;
|
|
202199
202199
|
/**
|
|
202200
202200
|
src1 = `
|
package/dist/bundle.esm.js
CHANGED
|
@@ -202190,7 +202190,7 @@ const DocManager = () => {
|
|
|
202190
202190
|
);
|
|
202191
202191
|
};
|
|
202192
202192
|
|
|
202193
|
-
export default
|
|
202193
|
+
export default DocManager1;
|
|
202194
202194
|
`;
|
|
202195
202195
|
/**
|
|
202196
202196
|
src1 = `
|
package/package.json
CHANGED