@langri-sha/projen-pnpm-workspace 0.3.1 → 0.3.2

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,22 @@
2
2
  "name": "@langri-sha/projen-pnpm-workspace",
3
3
  "entries": [
4
4
  {
5
- "date": "Sun, 17 May 2026 20:20:56 GMT",
5
+ "date": "Sun, 19 Jul 2026 09:48:59 GMT",
6
+ "version": "0.3.2",
7
+ "tag": "@langri-sha/projen-pnpm-workspace_v0.3.2",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "email not defined",
12
+ "package": "@langri-sha/projen-pnpm-workspace",
13
+ "commit": "aba78d67f7644a3646ef775e93c468a954a94382",
14
+ "comment": "fix(deps): update dependency yaml to v2.9.0"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Sun, 17 May 2026 20:22:40 GMT",
6
21
  "version": "0.3.1",
7
22
  "tag": "@langri-sha/projen-pnpm-workspace_v0.3.1",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,20 @@
1
1
  # Change Log - @langri-sha/projen-pnpm-workspace
2
2
 
3
- This log was last generated on Sun, 17 May 2026 20:20:56 GMT and should not be manually modified.
3
+ <!-- This log was last generated on Sun, 19 Jul 2026 09:48:59 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.3.2
8
+
9
+ Sun, 19 Jul 2026 09:48:59 GMT
10
+
11
+ ### Patches
12
+
13
+ - fix(deps): update dependency yaml to v2.9.0 (email not defined)
14
+
7
15
  ## 0.3.1
8
16
 
9
- Sun, 17 May 2026 20:20:56 GMT
17
+ Sun, 17 May 2026 20:22:40 GMT
10
18
 
11
19
  ### Patches
12
20
 
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@langri-sha/projen-pnpm-workspace",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "bugs": {
5
- "url": "https://github.com/langri-sha/langri-sha.com/issues"
5
+ "url": "https://github.com/langri-sha/projen/issues"
6
6
  },
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "git+https://github.com/langri-sha/langri-sha.com.git",
9
+ "url": "git+https://github.com/langri-sha/projen.git",
10
10
  "directory": "packages/projen-pnpm-workspace"
11
11
  },
12
12
  "license": "MIT",
@@ -22,11 +22,11 @@
22
22
  "prepublishOnly": "rm -rf dist; tsc --project tsconfig.build.json"
23
23
  },
24
24
  "dependencies": {
25
- "yaml": "2.6.0"
25
+ "yaml": "2.9.0"
26
26
  },
27
27
  "devDependencies": {
28
- "@langri-sha/tsconfig": "0.10.1",
29
- "@langri-sha/vitest": "0.1.1"
28
+ "@langri-sha/tsconfig": "^0.10.1",
29
+ "@langri-sha/vitest": "^0.1.1"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "projen": "^0.86.0"