@nocobase/actions 0.9.2-alpha.2 → 0.9.2-alpha.3

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.
@@ -118,7 +118,7 @@ class SortAbleCollection {
118
118
  if (options.insertAfter) {
119
119
  targetSort = targetSort + 1;
120
120
  }
121
- let scopeValue = _this4.scopeKey ? sourceInstance.get(_this4.scopeKey) : null;
121
+ const scopeValue = _this4.scopeKey ? sourceInstance.get(_this4.scopeKey) : null;
122
122
  let updateCondition;
123
123
  let change;
124
124
  if (targetSort > sourceSort) {
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@nocobase/actions",
3
- "version": "0.9.2-alpha.2",
3
+ "version": "0.9.2-alpha.3",
4
4
  "description": "",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./lib/index.js",
7
7
  "types": "./lib/index.d.ts",
8
8
  "dependencies": {
9
- "@nocobase/cache": "0.9.2-alpha.2",
10
- "@nocobase/database": "0.9.2-alpha.2",
11
- "@nocobase/resourcer": "0.9.2-alpha.2"
9
+ "@nocobase/cache": "0.9.2-alpha.3",
10
+ "@nocobase/database": "0.9.2-alpha.3",
11
+ "@nocobase/resourcer": "0.9.2-alpha.3"
12
12
  },
13
13
  "repository": {
14
14
  "type": "git",
15
15
  "url": "git+https://github.com/nocobase/nocobase.git",
16
16
  "directory": "packages/actions"
17
17
  },
18
- "gitHead": "1a0de6908b2b1854bdf434fcafa8909cb65bb8a3"
18
+ "gitHead": "b6b5f9372202d942c97d2d90a4197e060db05124"
19
19
  }