Skip to content

Commit

Permalink
Bump memory and find plugins to 7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronhuggins committed Apr 21, 2022
1 parent fef4ef2 commit c688009
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/pouchdb_adapter_find/mod.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { capturePlugin } from "../pouchdb_deno_utils/capture_plugin.ts";
import "https://cdn.skypack.dev/pin/pouchdb@v7.2.2-FZ4A3SJdMfxbHCP6VOPg/mode=imports/unoptimized/dist/pouchdb.find.js";
import "https://cdn.skypack.dev/pin/pouchdb@v7.3.0-bcA2ZAvx5a5vy7YRYZRz/mode=imports/unoptimized/dist/pouchdb.find.js";
import type { PouchDB } from "../pouchdb_types/pouchdb.ts";

// Because we're using the vanilla browser export, the Memory plugin expects
Expand Down
2 changes: 1 addition & 1 deletion modules/pouchdb_adapter_memory/mod.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { capturePlugin } from "../pouchdb_deno_utils/capture_plugin.ts";
import "https://cdn.skypack.dev/pin/pouchdb@v7.2.2-FZ4A3SJdMfxbHCP6VOPg/mode=imports/unoptimized/dist/pouchdb.memory.js";
import "https://cdn.skypack.dev/pin/pouchdb@v7.3.0-bcA2ZAvx5a5vy7YRYZRz/mode=imports/unoptimized/dist/pouchdb.memory.js";
import type { PouchDB } from "../pouchdb_types/pouchdb.ts";

// Because we're using the vanilla browser export, the Memory plugin expects
Expand Down

0 comments on commit c688009

Please sign in to comment.