stz-chart-maker 1.3.2 β†’ 1.3.3

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/README.md CHANGED
@@ -6,8 +6,8 @@
6
6
 
7
7
  ## using npm :
8
8
  ```bash
9
- npm install stz-chart-maker
10
- npm install -D stz-chart-maker
9
+ npm install stz-chart-maker
10
+ npm install -D stz-chart-maker
11
11
  ```
12
12
  ## api Docs
13
13
  [πŸ“š API λ¬Έμ„œ](https://stz-chart-maker.vercel.app)
package/dist/index.d.ts CHANGED
@@ -1985,7 +1985,7 @@ declare enum ChartTypes {
1985
1985
 
1986
1986
  declare const ChartToolBox: {
1987
1987
  setErrorLog(enabled?: boolean): void;
1988
- setErrorshield(enabled?: boolean): void;
1988
+ setErrorShield(enabled?: boolean): void;
1989
1989
  };
1990
1990
  declare const T$: {
1991
1991
  readonly create: typeof ChartWrapper.create;
@@ -2001,7 +2001,7 @@ declare const T$: {
2001
2001
  readonly defaultsOptions: typeof LocalDefaults;
2002
2002
  readonly toolBox: {
2003
2003
  setErrorLog(enabled?: boolean): void;
2004
- setErrorshield(enabled?: boolean): void;
2004
+ setErrorShield(enabled?: boolean): void;
2005
2005
  };
2006
2006
  };
2007
2007