-
- Downloads
"packages/loot-core/src/server/main.ts" did not exist on "18eae3ebf638fa62aea8492fae90ddc1099cf472"
Remove redundant UUID wrapper module, update uuid package to 9.x (#1216)
I noticed that: - The web and electron versions of our `uuid` module both looked exactly the same… - …and deferred to the `uuid` package… - …and the async version just called the sync API. So now we will just use the `uuid` package directly everywhere.
Showing
- .eslintrc.js 5 additions, 0 deletions.eslintrc.js
- packages/api/package.json 2 additions, 1 deletionpackages/api/package.json
- packages/crdt/package.json 2 additions, 1 deletionpackages/crdt/package.json
- packages/crdt/src/crdt/timestamp.ts 2 additions, 2 deletionspackages/crdt/src/crdt/timestamp.ts
- packages/desktop-client/package.json 2 additions, 0 deletionspackages/desktop-client/package.json
- packages/desktop-client/src/components/accounts/TransactionsTable.test.js 2 additions, 2 deletions...-client/src/components/accounts/TransactionsTable.test.js
- packages/import-ynab4/importer.js 3 additions, 3 deletionspackages/import-ynab4/importer.js
- packages/import-ynab4/package.json 4 additions, 1 deletionpackages/import-ynab4/package.json
- packages/import-ynab5/importer.js 2 additions, 2 deletionspackages/import-ynab5/importer.js
- packages/import-ynab5/package.json 4 additions, 1 deletionpackages/import-ynab5/package.json
- packages/loot-core/package.json 2 additions, 1 deletionpackages/loot-core/package.json
- packages/loot-core/src/client/actions/notifications.ts 3 additions, 2 deletionspackages/loot-core/src/client/actions/notifications.ts
- packages/loot-core/src/mocks/index.ts 8 additions, 7 deletionspackages/loot-core/src/mocks/index.ts
- packages/loot-core/src/mocks/plaid.ts 3 additions, 3 deletionspackages/loot-core/src/mocks/plaid.ts
- packages/loot-core/src/platform/client/fetch/index.browser.ts 17 additions, 16 deletions...ages/loot-core/src/platform/client/fetch/index.browser.ts
- packages/loot-core/src/platform/client/fetch/index.web.ts 26 additions, 26 deletionspackages/loot-core/src/platform/client/fetch/index.web.ts
- packages/loot-core/src/platform/client/undo/index.web.ts 3 additions, 3 deletionspackages/loot-core/src/platform/client/undo/index.web.ts
- packages/loot-core/src/platform/uuid/index.d.ts 0 additions, 5 deletionspackages/loot-core/src/platform/uuid/index.d.ts
- packages/loot-core/src/platform/uuid/index.electron.ts 0 additions, 11 deletionspackages/loot-core/src/platform/uuid/index.electron.ts
- packages/loot-core/src/platform/uuid/index.web.ts 0 additions, 11 deletionspackages/loot-core/src/platform/uuid/index.web.ts
Loading
Please register or sign in to comment