Skip to content

Commit c986988

Browse files
committed
chore: 16.0.0-beta.0
1 parent 15b0f8c commit c986988

File tree

3 files changed

+711
-657
lines changed

3 files changed

+711
-657
lines changed

packages/nx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/nx",
3-
"version": "15.0.0",
3+
"version": "16.0.0-beta.0",
44
"description": "NativeScript Plugin for Nx",
55
"repository": {
66
"type": "git",
@@ -34,7 +34,7 @@
3434
"fs-extra": "^11.1.0",
3535
"ignore": "^5.2.4",
3636
"plist": "^3.0.1",
37-
"xml2js": "~0.5.0",
37+
"xml2js": "~0.6.0",
3838
"@nx/devkit": "^16.0.0",
3939
"@nx/js": "^16.0.0",
4040
"@nx/jest": "^16.0.0"

packages/nx/src/generators/library/library.spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ describe('lib', () => {
2525

2626
const projectConfig = readProjectConfiguration(tree, libName);
2727
expect(projectConfig.root).toEqual(`libs/${libName}`);
28-
expect(projectConfig.targets.build).toBeUndefined();
2928
expect(projectConfig.targets.lint).toEqual({
3029
executor: '@nx/linter:eslint',
3130
options: {
@@ -41,7 +40,6 @@ describe('lib', () => {
4140
const projectConfig = readProjectConfiguration(tree, libName);
4241

4342
expect(projectConfig.root).toEqual(`libs/${libName}`);
44-
expect(projectConfig.targets.build).toBeUndefined();
4543
expect(projectConfig.targets.lint).toEqual({
4644
executor: '@nx/linter:eslint',
4745
options: {

0 commit comments

Comments
 (0)