runpane 2.2.10 → 2.2.12
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 +16 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -97,6 +97,22 @@ npm package downloads use `source=npm` when requesting release artifacts from
|
|
|
97
97
|
`runpane.com/api/download`. If that route is unavailable, the CLI falls back to
|
|
98
98
|
matching GitHub release assets and prints a warning.
|
|
99
99
|
|
|
100
|
+
## Maintenance Notes
|
|
101
|
+
|
|
102
|
+
Keep the npm and PyPI clients in sync with each Pane release. When changing
|
|
103
|
+
shared installer behavior:
|
|
104
|
+
|
|
105
|
+
- If release asset names or platforms change, update both npm and PyPI wrapper
|
|
106
|
+
artifact matching.
|
|
107
|
+
- If `runpane` CLI behavior changes, update both clients and the shared smoke
|
|
108
|
+
tests.
|
|
109
|
+
- If the website `/api/download` contract changes, verify npm and PyPI fallback
|
|
110
|
+
behavior.
|
|
111
|
+
- If daemon setup flags change, update docs, README files, and wrapper tests
|
|
112
|
+
together.
|
|
113
|
+
- Keep the CI wrapper matrix green: Linux, macOS, Windows, Node 18/22, and
|
|
114
|
+
Python 3.8/3.13.
|
|
115
|
+
|
|
100
116
|
## Publishing
|
|
101
117
|
|
|
102
118
|
This package should be published through npm Trusted Publishing from GitHub
|