@nx/js 16.9.1 → 16.10.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/README.md CHANGED
@@ -8,7 +8,7 @@
8
8
  [![Semantic Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)]()
9
9
  [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
10
10
  [![Join the chat at https://gitter.im/nrwl-nx/community](https://badges.gitter.im/nrwl-nx/community.svg)](https://gitter.im/nrwl-nx/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
11
- [![Join us on the Official Nx Discord Server](https://simpleicons.org/icons/discord.svg)](https://go.nx.dev/community)
11
+ [![Join us on the Official Nx Discord Server](https://img.shields.io/discord/1143497901675401286?label=discord)](https://go.nx.dev/community)
12
12
 
13
13
  </div>
14
14
 
package/migrations.json CHANGED
@@ -117,6 +117,15 @@
117
117
  "alwaysAddToPackageJson": false
118
118
  }
119
119
  }
120
+ },
121
+ "16.9.2": {
122
+ "version": "16.9.2-beta.0",
123
+ "packages": {
124
+ "@swc-node/register": {
125
+ "version": "~1.6.7",
126
+ "alwaysAddToPackageJson": false
127
+ }
128
+ }
120
129
  }
121
130
  }
122
131
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/js",
3
- "version": "16.9.1",
3
+ "version": "16.10.0-beta.0",
4
4
  "private": false,
5
5
  "description": "The JS plugin for Nx contains executors and generators that provide the best experience for developing JavaScript and TypeScript projects. ",
6
6
  "repository": {
@@ -59,9 +59,9 @@
59
59
  "semver": "7.5.3",
60
60
  "source-map-support": "0.5.19",
61
61
  "tslib": "^2.3.0",
62
- "@nx/devkit": "16.9.1",
63
- "@nx/workspace": "16.9.1",
64
- "@nrwl/js": "16.9.1"
62
+ "@nx/devkit": "16.10.0-beta.0",
63
+ "@nx/workspace": "16.10.0-beta.0",
64
+ "@nrwl/js": "16.10.0-beta.0"
65
65
  },
66
66
  "peerDependencies": {
67
67
  "verdaccio": "^5.0.4"
@@ -4,7 +4,7 @@ export declare const prettierVersion = "^2.6.2";
4
4
  export declare const swcCliVersion = "~0.1.62";
5
5
  export declare const swcCoreVersion = "~1.3.85";
6
6
  export declare const swcHelpersVersion = "~0.5.2";
7
- export declare const swcNodeVersion = "~1.4.2";
7
+ export declare const swcNodeVersion = "~1.6.7";
8
8
  export declare const tsLibVersion = "^2.3.0";
9
9
  export declare const typesNodeVersion = "18.7.1";
10
10
  export declare const verdaccioVersion = "^5.0.4";
@@ -7,7 +7,7 @@ exports.prettierVersion = '^2.6.2';
7
7
  exports.swcCliVersion = '~0.1.62';
8
8
  exports.swcCoreVersion = '~1.3.85';
9
9
  exports.swcHelpersVersion = '~0.5.2';
10
- exports.swcNodeVersion = '~1.4.2';
10
+ exports.swcNodeVersion = '~1.6.7';
11
11
  exports.tsLibVersion = '^2.3.0';
12
12
  exports.typesNodeVersion = '18.7.1';
13
13
  exports.verdaccioVersion = '^5.0.4';