zmdms-utils 0.0.42 → 0.0.43
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/es/water.d.ts +1 -1
- package/dist/es/water.js +1 -1
- package/package.json +1 -1
- package/src/water.ts +1 -1
package/dist/es/water.d.ts
CHANGED
|
@@ -26,7 +26,7 @@ declare function mergeWaterConfig(waterConfig?: IWaterConfig): {
|
|
|
26
26
|
};
|
|
27
27
|
image: string | undefined;
|
|
28
28
|
};
|
|
29
|
-
declare function getDefaultContent(): string[] | "
|
|
29
|
+
declare function getDefaultContent(): string[] | "浙江交通集团";
|
|
30
30
|
interface IWaterConfig {
|
|
31
31
|
width?: number;
|
|
32
32
|
height?: number;
|
package/dist/es/water.js
CHANGED
package/package.json
CHANGED