@aristobyte-ui/typescript-config 2.1.0 → 2.1.3

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -104,7 +104,7 @@ In your `tsconfig.json,` extend one of the provided presets.
104
104
  "build": "tsup"
105
105
  },
106
106
  "devDependencies": {
107
- "@aristobyte-ui/typescript-config": "*",
107
+ "@aristobyte-ui/typescript-config": "2.0.0",
108
108
  "typescript": "^5.8.3"
109
109
  }
110
110
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aristobyte-ui/typescript-config",
3
3
  "description": "Shared TypeScript config presets used across AristoByteUI platform and packages.",
4
- "version": "2.1.0",
4
+ "version": "2.1.3",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "tsconfig.base.json",