@cosmotech/core 1.14.0 → 1.14.1

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/.prettierrc.json CHANGED
@@ -1,4 +1,5 @@
1
1
  {
2
2
  "singleQuote": true,
3
- "printWidth": 120
3
+ "printWidth": 120,
4
+ "trailingComma": "es5"
4
5
  }
package/CHANGELOG.md CHANGED
@@ -1,12 +1,18 @@
1
+ ## **1.14.1** <sub><sup>2023-10-06 (2571879...4bc5cc3)</sup></sub>
2
+
3
+ - update dependencies
4
+
1
5
  ## **1.14.0**&emsp;<sub><sup>2023-09-29 (bbcde1f419e4df5189974e7e9f0bbdb50c29f34d...07ada074524a18d23c39792b735590832414324e)</sup></sub>
2
6
 
3
7
  ### Features
4
- * add isExtensionInFileTypeFilter function ([bbcde1f](https://github.com/Cosmo-Tech/webapp-component-core/commit/bbcde1f419e4df5189974e7e9f0bbdb50c29f34d))
5
- * add a function to assign headerName to all columns ([6dff900](https://github.com/Cosmo-Tech/webapp-component-core/commit/6dff900755e3900e03145ca8ae3b1d7edb0d434b))
8
+
9
+ - add isExtensionInFileTypeFilter function ([bbcde1f](https://github.com/Cosmo-Tech/webapp-component-core/commit/bbcde1f419e4df5189974e7e9f0bbdb50c29f34d))
10
+ - add a function to assign headerName to all columns ([6dff900](https://github.com/Cosmo-Tech/webapp-component-core/commit/6dff900755e3900e03145ca8ae3b1d7edb0d434b))
6
11
 
7
12
  ### Bug Fixes
8
- * fix error thrown by getExtensionFromFileName when input is not a string ([ad604df](https://github.com/Cosmo-Tech/webapp-component-core/commit/ad604df1facb1155ccc51aac1edadaf71721f779))
9
- * fix Excel file parsing when columns don't have types defined ([4037f68](https://github.com/Cosmo-Tech/webapp-component-core/commit/4037f689e81d0a5e9719feb500445729fa904064))
13
+
14
+ - fix error thrown by getExtensionFromFileName when input is not a string ([ad604df](https://github.com/Cosmo-Tech/webapp-component-core/commit/ad604df1facb1155ccc51aac1edadaf71721f779))
15
+ - fix Excel file parsing when columns don't have types defined ([4037f68](https://github.com/Cosmo-Tech/webapp-component-core/commit/4037f689e81d0a5e9719feb500445729fa904064))
10
16
 
11
17
  <br>
12
18
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cosmotech/core",
3
3
  "private": false,
4
- "version": "1.14.0",
4
+ "version": "1.14.1",
5
5
  "description": "",
6
6
  "main": "dist/index.cjs.js",
7
7
  "module": "dist/index.esm.js",
@@ -28,21 +28,21 @@
28
28
  "@babel/core": "^7.14.3",
29
29
  "@babel/preset-env": "^7.14.2",
30
30
  "@rollup/plugin-babel": "^6.0.3",
31
- "@rollup/plugin-commonjs": "^24.0.1",
31
+ "@rollup/plugin-commonjs": "^25.0.4",
32
32
  "@rollup/plugin-image": "^3.0.2",
33
33
  "@rollup/plugin-node-resolve": "^15.0.1",
34
34
  "eslint": "^8.33.0",
35
- "eslint-config-prettier": "^8.3.0",
35
+ "eslint-config-prettier": "^9.0.0",
36
36
  "eslint-config-standard": "^17.0.0",
37
37
  "eslint-plugin-import": "^2.27.5",
38
38
  "eslint-plugin-jest": "^27.2.1",
39
- "eslint-plugin-n": "^15.6.1",
39
+ "eslint-plugin-n": "^16.1.0",
40
40
  "eslint-plugin-node": "^11.1.0",
41
- "eslint-plugin-prettier": "^4.0.0",
41
+ "eslint-plugin-prettier": "^5.0.0",
42
42
  "eslint-plugin-promise": "^6.1.1",
43
43
  "jest": "^29.4.1",
44
44
  "postcss": "^8.1.0",
45
- "prettier": "^2.8.3",
45
+ "prettier": "^3.0.3",
46
46
  "rollup": "^3.12.0",
47
47
  "rollup-plugin-peer-deps-external": "^2.2.4",
48
48
  "rollup-plugin-postcss": "^4.0.0",