@nstudio/focus 15.0.4-rc.1 → 16.2.0-beta.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 +4 -4
- package/src/utils/index.js +1 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@nstudio/focus",
|
3
|
-
"version": "
|
3
|
+
"version": "16.2.0-beta.0",
|
4
4
|
"description": "Focus helpers for monorepos in various IDEs",
|
5
5
|
"homepage": "https://nstudio.io/xplat",
|
6
6
|
"repository": {
|
@@ -30,9 +30,9 @@
|
|
30
30
|
"migrations": "./migrations.json"
|
31
31
|
},
|
32
32
|
"dependencies": {
|
33
|
-
"@angular-devkit/core": "^
|
34
|
-
"@angular-devkit/schematics": "^
|
35
|
-
"@nstudio/xplat-utils": "
|
33
|
+
"@angular-devkit/core": "^16.0.0",
|
34
|
+
"@angular-devkit/schematics": "^16.0.0",
|
35
|
+
"@nstudio/xplat-utils": "16.2.0-beta.0",
|
36
36
|
"xml2js": "~0.4.23"
|
37
37
|
}
|
38
38
|
}
|
package/src/utils/index.js
CHANGED
@@ -5,7 +5,7 @@ const xplat_utils_1 = require("@nstudio/xplat-utils");
|
|
5
5
|
const path_1 = require("path");
|
6
6
|
const fs_1 = require("fs");
|
7
7
|
const xml2js = require("xml2js");
|
8
|
-
const devkit_1 = require("@
|
8
|
+
const devkit_1 = require("@nx/devkit");
|
9
9
|
var FocusHelpers;
|
10
10
|
(function (FocusHelpers) {
|
11
11
|
function updateIDESettings(options) {
|