@langri-sha/projen-typescript-config 0.3.0 → 0.4.0

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.json CHANGED
@@ -2,7 +2,92 @@
2
2
  "name": "@langri-sha/projen-typescript-config",
3
3
  "entries": [
4
4
  {
5
- "date": "Sat, 15 Jun 2024 09:06:45 GMT",
5
+ "date": "Mon, 08 Jul 2024 21:40:45 GMT",
6
+ "version": "0.4.0",
7
+ "tag": "@langri-sha/projen-typescript-config_v0.4.0",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "filip.dupanovic@gmail.com",
12
+ "package": "@langri-sha/projen-typescript-config",
13
+ "commit": "94472e1a79e065f4ef9c4e668453e9266b428281",
14
+ "comment": "fix(projen): Use correct output directory"
15
+ },
16
+ {
17
+ "author": "email not defined",
18
+ "package": "@langri-sha/projen-typescript-config",
19
+ "commit": "94472e1a79e065f4ef9c4e668453e9266b428281",
20
+ "comment": "chore(deps): chore(deps): update node.js to v20.15.0"
21
+ },
22
+ {
23
+ "author": "email not defined",
24
+ "package": "@langri-sha/projen-typescript-config",
25
+ "commit": "94472e1a79e065f4ef9c4e668453e9266b428281",
26
+ "comment": "chore(deps): chore(deps): update dependency @types/node to v20.14.7"
27
+ },
28
+ {
29
+ "author": "email not defined",
30
+ "package": "@langri-sha/projen-typescript-config",
31
+ "commit": "94472e1a79e065f4ef9c4e668453e9266b428281",
32
+ "comment": "chore(deps): chore(deps): update dependency @types/node to v20.14.10"
33
+ },
34
+ {
35
+ "author": "email not defined",
36
+ "package": "@langri-sha/projen-typescript-config",
37
+ "commit": "94472e1a79e065f4ef9c4e668453e9266b428281",
38
+ "comment": "chore(deps): chore(deps): update dependency @types/node to v20.14.8"
39
+ },
40
+ {
41
+ "author": "email not defined",
42
+ "package": "@langri-sha/projen-typescript-config",
43
+ "commit": "94472e1a79e065f4ef9c4e668453e9266b428281",
44
+ "comment": "chore(deps): chore(deps): update dependency @types/node to v20.14.3"
45
+ },
46
+ {
47
+ "author": "email not defined",
48
+ "package": "@langri-sha/projen-typescript-config",
49
+ "commit": "94472e1a79e065f4ef9c4e668453e9266b428281",
50
+ "comment": "chore(deps): chore(deps): update dependency @types/node to v20.14.5"
51
+ },
52
+ {
53
+ "author": "email not defined",
54
+ "package": "@langri-sha/projen-typescript-config",
55
+ "commit": "94472e1a79e065f4ef9c4e668453e9266b428281",
56
+ "comment": "chore(deps): chore(deps): update dependency @types/node to v20.14.6"
57
+ }
58
+ ],
59
+ "none": [
60
+ {
61
+ "author": "filip.dupanovic@gmail.com",
62
+ "package": "@langri-sha/projen-typescript-config",
63
+ "commit": "94472e1a79e065f4ef9c4e668453e9266b428281",
64
+ "comment": "feat(tsconfig): Use `${configDir}`"
65
+ },
66
+ {
67
+ "author": "filip.dupanovic@gmail.com",
68
+ "package": "@langri-sha/projen-typescript-config",
69
+ "commit": "94472e1a79e065f4ef9c4e668453e9266b428281",
70
+ "comment": "feat(workspace): Add explicit return types"
71
+ },
72
+ {
73
+ "author": "filip.dupanovic@gmail.com",
74
+ "package": "@langri-sha/projen-typescript-config",
75
+ "commit": "94472e1a79e065f4ef9c4e668453e9266b428281",
76
+ "comment": "feat(workspace): Add repository path"
77
+ }
78
+ ],
79
+ "minor": [
80
+ {
81
+ "author": "filip.dupanovic@gmail.com",
82
+ "package": "@langri-sha/projen-typescript-config",
83
+ "commit": "94472e1a79e065f4ef9c4e668453e9266b428281",
84
+ "comment": "feat(workspace): Use `vitest`"
85
+ }
86
+ ]
87
+ }
88
+ },
89
+ {
90
+ "date": "Sat, 15 Jun 2024 09:09:05 GMT",
6
91
  "version": "0.3.0",
7
92
  "tag": "@langri-sha/projen-typescript-config_v0.3.0",
8
93
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,31 @@
1
1
  # Change Log - @langri-sha/projen-typescript-config
2
2
 
3
- This log was last generated on Sat, 15 Jun 2024 09:06:45 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 08 Jul 2024 21:40:45 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.4.0
8
+
9
+ Mon, 08 Jul 2024 21:40:45 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - feat(workspace): Use `vitest` (filip.dupanovic@gmail.com)
14
+
15
+ ### Patches
16
+
17
+ - fix(projen): Use correct output directory (filip.dupanovic@gmail.com)
18
+ - chore(deps): chore(deps): update node.js to v20.15.0 (email not defined)
19
+ - chore(deps): chore(deps): update dependency @types/node to v20.14.7 (email not defined)
20
+ - chore(deps): chore(deps): update dependency @types/node to v20.14.10 (email not defined)
21
+ - chore(deps): chore(deps): update dependency @types/node to v20.14.8 (email not defined)
22
+ - chore(deps): chore(deps): update dependency @types/node to v20.14.3 (email not defined)
23
+ - chore(deps): chore(deps): update dependency @types/node to v20.14.5 (email not defined)
24
+ - chore(deps): chore(deps): update dependency @types/node to v20.14.6 (email not defined)
25
+
7
26
  ## 0.3.0
8
27
 
9
- Sat, 15 Jun 2024 09:06:45 GMT
28
+ Sat, 15 Jun 2024 09:09:05 GMT
10
29
 
11
30
  ### Minor changes
12
31
 
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oDAAoD,EAAE,MAAM,uBAAuB,CAAA;AACjG,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,QAAQ,CAAA;AAErD,MAAM,WAAW,uBAAuB;IACtC,QAAQ,CAAC,EAAE,MAAM,CAAA;IAEjB,MAAM,CAAC,EAAE,oDAAoD,GAAG;QAC9D;;WAEG;QACH,UAAU,CAAC,EAAE;YACX;;eAEG;YACH,IAAI,EAAE,MAAM,CAAA;SACb,EAAE,CAAA;KACJ,CAAA;CACF;AAED,qBAAa,gBAAiB,SAAQ,QAAQ;gBAChC,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,uBAAuB;cAY3C,iBAAiB,CAClC,QAAQ,EAAE,SAAS,GAClB,MAAM,GAAG,SAAS;IA6CrB;;OAEG;IACH,UAAU,CAAC,GAAG,mBAAmB,EAAE,MAAM,EAAE;IAI3C;;OAEG;IACH,UAAU,CAAC,GAAG,mBAAmB,EAAE,MAAM,EAAE;IAI3C;;OAEG;IACH,OAAO,CAAC,GAAG,SAAS,EAAE,MAAM,EAAE;IAI9B;;OAEG;IACH,YAAY,CAAC,GAAG,KAAK,EAAE,MAAM,EAAE;CAQhC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oDAAoD,EAAE,MAAM,uBAAuB,CAAA;AACjG,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,QAAQ,CAAA;AAErD,MAAM,WAAW,uBAAuB;IACtC,QAAQ,CAAC,EAAE,MAAM,CAAA;IAEjB,MAAM,CAAC,EAAE,oDAAoD,GAAG;QAC9D;;WAEG;QACH,UAAU,CAAC,EAAE;YACX;;eAEG;YACH,IAAI,EAAE,MAAM,CAAA;SACb,EAAE,CAAA;KACJ,CAAA;CACF;AAED,qBAAa,gBAAiB,SAAQ,QAAQ;gBAChC,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,uBAAuB;cAY3C,iBAAiB,CAClC,QAAQ,EAAE,SAAS,GAClB,MAAM,GAAG,SAAS;IA6CrB;;OAEG;IACH,UAAU,CAAC,GAAG,mBAAmB,EAAE,MAAM,EAAE,GAAG,IAAI;IAIlD;;OAEG;IACH,UAAU,CAAC,GAAG,mBAAmB,EAAE,MAAM,EAAE,GAAG,IAAI;IAIlD;;OAEG;IACH,OAAO,CAAC,GAAG,SAAS,EAAE,MAAM,EAAE,GAAG,IAAI;IAIrC;;OAEG;IACH,YAAY,CAAC,GAAG,KAAK,EAAE,MAAM,EAAE,GAAG,IAAI;CAQvC"}
package/package.json CHANGED
@@ -1,6 +1,13 @@
1
1
  {
2
2
  "name": "@langri-sha/projen-typescript-config",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
+ "bugs": {
5
+ "url": "https://github.com/langri-sha/langri-sha.com/issues"
6
+ },
7
+ "repository": {
8
+ "url": "git+https://github.com/langri-sha/langri-sha.com.git",
9
+ "path": "/packages/projen-typescript-config"
10
+ },
4
11
  "license": "MIT",
5
12
  "author": {
6
13
  "name": "Filip Dupanović",
@@ -9,17 +16,17 @@
9
16
  "organization": false
10
17
  },
11
18
  "type": "module",
12
- "main": "lib/index.js",
19
+ "main": "dist/index.js",
13
20
  "scripts": {
14
- "prepublishOnly": "rm -rf lib; tsc --project tsconfig.build.json"
21
+ "prepublishOnly": "rm -rf dist; tsc --project tsconfig.build.json"
15
22
  },
16
23
  "dependencies": {
17
24
  "@schemastore/tsconfig": "0.0.11"
18
25
  },
19
26
  "devDependencies": {
20
- "@langri-sha/jest-test": "0.8.0",
21
27
  "@langri-sha/tsconfig": "0.10.0",
22
- "@types/node": "20.14.2"
28
+ "@langri-sha/vitest": "0.1.0",
29
+ "@types/node": "20.14.10"
23
30
  },
24
31
  "peerDependencies": {
25
32
  "projen": "^0.82.0"
@@ -28,5 +35,5 @@
28
35
  "access": "public"
29
36
  },
30
37
  "//": "~~ Generated by projen. To modify, edit .projenrc.mts and run \"npx projen\".",
31
- "types": "lib/index.d.ts"
38
+ "types": "dist/index.d.ts"
32
39
  }
package/src/index.ts CHANGED
@@ -80,28 +80,28 @@ export class TypeScriptConfig extends JsonFile {
80
80
  /**
81
81
  * Appends to the list of filenames and patterns to exclude in the program.
82
82
  */
83
- addExclude(...fileNamesOrPatterns: string[]) {
83
+ addExclude(...fileNamesOrPatterns: string[]): void {
84
84
  this.addToArray('exclude', ...fileNamesOrPatterns)
85
85
  }
86
86
 
87
87
  /**
88
88
  * Appends to the list of filenames and patterns to include in the program.
89
89
  */
90
- addInclude(...fileNamesOrPatterns: string[]) {
90
+ addInclude(...fileNamesOrPatterns: string[]): void {
91
91
  this.addToArray('include', ...fileNamesOrPatterns)
92
92
  }
93
93
 
94
94
  /**
95
95
  * Appends to the list of filenames to include in the program.
96
96
  */
97
- addFile(...fileNames: string[]) {
97
+ addFile(...fileNames: string[]): void {
98
98
  this.addToArray('files', ...fileNames)
99
99
  }
100
100
 
101
101
  /**
102
102
  * Adds a reference project.
103
103
  */
104
- addReference(...paths: string[]) {
104
+ addReference(...paths: string[]): void {
105
105
  this.addToArray(
106
106
  'references',
107
107
  ...paths.map((path) => ({
File without changes
File without changes
File without changes