@jmlweb/tsconfig-nextjs 1.1.1 → 1.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @jmlweb/tsconfig-nextjs
2
2
 
3
+ ## 1.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Fix peer dependency version to match published @jmlweb/tsconfig-react version (1.0.1)
8
+
9
+ ## 1.1.2
10
+
11
+ ### Patch Changes
12
+
13
+ - 21918eb: Standardize repository field format to object format across all packages and configure syncpack to preserve it.
14
+ - Updated dependencies [21918eb]
15
+ - @jmlweb/tsconfig-react@1.0.2
16
+
3
17
  ## 1.1.1
4
18
 
5
19
  ### Patch Changes
package/README.md CHANGED
@@ -237,7 +237,7 @@ Override the default path alias:
237
237
  }
238
238
  ```
239
239
 
240
- ## 📝 Usage with Next.js
240
+ ## 📝 Usage with Scripts
241
241
 
242
242
  Next.js handles TypeScript compilation automatically. You typically don't need to run `tsc` manually, but you can add type checking scripts:
243
243
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jmlweb/tsconfig-nextjs",
3
- "version": "1.1.1",
3
+ "version": "1.1.3",
4
4
  "description": "TypeScript configuration for Next.js applications with App Router and Pages Router support",
5
5
  "main": "tsconfig.json",
6
6
  "exports": {