@langri-sha/projen-lint-synthesized 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,50 @@
2
2
  "name": "@langri-sha/projen-lint-synthesized",
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-lint-synthesized_v0.4.0",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "filip.dupanovic@gmail.com",
12
+ "package": "@langri-sha/projen-lint-synthesized",
13
+ "commit": "94472e1a79e065f4ef9c4e668453e9266b428281",
14
+ "comment": "feat(tsconfig): Use `${configDir}`"
15
+ },
16
+ {
17
+ "author": "filip.dupanovic@gmail.com",
18
+ "package": "@langri-sha/projen-lint-synthesized",
19
+ "commit": "94472e1a79e065f4ef9c4e668453e9266b428281",
20
+ "comment": "feat(workspace): Add repository path"
21
+ }
22
+ ],
23
+ "minor": [
24
+ {
25
+ "author": "filip.dupanovic@gmail.com",
26
+ "package": "@langri-sha/projen-lint-synthesized",
27
+ "commit": "94472e1a79e065f4ef9c4e668453e9266b428281",
28
+ "comment": "feat(workspace): Use `vitest`"
29
+ }
30
+ ],
31
+ "patch": [
32
+ {
33
+ "author": "filip.dupanovic@gmail.com",
34
+ "package": "@langri-sha/projen-lint-synthesized",
35
+ "commit": "94472e1a79e065f4ef9c4e668453e9266b428281",
36
+ "comment": "fix(projen): Use correct output directory"
37
+ },
38
+ {
39
+ "author": "email not defined",
40
+ "package": "@langri-sha/projen-lint-synthesized",
41
+ "commit": "94472e1a79e065f4ef9c4e668453e9266b428281",
42
+ "comment": "chore(deps): fix(deps): update dependency minimatch to v9.0.5"
43
+ }
44
+ ]
45
+ }
46
+ },
47
+ {
48
+ "date": "Sat, 15 Jun 2024 09:09:05 GMT",
6
49
  "version": "0.3.0",
7
50
  "tag": "@langri-sha/projen-lint-synthesized_v0.3.0",
8
51
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,25 @@
1
1
  # Change Log - @langri-sha/projen-lint-synthesized
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): fix(deps): update dependency minimatch to v9.0.5 (email not defined)
19
+
7
20
  ## 0.3.0
8
21
 
9
- Sat, 15 Jun 2024 09:06:45 GMT
22
+ Sat, 15 Jun 2024 09:09:05 GMT
10
23
 
11
24
  ### Minor changes
12
25
 
package/package.json CHANGED
@@ -1,6 +1,13 @@
1
1
  {
2
2
  "name": "@langri-sha/projen-lint-synthesized",
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-lint-synthesized"
10
+ },
4
11
  "license": "MIT",
5
12
  "author": {
6
13
  "name": "Filip Dupanović",
@@ -9,18 +16,18 @@
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
  "debug": "4.3.5",
18
25
  "execa": "8.0.1",
19
- "minimatch": "9.0.4"
26
+ "minimatch": "9.0.5"
20
27
  },
21
28
  "devDependencies": {
22
- "@langri-sha/jest-test": "0.8.0",
23
29
  "@langri-sha/tsconfig": "0.10.0",
30
+ "@langri-sha/vitest": "0.1.0",
24
31
  "@types/debug": "4.1.12",
25
32
  "prettier": "3.3.2",
26
33
  "projen": "0.82.4"
@@ -32,5 +39,5 @@
32
39
  "access": "public"
33
40
  },
34
41
  "//": "~~ Generated by projen. To modify, edit .projenrc.mts and run \"npx projen\".",
35
- "types": "lib/index.d.ts"
42
+ "types": "dist/index.d.ts"
36
43
  }
File without changes
File without changes
File without changes
File without changes