@pawells/config-provider-json 3.0.0 → 3.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.
Files changed (1) hide show
  1. package/package.json +63 -63
package/package.json CHANGED
@@ -1,64 +1,64 @@
1
1
  {
2
- "name": "@pawells/config-provider-json",
3
- "displayName": "Config JSON Provider",
4
- "version": "3.0.0",
5
- "description": "JSON file configuration provider for @pawells/config",
6
- "keywords": [
7
- "config",
8
- "configuration",
9
- "json",
10
- "file",
11
- "typescript",
12
- "nodejs"
13
- ],
14
- "license": "MIT",
15
- "author": {
16
- "name": "Phillip Aaron Wells",
17
- "email": "69355326+PhillipAWells@users.noreply.github.com"
18
- },
19
- "homepage": "https://github.com/PhillipAWells/config",
20
- "bugs": {
21
- "url": "https://github.com/PhillipAWells/config/issues"
22
- },
23
- "repository": {
24
- "type": "git",
25
- "url": "https://github.com/PhillipAWells/config.git",
26
- "directory": "packages/config-provider-json"
27
- },
28
- "funding": {
29
- "type": "github",
30
- "url": "https://github.com/sponsors/PhillipAWells"
31
- },
32
- "engines": {
33
- "node": ">=22.0.0"
34
- },
35
- "type": "module",
36
- "types": "./dist/index.d.ts",
37
- "exports": {
38
- "./package.json": "./package.json",
39
- ".": {
40
- "local": "./src/index.ts",
41
- "types": "./dist/index.d.ts",
42
- "import": "./dist/index.js",
43
- "default": "./dist/index.js"
44
- }
45
- },
46
- "files": [
47
- "dist",
48
- "!**/*.tsbuildinfo",
49
- "LICENSE"
50
- ],
51
- "sideEffects": false,
52
- "scripts": {
53
- "test:coverage": "yarn nx test config-provider-json -- --coverage"
54
- },
55
- "publishConfig": {
56
- "access": "public"
57
- },
58
- "dependencies": {
59
- "@pawells/config": "workspace:*",
60
- "@pawells/typescript-common": "^3.0.5",
61
- "tslib": "^2.8.1",
62
- "zod": "^4.4.3"
63
- }
64
- }
2
+ "name": "@pawells/config-provider-json",
3
+ "displayName": "Config JSON Provider",
4
+ "version": "3.0.1",
5
+ "description": "JSON file configuration provider for @pawells/config",
6
+ "keywords": [
7
+ "config",
8
+ "configuration",
9
+ "json",
10
+ "file",
11
+ "typescript",
12
+ "nodejs"
13
+ ],
14
+ "license": "MIT",
15
+ "author": {
16
+ "name": "Phillip Aaron Wells",
17
+ "email": "69355326+PhillipAWells@users.noreply.github.com"
18
+ },
19
+ "homepage": "https://github.com/PhillipAWells/config",
20
+ "bugs": {
21
+ "url": "https://github.com/PhillipAWells/config/issues"
22
+ },
23
+ "repository": {
24
+ "type": "git",
25
+ "url": "https://github.com/PhillipAWells/config.git",
26
+ "directory": "packages/config-provider-json"
27
+ },
28
+ "funding": {
29
+ "type": "github",
30
+ "url": "https://github.com/sponsors/PhillipAWells"
31
+ },
32
+ "engines": {
33
+ "node": ">=22.0.0"
34
+ },
35
+ "type": "module",
36
+ "types": "./dist/index.d.ts",
37
+ "exports": {
38
+ "./package.json": "./package.json",
39
+ ".": {
40
+ "local": "./src/index.ts",
41
+ "types": "./dist/index.d.ts",
42
+ "import": "./dist/index.js",
43
+ "default": "./dist/index.js"
44
+ }
45
+ },
46
+ "files": [
47
+ "dist",
48
+ "!**/*.tsbuildinfo",
49
+ "LICENSE"
50
+ ],
51
+ "sideEffects": false,
52
+ "scripts": {
53
+ "test:coverage": "yarn nx test config-provider-json -- --coverage"
54
+ },
55
+ "publishConfig": {
56
+ "access": "public"
57
+ },
58
+ "dependencies": {
59
+ "@pawells/config": "^3.0.0",
60
+ "@pawells/typescript-common": "^3.0.5",
61
+ "tslib": "^2.8.1",
62
+ "zod": "^4.4.3"
63
+ }
64
+ }