@nexim/typescript-config 1.0.0 → 1.0.1

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
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.0.1](https://github.com/the-nexim/nanolib/compare/@nexim/typescript-config@1.0.0...@nexim/typescript-config@1.0.1) (2024-12-10)
7
+
8
+ **Note:** Version bump only for package @nexim/typescript-config
9
+
6
10
  ## 1.0.0 (2024-12-04)
7
11
 
8
12
  ### Features
package/README.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Nexim TypeScript Config
2
2
 
3
+ ![NPM Version](https://img.shields.io/npm/v/%40nexim%2Ftypescript-config)
4
+ ![npm bundle size](https://img.shields.io/bundlephobia/min/%40nexim%2Ftypescript-config)
5
+ ![Build & Lint & Test](https://github.com/the-nexim/nanolib/actions/workflows/build-lint-test.yaml/badge.svg)
6
+ ![NPM Downloads](https://img.shields.io/npm/dm/%40nexim%2Ftypescript-config)
7
+ ![NPM License](https://img.shields.io/npm/l/%40nexim%2Ftypescript-config)
8
+
3
9
  This is a base TypeScript configuration for Nexim projects.
4
10
 
5
11
  ## installation
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nexim/typescript-config",
3
- "version": "1.0.0",
4
- "description": "This is a base TypeScript configuration for Nexim projects.",
3
+ "version": "1.0.1",
4
+ "description": "Base TypeScript configuration for Nexim projects.",
5
5
  "keywords": [
6
6
  "typescript",
7
7
  "tsconfig",
@@ -33,5 +33,5 @@
33
33
  "publishConfig": {
34
34
  "access": "public"
35
35
  },
36
- "gitHead": "a0d65b818f0df410b44563e8b9c13524b1d8c681"
36
+ "gitHead": "a02afd5953a471c872d63e4eb2e7ccbf90c21abb"
37
37
  }