@usecsv/react 0.2.15 → 0.2.18

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.
@@ -1,7 +1,7 @@
1
1
  import useCsvPlugin from "@usecsv/js";
2
2
  import { FC, ReactNode } from "react";
3
- declare type pluginParamas = Parameters<typeof useCsvPlugin>[0];
4
- declare type UseCsvButtonTypes = pluginParamas & {
3
+ type pluginParamas = Parameters<typeof useCsvPlugin>[0];
4
+ type UseCsvButtonTypes = pluginParamas & {
5
5
  readonly render?: ((onClick: () => Promise<any>) => ReactNode) | undefined | null;
6
6
  };
7
7
  declare const UseCsvButton: FC<UseCsvButtonTypes>;
@@ -1 +1 @@
1
- {"version":3,"file":"useCsvReactPlugin.d.ts","sourceRoot":"","sources":["../../../src/lib/useCsvReactPlugin.tsx"],"names":[],"mappings":"AAAA,OAAO,YAAY,MAAM,YAAY,CAAC;AACtC,OAAc,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAE7C,aAAK,aAAa,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC;AACxD,aAAK,iBAAiB,GAAG,aAAa,GAAG;IACvC,QAAQ,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,OAAO,EAAE,MAAM,OAAO,CAAC,GAAG,CAAC,KAAK,SAAS,CAAC,GAAG,SAAS,GAAG,IAAI,CAAC;CACnF,CAAC;AAEF,QAAA,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CA0BvC,CAAC;AAEF,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"useCsvReactPlugin.d.ts","sourceRoot":"","sources":["../../../src/lib/useCsvReactPlugin.tsx"],"names":[],"mappings":"AAAA,OAAO,YAAY,MAAM,YAAY,CAAC;AACtC,OAAc,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAE7C,KAAK,aAAa,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC;AACxD,KAAK,iBAAiB,GAAG,aAAa,GAAG;IACvC,QAAQ,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,OAAO,EAAE,MAAM,OAAO,CAAC,GAAG,CAAC,KAAK,SAAS,CAAC,GAAG,SAAS,GAAG,IAAI,CAAC;CACnF,CAAC;AAEF,QAAA,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CA0BvC,CAAC;AAEF,eAAe,YAAY,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usecsv/react",
3
- "version": "0.2.15",
3
+ "version": "0.2.18",
4
4
  "author": {
5
5
  "name": "layercode"
6
6
  },
@@ -61,7 +61,7 @@
61
61
  "react-dom": "^17.0.2"
62
62
  },
63
63
  "dependencies": {
64
- "@usecsv/js": "^0.11.0"
64
+ "@usecsv/js": "^0.13.1"
65
65
  },
66
66
  "devDependencies": {
67
67
  "@babel/preset-env": "^7.14.8",
@@ -72,11 +72,11 @@
72
72
  "@istanbuljs/nyc-config-typescript": "^1.0.1",
73
73
  "@rollup/plugin-node-resolve": "^13.0.4",
74
74
  "@rollup/plugin-replace": "^3.0.0",
75
- "@semantic-release/changelog": "^6.0.2",
75
+ "@semantic-release/changelog": "^6.0.3",
76
76
  "@semantic-release/commit-analyzer": "^9.0.2",
77
77
  "@semantic-release/git": "^10.0.1",
78
78
  "@semantic-release/github": "^8.0.7",
79
- "@semantic-release/release-notes-generator": "^10.0.3",
79
+ "@semantic-release/release-notes-generator": "^11.0.1",
80
80
  "@testing-library/dom": "^8.1.0",
81
81
  "@testing-library/jest-dom": "^5.14.1",
82
82
  "@types/insert-css": "^2.0.1",
@@ -111,8 +111,8 @@
111
111
  "rollup-plugin-commonjs": "^10.1.0",
112
112
  "rollup-plugin-dts": "^4.0.1",
113
113
  "rollup-plugin-terser": "^7.0.2",
114
- "rollup-plugin-typescript2": "^0.30.0",
115
- "semantic-release": "^19.0.5",
114
+ "rollup-plugin-typescript2": "^0.31.0",
115
+ "semantic-release": "^21.0.2",
116
116
  "source-map-loader": "^3.0.0",
117
117
  "ts-loader": "^9.2.4",
118
118
  "ts-node": "^9.0.0",