@ronin/compiler 0.8.8-leo-ron-1083-experimental-195 → 0.8.8-leo-ron-1083-experimental-196

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -62,7 +62,7 @@ Once the RONIN queries have been compiled down to SQL statements, the statements
62
62
  executed and their results can be formatted by the compiler as well:
63
63
 
64
64
  ```typescript
65
- const rows = await queryDatabase(...);
65
+ // `rows` are provided by the database engine
66
66
  const results: Array<Result> = transaction.prepareResults(rows);
67
67
  ```
68
68
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ronin/compiler",
3
- "version": "0.8.8-leo-ron-1083-experimental-195",
3
+ "version": "0.8.8-leo-ron-1083-experimental-196",
4
4
  "type": "module",
5
5
  "description": "Compiles RONIN queries to SQL statements.",
6
6
  "publishConfig": {