@bunbase-ae/js 2.16.1-next.378.707ff9f → 2.16.1-next.379.5ff6bc1

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/package.json +1 -1
  2. package/src/admin.ts +6 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bunbase-ae/js",
3
- "version": "2.16.1-next.378.707ff9f",
3
+ "version": "2.16.1-next.379.5ff6bc1",
4
4
  "type": "module",
5
5
  "description": "TypeScript/JavaScript SDK for BunBase",
6
6
  "license": "UNLICENSED",
package/src/admin.ts CHANGED
@@ -1361,8 +1361,12 @@ class AdminNamedQueriesClient {
1361
1361
  *
1362
1362
  * Fresh deployments get these installed automatically at bootstrap; this
1363
1363
  * method exists so existing deployments can opt in from the dashboard's
1364
- * empty state. The call is idempotent — queries already present are reported
1365
- * under `skipped` and admin-edited rows are never overwritten.
1364
+ * empty state. The call is idempotent — human-authored starter queries
1365
+ * already present are reported under `skipped` and their admin edits are
1366
+ * preserved. The dynamic `_collection_row_counts` query is the one
1367
+ * exception: its SQL is regenerated from `_collections` on every call (so
1368
+ * new collections automatically appear after a reinstall) and is reported
1369
+ * under `installed` again.
1366
1370
  */
1367
1371
  async installStarter(): Promise<{ installed: string[]; skipped: string[] }> {
1368
1372
  return this.http.request<{ installed: string[]; skipped: string[] }>(