@xylabs/tsconfig-dom 8.1.17 → 8.1.19

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