prostgles-server 3.0.116 → 3.0.117

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prostgles-server",
3
- "version": "3.0.116",
3
+ "version": "3.0.117",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -685,7 +685,7 @@ export default async function isomorphic(db: Required<DBHandlerServer> | Require
685
685
  await db.tjson.insert!({ colOneOf: "a", json: { a: true, arr: "22"} });
686
686
  throw "Should have failed"
687
687
  } catch(e){
688
- console.log("Perfect fail)
688
+ console.log("Perfect fail")
689
689
  // Perfect
690
690
  }
691
691
  });