mirror of
https://github.com/appy-one/acebase.git
synced 2026-05-25 06:02:14 -06:00
[PR #179] [MERGED] Fix: ESM module code #148
Labels
No labels
IndexedDB
browser
bug
dependencies
documentation
duplicate
enhancement
feature request
indexes
indexes
invalid
pull-request
query
question
transaction logging
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/acebase#148
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/appy-one/acebase/pull/179
Author: @appy-one
Created: 11/21/2022
Status: ✅ Merged
Merged: 11/21/2022
Merged by: @appy-one
Base:
master← Head:fix/esm-bundle📝 Commits (7)
9204385ESM/CommonJS bundle fixes7703b39temp: use acebase-core from github branchf85982bchore: buildbbadf7buse latest acebase-core commit14cf9d0use last acebase-core commit on master branchce65adbignore rxjs in browser build859462bchore: build📊 Changes
18 files changed (+11088 additions, -11042 deletions)
View changed files
📝
dist/browser.js(+11016 -10983)📝
dist/browser.min.js(+1 -1)📝
dist/cjs/ipc/index.js(+3 -1)📝
dist/cjs/ipc/index.js.map(+1 -1)📝
dist/cjs/ipc/remote.js(+9 -12)📝
dist/cjs/ipc/remote.js.map(+1 -1)📝
dist/esm/ipc/index.js(+2 -1)📝
dist/esm/ipc/index.js.map(+1 -1)📝
dist/esm/ipc/remote.js(+9 -12)📝
dist/esm/ipc/remote.js.map(+1 -1)📝
dist/types/ipc/index.d.ts.map(+1 -1)📝
dist/types/ipc/remote.d.ts.map(+1 -1)📝
dist/types/node-info.d.ts(+1 -1)📝
dist/types/node-value-types.d.ts(+1 -1)📝
package-lock.json(+23 -4)📝
package.json(+2 -2)📝
src/ipc/index.ts(+5 -4)📝
src/ipc/remote.ts(+10 -14)📄 Description
Fixes build and execution of generated ESM code by changing the imports for
clusterandwsin the IPC code🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.