@xylabs/tsconfig 8.1.17 → 8.1.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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -57,10 +57,12 @@ For React projects, use [`@xylabs/tsconfig-react`](https://www.npmjs.com/package
57
57
 
58
58
  See the [LICENSE](LICENSE) file for license rights and limitations (LGPL-3.0-only).
59
59
 
60
+ ## Credits
60
61
 
62
+ [Made with 🔥 and ❄️ by XY Labs](https://xylabs.com)
61
63
 
62
- [logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg
63
64
  [npm-badge]: https://img.shields.io/npm/v/@xylabs/tsconfig.svg
64
65
  [npm-link]: https://www.npmjs.com/package/@xylabs/tsconfig
65
66
  [license-badge]: https://img.shields.io/npm/l/@xylabs/tsconfig.svg
66
67
  [license-link]: https://github.com/xylabs/sdk-js/blob/main/LICENSE
68
+ [logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "http://json.schemastore.org/package.json",
3
3
  "name": "@xylabs/tsconfig",
4
- "version": "8.1.17",
4
+ "version": "8.1.18",
5
5
  "description": "Typescript Base Config used throughout XY Labs TypeScript/JavaScript libraries and react projects",
6
6
  "keywords": [
7
7
  "xylabs",
@@ -42,7 +42,7 @@
42
42
  "cosmiconfig": "~9.0.2",
43
43
  "eslint": "^10.4.1",
44
44
  "typescript": "^6.0.3",
45
- "@xylabs/toolchain": "~8.1.17"
45
+ "@xylabs/toolchain": "~8.1.18"
46
46
  },
47
47
  "engines": {
48
48
  "node": ">=18.17.1"