-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update storex submodules to include latest fixes + fix tests
- Loading branch information
Showing
6 changed files
with
14 additions
and
10 deletions.
There are no files selected for viewing
Submodule memex-common
updated
from 96fc41 to 29f07d
Submodule storex
updated
22 files
+17 −0 | .travis.yml | |
+1 −1 | README.md | |
+4 −4 | docs/0-start-here.md | |
+4 −4 | docs/collections.md | |
+1 −1 | docs/middleware.md | |
+5 −5 | docs/operations.md | |
+1 −1 | docs/plugins.md | |
+2 −2 | package.json | |
+0 −53 | ts/backend/index.tests.ts | |
+0 −68 | ts/backend/utils.test.ts | |
+0 −75 | ts/backend/utils.ts | |
+663 −302 | ts/index.tests.ts | |
+18 −8 | ts/index.ts | |
+1 −1 | ts/registry.test.ts | |
+26 −21 | ts/registry.ts | |
+19 −16 | ts/types/backend-features.ts | |
+27 −27 | ts/types/backend.test.ts | |
+69 −52 | ts/types/backend.ts | |
+4 −3 | ts/types/manager.ts | |
+52 −14 | ts/types/middleware.test.ts | |
+4 −3 | ts/types/middleware.ts | |
+3 −1 | tsconfig.json |
Submodule storex-pattern-modules
updated
3 files
+2 −2 | package.json | |
+33 −31 | ts/index.ts | |
+7 −4 | ts/operations.ts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters