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

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