@alpacakit/integrations-conventions 0.1.0-beta.19 → 0.1.0-beta.21

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
1
  # @alpacakit/integrations-conventions
2
2
 
3
- Private AlpacaLoop-family XDG path and keyring conventions for
3
+ Published AlpacaLoop-family XDG path and keyring conventions for
4
4
  `@alpacakit/integrations`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alpacakit/integrations-conventions",
3
- "version": "0.1.0-beta.19",
3
+ "version": "0.1.0-beta.21",
4
4
  "description": "AlpacaKit-family conventions for @alpacakit/integrations machine-local config.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -21,7 +21,7 @@
21
21
  "LICENSE"
22
22
  ],
23
23
  "dependencies": {
24
- "@alpacakit/integrations": "0.1.0-beta.19"
24
+ "@alpacakit/integrations": "0.1.0-beta.21"
25
25
  },
26
26
  "devDependencies": {
27
27
  "typescript": "^5.9.3",