@polterware/polterbase 0.2.0 → 0.2.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.
Files changed (2) hide show
  1. package/README.md +14 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -43,6 +43,20 @@ polterbase
43
43
 
44
44
  `polterbase` is a global CLI tool. Do not add it to `dependencies` or `devDependencies` of app projects.
45
45
 
46
+ ### Update
47
+
48
+ If you run Polterbase with `npx`, always use the latest published version explicitly:
49
+
50
+ ```bash
51
+ npx @polterware/polterbase@latest
52
+ ```
53
+
54
+ If you installed it globally, update it with:
55
+
56
+ ```bash
57
+ npm install -g @polterware/polterbase@latest
58
+ ```
59
+
46
60
  ---
47
61
 
48
62
  ## Requirements
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polterware/polterbase",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "A global CLI for managing Supabase CLI workflows.",
5
5
  "type": "module",
6
6
  "bin": {