verstak 0.24.277 → 0.24.303

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.
@@ -154,7 +154,7 @@ export class PointerSensor extends BasePointerSensor {
154
154
  this.dragTarget = undefined;
155
155
  this.dragTargetWindow = undefined;
156
156
  this.previousDragTarget = undefined;
157
- Transaction.separate(() => {
157
+ Transaction.isolate(() => {
158
158
  var _a;
159
159
  (_a = this.windowSensor) === null || _a === void 0 ? void 0 : _a.setActiveWindow(window, "pointer");
160
160
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "verstak",
3
- "version": "0.24.277",
3
+ "version": "0.24.303",
4
4
  "description": "Verstak - Front-End Library",
5
5
  "publisher": "Nezaboodka Software",
6
6
  "license": "Apache-2.0",
@@ -31,7 +31,7 @@
31
31
  },
32
32
  "homepage": "https://github.com/nezaboodka/verstak/blob/master/README.md#readme",
33
33
  "dependencies": {
34
- "reactronic": "^0.24.273"
34
+ "reactronic": "^0.24.302"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/node": "20.11.17",
@@ -42,7 +42,7 @@
42
42
  "eslint": "8.56.0",
43
43
  "ts-node": "10.9.2",
44
44
  "tsconfig-paths": "4.2.0",
45
- "typescript": "5.3.2"
45
+ "typescript": "5.5.4"
46
46
  },
47
47
  "scripts": {
48
48
  "build": "eslint source/**.ts test/**.ts && tsc",