telos-oql 1.0.2 → 1.0.4

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.
Files changed (2) hide show
  1. package/oql.js +1 -1
  2. package/package.json +1 -1
package/oql.js CHANGED
@@ -175,7 +175,7 @@ module.exports = [
175
175
  if(context.local.operator != "query")
176
176
  return null;
177
177
 
178
- return `(require("telos-oql/omniQuery.js").query(${args[0]}))\n`;
178
+ return `(use("telos-oql/omniQuery.js").query(${args[0]}))\n`;
179
179
  },
180
180
  tags: ["oql", "query"]
181
181
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "telos-oql",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "A LISP dialect for database-agnostic querying",
5
5
  "main": "oql.json",
6
6
  "dependencies": {