@nstudio/focus 16.5.9 → 16.7.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nstudio/focus",
3
- "version": "16.5.9",
3
+ "version": "16.7.0",
4
4
  "description": "Focus helpers for monorepos in various IDEs",
5
5
  "homepage": "https://nstudio.io/xplat",
6
6
  "repository": {
@@ -32,7 +32,7 @@
32
32
  "dependencies": {
33
33
  "@angular-devkit/core": "^16.0.0",
34
34
  "@angular-devkit/schematics": "^16.0.0",
35
- "@nstudio/xplat-utils": "16.5.9",
35
+ "@nstudio/xplat-utils": "16.7.0",
36
36
  "xml2js": "~0.4.23"
37
37
  }
38
38
  }
@@ -433,4 +433,4 @@ var FocusHelpers;
433
433
  };
434
434
  }
435
435
  FocusHelpers.webStormExcludedViewNode = webStormExcludedViewNode;
436
- })(FocusHelpers = exports.FocusHelpers || (exports.FocusHelpers = {}));
436
+ })(FocusHelpers || (exports.FocusHelpers = FocusHelpers = {}));