[PR #33] [MERGED] Fix types #32

Closed
opened 2026-05-23 08:34:57 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/appy-one/acebase-client/pull/33
Author: @appy-one
Created: 10/24/2022
Status: Merged
Merged: 10/24/2022
Merged by: @appy-one

Base: masterHead: fix/types


📝 Commits (3)

📊 Changes

10 files changed (+19 additions, -19 deletions)

View changed files

📝 dist/browser.js (+3 -3)
📝 dist/browser.min.js (+1 -1)
📝 dist/cjs/acebase-client.js (+3 -3)
📝 dist/cjs/acebase-client.js.map (+1 -1)
📝 dist/esm/acebase-client.js (+3 -3)
📝 dist/esm/acebase-client.js.map (+1 -1)
📝 dist/types/acebase-client.d.ts (+2 -2)
📝 dist/types/acebase-client.d.ts.map (+1 -1)
📝 package.json (+1 -1)
📝 src/acebase-client.ts (+3 -3)

📄 Description

  • Path to types wasn't set correctly
  • client.cache.get and client.cache.update had no default set for optional cursor argument

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/appy-one/acebase-client/pull/33 **Author:** [@appy-one](https://github.com/appy-one) **Created:** 10/24/2022 **Status:** ✅ Merged **Merged:** 10/24/2022 **Merged by:** [@appy-one](https://github.com/appy-one) **Base:** `master` ← **Head:** `fix/types` --- ### 📝 Commits (3) - [`dcdd996`](https://github.com/appy-one/acebase-client/commit/dcdd99663c24c7206133e0648b7684eb6baed014) specify default for cursor arg - [`049c844`](https://github.com/appy-one/acebase-client/commit/049c8443e9bd57bbf5a310703fb91f6e3b013f78) fix types path - [`91ede37`](https://github.com/appy-one/acebase-client/commit/91ede379686e35a435ff02ff148b7e082dec44ac) chore: build ### 📊 Changes **10 files changed** (+19 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `dist/browser.js` (+3 -3) 📝 `dist/browser.min.js` (+1 -1) 📝 `dist/cjs/acebase-client.js` (+3 -3) 📝 `dist/cjs/acebase-client.js.map` (+1 -1) 📝 `dist/esm/acebase-client.js` (+3 -3) 📝 `dist/esm/acebase-client.js.map` (+1 -1) 📝 `dist/types/acebase-client.d.ts` (+2 -2) 📝 `dist/types/acebase-client.d.ts.map` (+1 -1) 📝 `package.json` (+1 -1) 📝 `src/acebase-client.ts` (+3 -3) </details> ### 📄 Description * Path to types wasn't set correctly * `client.cache.get` and `client.cache.update` had no default set for optional cursor argument --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-23 08:34:57 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/acebase-client#32
No description provided.