bkper 4.11.0 → 4.11.1

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/README.md CHANGED
@@ -912,16 +912,3 @@ Bkper.setConfig({
912
912
  oauthTokenProvider: async () => getOAuthToken(),
913
913
  });
914
914
  ```
915
-
916
- ## Documentation
917
-
918
- - [Developer Docs]
919
- - [App Template]
920
-
921
- ## Release process (maintainers)
922
-
923
- Releases are published by GitHub Actions (Trusted Publisher with OIDC), not from local machines.
924
-
925
- - Merge a PR into `main` with one release label: `release:patch`, `release:minor`, or `release:major`
926
- - On `main` push, CI determines the merged PR label, bumps `package.json` version, tags, and publishes to npm
927
- - Without a release label, publish is skipped
@@ -912,16 +912,3 @@ Bkper.setConfig({
912
912
  oauthTokenProvider: async () => getOAuthToken(),
913
913
  });
914
914
  ```
915
-
916
- ## Documentation
917
-
918
- - [Developer Docs]
919
- - [App Template]
920
-
921
- ## Release process (maintainers)
922
-
923
- Releases are published by GitHub Actions (Trusted Publisher with OIDC), not from local machines.
924
-
925
- - Merge a PR into `main` with one release label: `release:patch`, `release:minor`, or `release:major`
926
- - On `main` push, CI determines the merged PR label, bumps `package.json` version, tags, and publishes to npm
927
- - Without a release label, publish is skipped
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bkper",
3
- "version": "4.11.0",
3
+ "version": "4.11.1",
4
4
  "description": "Command line client for Bkper",
5
5
  "bin": {
6
6
  "bkper": "./lib/cli.js"
@@ -52,7 +52,7 @@
52
52
  "postversion": "git push --tags && yarn publish --new-version $npm_package_version && git push && echo \"Successfully released version $npm_package_version!\""
53
53
  },
54
54
  "dependencies": {
55
- "@mariozechner/pi-coding-agent": "^0.62.0",
55
+ "@mariozechner/pi-coding-agent": "^0.63.1",
56
56
  "bkper-js": "^2.31.1",
57
57
  "commander": "^13.1.0",
58
58
  "dotenv": "^8.2.0",