Skip to content

Commit da0a601

Browse files
committed
Publish
- @addaleax/[email protected] - @addaleax/[email protected]
1 parent 6e83be6 commit da0a601

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

snippets/mock-collection/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@addaleax/test-mongosh-snippet-mock-collection",
33
"snippetName": "mock-collection",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"description": "mockCollection([{ a: 1 }, { a: 2 }]).find({ a: { $gt: 2 } })",
66
"main": "index.js",
77
"license": "Apache-2.0",

snippets/mongocompat/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@addaleax/test-mongosh-snippet-mongocompat",
33
"snippetName": "mongocompat",
4-
"version": "1.0.4",
4+
"version": "1.0.5",
55
"description": "mongo compatibility script for mongosh",
66
"main": "index.js",
77
"errorMatchers": "error-matchers.js",

0 commit comments

Comments
 (0)