@depup/docker-compose 1.3.2-depup.0 → 1.3.3-depup.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.
@@ -4,7 +4,10 @@
4
4
  "mcp__memorizer__search_memories",
5
5
  "Bash(gh run view:*)",
6
6
  "WebFetch(domain:raw.githubusercontent.com)",
7
- "Bash(yarn build)"
7
+ "Bash(yarn build)",
8
+ "WebFetch(domain:github.com)",
9
+ "Bash(gh api:*)",
10
+ "Bash(npm view:*)"
8
11
  ]
9
12
  }
10
13
  }
package/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [1.3.3](https://github.com/PDMLab/docker-compose/compare/v1.3.2...v1.3.3) (2026-03-26)
6
+
5
7
  ### [1.3.2](https://github.com/PDMLab/docker-compose/compare/v1.3.1...v1.3.2) (2026-03-11)
6
8
 
7
9
 
package/README.md CHANGED
@@ -13,8 +13,8 @@ npm install @depup/docker-compose
13
13
 
14
14
  | Field | Value |
15
15
  |-------|-------|
16
- | Original | [docker-compose](https://www.npmjs.com/package/docker-compose) @ 1.3.2 |
17
- | Processed | 2026-03-22 |
16
+ | Original | [docker-compose](https://www.npmjs.com/package/docker-compose) @ 1.3.3 |
17
+ | Processed | 2026-03-26 |
18
18
  | Smoke test | passed |
19
19
  | Deps updated | 1 |
20
20
 
package/changes.json CHANGED
@@ -5,6 +5,6 @@
5
5
  "to": "^2.8.3"
6
6
  }
7
7
  },
8
- "timestamp": "2026-03-22T00:39:14.171Z",
8
+ "timestamp": "2026-03-26T12:26:37.213Z",
9
9
  "totalUpdated": 1
10
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/docker-compose",
3
- "version": "1.3.2-depup.0",
3
+ "version": "1.3.3-depup.0",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
6
6
  "types": "dist/index.d.ts",
@@ -128,8 +128,8 @@
128
128
  },
129
129
  "depsUpdated": 1,
130
130
  "originalPackage": "docker-compose",
131
- "originalVersion": "1.3.2",
132
- "processedAt": "2026-03-22T00:39:25.770Z",
131
+ "originalVersion": "1.3.3",
132
+ "processedAt": "2026-03-26T12:26:50.403Z",
133
133
  "smokeTest": "passed"
134
134
  }
135
135
  }