@langri-sha/projen-project 0.8.1 → 0.10.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/package.json CHANGED
@@ -1,34 +1,46 @@
1
1
  {
2
2
  "name": "@langri-sha/projen-project",
3
- "version": "0.8.1",
3
+ "version": "0.10.0",
4
4
  "license": "MIT",
5
+ "author": {
6
+ "name": "Filip Dupanović",
7
+ "email": "filip.dupanovic@gmail.com",
8
+ "url": "https://langri-sha.com",
9
+ "organization": false
10
+ },
5
11
  "type": "module",
6
12
  "main": "lib/index.js",
7
13
  "scripts": {
8
14
  "prepublishOnly": "rm -rf lib; tsc --project tsconfig.build.json"
9
15
  },
10
16
  "dependencies": {
11
- "@langri-sha/projen-beachball": "0.1.0",
12
- "@langri-sha/projen-codeowners": "0.2.3",
13
- "@langri-sha/projen-editorconfig": "0.3.4",
14
- "@langri-sha/projen-husky": "0.1.3",
15
- "@langri-sha/projen-lint-synthesized": "0.2.5",
16
- "@langri-sha/projen-renovate": "0.2.3",
17
- "@langri-sha/projen-typescript-config": "0.2.1",
18
- "ramda": "0.30.0"
17
+ "@langri-sha/projen-babel": "0.1.0",
18
+ "@langri-sha/projen-beachball": "0.2.0",
19
+ "@langri-sha/projen-codeowners": "0.3.0",
20
+ "@langri-sha/projen-editorconfig": "0.4.0",
21
+ "@langri-sha/projen-eslint": "0.1.0",
22
+ "@langri-sha/projen-husky": "0.2.0",
23
+ "@langri-sha/projen-jest-config": "0.2.0",
24
+ "@langri-sha/projen-license": "0.2.0",
25
+ "@langri-sha/projen-lint-staged": "0.1.0",
26
+ "@langri-sha/projen-lint-synthesized": "0.3.0",
27
+ "@langri-sha/projen-pnpm-workspace": "0.1.0",
28
+ "@langri-sha/projen-prettier": "0.2.0",
29
+ "@langri-sha/projen-renovate": "0.3.0",
30
+ "@langri-sha/projen-typescript-config": "0.3.0",
31
+ "ramda": "0.30.1"
19
32
  },
20
33
  "devDependencies": {
21
- "@langri-sha/jest-test": "0.7.1",
22
- "@langri-sha/tsconfig": "0.9.0",
23
- "@types/ramda": "0.30.0",
24
- "projen": "0.81.15"
34
+ "@langri-sha/jest-test": "0.8.0",
35
+ "@langri-sha/tsconfig": "0.10.0",
36
+ "@types/ramda": "0.30.0"
25
37
  },
26
38
  "peerDependencies": {
27
- "projen": "^0.81.1",
28
- "typescript": "^5.0.0"
39
+ "projen": "^0.82.0"
29
40
  },
30
41
  "publishConfig": {
31
42
  "access": "public"
32
43
  },
44
+ "//": "~~ Generated by projen. To modify, edit .projenrc.mts and run \"npx projen\".",
33
45
  "types": "lib/index.d.ts"
34
46
  }
package/readme CHANGED
@@ -20,5 +20,5 @@ projects.
20
20
  [code owners]:
21
21
  https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
22
22
  [pnpm]: https://pnpm.io
23
- [projen]: https://projen.dev/
23
+ [projen]: https://projen.io/
24
24
  [workspaces]: https://pnpm.io/workspaces