Skip to content

Commit 951bc68

Browse files
committed
feat: Rename package to @nestjs-labs/config and update repository URLs in package.json and README.md. Added notice about the fork and changes from PR nestjs#2122 for Standard Schema validation support.
1 parent 3d7215b commit 951bc68

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,18 @@
2121
<!--[![Backers on Open Collective](https://opencollective.com/nest/backers/badge.svg)](https://opencollective.com/nest#backer)
2222
[![Sponsors on Open Collective](https://opencollective.com/nest/sponsors/badge.svg)](https://opencollective.com/nest#sponsor)-->
2323

24+
> **⚠️ Notice: This is a fork of [@nestjs/config](https://github.com/nestjs/config)**
25+
>
26+
> This repository includes the changes from [PR #2122](https://github.com/nestjs/config/pull/2122) which adds Standard Schema validation support for configuration schema. This fork will be removed once the PR is merged into the upstream repository.
27+
2428
## Description
2529

2630
Configuration module for [Nest](https://github.com/nestjs/nest) based on the [dotenv](https://github.com/motdotla/dotenv) (to load process environment variables) package.
2731

2832
## Installation
2933

3034
```bash
31-
$ npm i --save @nestjs/config
35+
$ npm i --save @nestjs-labs/config
3236
```
3337

3438
## Quick Start

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "@nestjs/config",
2+
"name": "@nestjs-labs/config",
33
"version": "4.0.2",
44
"description": "Nest - modern, fast, powerful node.js web framework (@config)",
55
"author": "Kamil Mysliwiec",
66
"license": "MIT",
7-
"url": "https://github.com/nestjs/config#readme",
7+
"url": "https://github.com/nestjs-labs/nestjs-config#readme",
88
"scripts": {
99
"build": "rimraf -rf dist && tsc -p tsconfig.json",
1010
"format": "prettier --write \"{lib,test}/**/*.ts\"",
@@ -69,6 +69,6 @@
6969
},
7070
"repository": {
7171
"type": "git",
72-
"url": "https://github.com/nestjs/config"
72+
"url": "https://github.com/nestjs-labs/nestjs-config"
7373
}
7474
}

0 commit comments

Comments
 (0)