@lichens-innovation/ts-common 1.17.0 → 1.20.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lichens-innovation/ts-common",
3
- "version": "1.17.0",
3
+ "version": "1.20.0",
4
4
  "description": "Reusable generic typescript utilities, types, constants, helpers",
5
5
  "keywords": [
6
6
  "typescript",
@@ -66,7 +66,10 @@
66
66
  "files": [
67
67
  "dist"
68
68
  ],
69
- "repository": "git@github.com:Lichens-Innovation/ts-common.git",
69
+ "repository": {
70
+ "type": "git",
71
+ "url": "git+ssh://git@github.com/Lichens-Innovation/ts-common.git"
72
+ },
70
73
  "author": "Lichens Innovation",
71
74
  "license": "MIT",
72
75
  "type": "module",
@@ -76,7 +79,7 @@
76
79
  },
77
80
  "scripts": {
78
81
  "prepare": "husky",
79
- "clean:node": "npx rimraf node_modules yarn.lock",
82
+ "clean:node": "npx rimraf node_modules bun.lockb",
80
83
  "clean:dist": "npx rimraf dist",
81
84
  "typecheck": "npx tsc --noEmit",
82
85
  "lint": "eslint .",
@@ -87,20 +90,20 @@
87
90
  "test:coverage": "vitest run --coverage"
88
91
  },
89
92
  "dependencies": {
90
- "date-fns": "^4.1.0"
93
+ "date-fns": "4.1.0"
91
94
  },
92
95
  "peerDependencies": {
93
96
  "@rjsf/utils": "*",
94
97
  "@rjsf/validator-ajv8": "*",
95
98
  "ajv-i18n": "*",
96
- "exceljs": "^4.4.0",
99
+ "exceljs": "4.4.0",
97
100
  "i18next": "*",
98
- "jspdf": "^4.1.0",
99
- "jspdf-autotable": "^5.0.7",
100
- "mime": "^4.1.0",
101
- "papaparse": "^5.4.1",
102
- "pino": "^10.3.1",
103
- "pino-pretty": "^13.0.0",
101
+ "jspdf": "4.1.0",
102
+ "jspdf-autotable": "5.0.7",
103
+ "mime": "4.1.0",
104
+ "papaparse": "5.4.1",
105
+ "pino": "10.3.1",
106
+ "pino-pretty": "13.0.0",
104
107
  "react-i18next": "*"
105
108
  },
106
109
  "peerDependenciesMeta": {
@@ -142,40 +145,57 @@
142
145
  }
143
146
  },
144
147
  "engines": {
145
- "node": ">=20.11.0"
148
+ "node": "26.3.0",
149
+ "bun": ">=1.2.0"
150
+ },
151
+ "packageManager": "bun@1.3.14",
152
+ "lint-staged": {
153
+ "*.{ts,tsx}": [
154
+ "eslint --fix",
155
+ "prettier --write"
156
+ ],
157
+ "*.{json,md}": [
158
+ "prettier --write"
159
+ ]
146
160
  },
147
161
  "devDependencies": {
148
- "@commitlint/cli": "^20.4.4",
149
- "@rjsf/utils": "^6.4.1",
150
- "@rjsf/validator-ajv8": "^6.4.1",
151
- "ajv-i18n": "^4.2.0",
152
- "i18next": "^25.8.18",
153
- "react-i18next": "^16.5.8",
154
- "@commitlint/config-conventional": "^20.4.4",
155
- "@eslint/js": "^10.0.1",
156
- "@faker-js/faker": "^10.3.0",
157
- "@types/node": "^25.5.0",
158
- "@types/papaparse": "^5.5.2",
162
+ "@commitlint/cli": "20.4.4",
163
+ "@rjsf/utils": "6.4.1",
164
+ "@rjsf/validator-ajv8": "6.4.1",
165
+ "ajv-i18n": "4.2.0",
166
+ "i18next": "25.8.18",
167
+ "react-i18next": "16.5.8",
168
+ "@commitlint/config-conventional": "20.4.4",
169
+ "@eslint/js": "10.0.1",
170
+ "@faker-js/faker": "10.3.0",
171
+ "@types/node": "25.5.0",
172
+ "@types/papaparse": "5.5.2",
159
173
  "@vitest/coverage-v8": "4.1.0",
160
- "commitlint": "^20.4.4",
161
- "cross-env": "^10.1.0",
162
- "eslint": "^10.0.3",
163
- "exceljs": "^4.4.0",
164
- "globals": "^17.4.0",
165
- "husky": "^9.1.7",
166
- "jspdf": "^4.2.0",
167
- "jspdf-autotable": "^5.0.7",
168
- "mime": "^4.1.0",
169
- "papaparse": "^5.5.3",
170
- "pino": "^10.3.1",
171
- "pino-pretty": "^13.1.3",
172
- "prettier": "^3.8.1",
173
- "rimraf": "^6.1.3",
174
- "tsup": "^8.5.1",
175
- "typescript": "~5.9.3",
176
- "typescript-eslint": "^8.57.0",
177
- "vite": "^8.0.0",
178
- "vite-tsconfig-paths": "^6.1.1",
179
- "vitest": "^4.1.0"
174
+ "commitlint": "20.4.4",
175
+ "cross-env": "10.1.0",
176
+ "eslint": "10.0.3",
177
+ "exceljs": "4.4.0",
178
+ "globals": "17.4.0",
179
+ "husky": "9.1.7",
180
+ "jspdf": "4.2.0",
181
+ "jspdf-autotable": "5.0.7",
182
+ "mime": "4.1.0",
183
+ "papaparse": "5.5.3",
184
+ "pino": "10.3.1",
185
+ "pino-pretty": "13.1.3",
186
+ "prettier": "3.8.1",
187
+ "rimraf": "6.1.3",
188
+ "tsup": "8.5.1",
189
+ "typescript": "5.9.3",
190
+ "typescript-eslint": "8.57.0",
191
+ "vite": "8.0.0",
192
+ "vite-tsconfig-paths": "6.1.1",
193
+ "vitest": "4.1.0",
194
+ "lint-staged": "15.0.0",
195
+ "semantic-release": "24.0.0",
196
+ "@semantic-release/changelog": "6.0.3",
197
+ "@semantic-release/exec": "6.0.3",
198
+ "@semantic-release/git": "10.0.1",
199
+ "@semantic-release/github": "10.0.0"
180
200
  }
181
201
  }
@@ -1,6 +0,0 @@
1
- interface Dimensions {
2
- width: number;
3
- height: number;
4
- }
5
-
6
- export type { Dimensions as D };
@@ -1,6 +0,0 @@
1
- interface Dimensions {
2
- width: number;
3
- height: number;
4
- }
5
-
6
- export type { Dimensions as D };