@k3000/store 1.0.1 → 1.0.2

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/generator.mjs +0 -16
  2. package/package.json +1 -1
package/generator.mjs CHANGED
@@ -761,22 +761,6 @@ const commentRemark = (remark = '') => remark.replace(/\n/g, '\n\t * ')
761
761
 
762
762
  function submit() {
763
763
 
764
- if (this.updateSet.size) {
765
-
766
- this.curr.record.pointer = 0
767
-
768
- for (const key of Object.keys(this.curr.record.idle)) {
769
-
770
- this.curr.record.idle[key] = []
771
- this.curr.record.record[key] = []
772
-
773
- for (const k of Object.keys(this.curr.record.index[key])) {
774
-
775
- this.curr.record.index[key][k] = []
776
- }
777
- }
778
- }
779
-
780
764
  this.curr.updateStruct(this.curr.struct)
781
765
  this.curr.updateRecord(this.curr.record)
782
766
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@k3000/store",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "storage",
5
5
  "main": "generator.mjs",
6
6
  "scripts": {