@less-is-more/less-js 1.2.4 → 1.2.5

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/package.json +1 -1
  2. package/src/db.js +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@less-is-more/less-js",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "description": "Fast develop kit for nodejs",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
package/src/db.js CHANGED
@@ -120,6 +120,7 @@ module.exports = class Db {
120
120
  oldData.splice(nOldIndex, 1);
121
121
  }
122
122
  }
123
+ }
123
124
  // 删除旧剩余的
124
125
  if (needDelete) {
125
126
  for (let n of oldData) {