@nstudio/xplat
Advanced tools
Comparing version 15.0.0 to 15.0.1
{ | ||
"name": "@nstudio/xplat", | ||
"version": "15.0.0", | ||
"version": "15.0.1", | ||
"description": "Cross-platform (xplat) tools for Nx workspaces.", | ||
@@ -44,4 +44,4 @@ "homepage": "https://nstudio.io/xplat", | ||
"dependencies": { | ||
"@nstudio/focus": "15.0.0", | ||
"@nstudio/xplat-utils": "15.0.0" | ||
"@nstudio/focus": "15.0.1", | ||
"@nstudio/xplat-utils": "15.0.1" | ||
}, | ||
@@ -48,0 +48,0 @@ "author": "Nathan Walker", |
@@ -20,7 +20,3 @@ "use strict"; | ||
})); | ||
tree.create('/nx.json', JSON.stringify({ | ||
npmScope: 'testing', | ||
projects: {}, | ||
$schema: './node_modules/nx/schemas/nx-schema.json', | ||
})); | ||
tree.create('/nx.json', JSON.stringify({ npmScope: 'testing', projects: {} })); | ||
tree.create('/tsconfig.base.json', JSON.stringify({ compilerOptions: { paths: {} } })); | ||
@@ -27,0 +23,0 @@ tree.create('/tslint.json', JSON.stringify({ |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.nxVersion = exports.xplatVersion = void 0; | ||
exports.xplatVersion = '15.0.0'; | ||
exports.xplatVersion = '15.0.1'; | ||
exports.nxVersion = '^15.0.0'; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
288172
6123
+ Added@nstudio/focus@15.0.1(transitive)
+ Added@nstudio/xplat-utils@15.0.1(transitive)
- Removed@nstudio/focus@15.0.0(transitive)
- Removed@nstudio/xplat-utils@15.0.0(transitive)
Updated@nstudio/focus@15.0.1
Updated@nstudio/xplat-utils@15.0.1