w-orm-lmdb 1.0.12 → 1.0.13

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/docs/index.html CHANGED
@@ -71,7 +71,7 @@
71
71
  <br class="clear">
72
72
 
73
73
  <footer>
74
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Sun Aug 16 2026 16:58:57 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
74
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Sun Aug 16 2026 21:38:34 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
75
75
  </footer>
76
76
 
77
77
  <script>prettyPrint();</script>
package/g-basic.mjs CHANGED
@@ -153,9 +153,9 @@ test()
153
153
  // insert then { n: 3, nInserted: 3, ok: 1 }
154
154
  // change save
155
155
  // save then [
156
- // { n: 1, nModified: 1, ok: 1 },
157
- // { n: 1, nModified: 1, ok: 1 },
158
- // { n: 0, nModified: 0, ok: 1 }
156
+ // { n: 1, nInserted: 0, nModified: 1, ok: 1 },
157
+ // { n: 1, nInserted: 0, nModified: 1, ok: 1 },
158
+ // { n: 0, nInserted: 0, nModified: 0, ok: 1 }
159
159
  // ]
160
160
  // select all [
161
161
  // {
@@ -190,7 +190,7 @@ test()
190
190
  // }
191
191
  // ]
192
192
  // change save
193
- // save then [ { n: 1, nModified: 1, ok: 1 } ]
193
+ // save then [ { n: 1, nInserted: 0, nModified: 1, ok: 1 } ]
194
194
  // change del
195
195
  // del then [ { n: 1, nDeleted: 1, ok: 1 } ]
196
196
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "w-orm-lmdb",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "main": "dist/w-orm-lmdb.umd.js",
5
5
  "dependencies": {
6
6
  "lmdb": "^3.5.6",