@nrwl/js 13.5.0-beta.1 → 13.5.0-beta.2

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
@@ -1,7 +1,24 @@
1
- # js
1
+ <p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Fast and Extensible Build System"></p>
2
2
 
3
- This library was generated with [Nx](https://nx.dev).
3
+ <div style="text-align: center;">
4
4
 
5
- ## Running unit tests
5
+ [![CircleCI](https://circleci.com/gh/nrwl/nx.svg?style=svg)](https://circleci.com/gh/nrwl/nx)
6
+ [![License](https://img.shields.io/npm/l/@nrwl/workspace.svg?style=flat-square)]()
7
+ [![NPM Version](https://badge.fury.io/js/%40nrwl%2Fworkspace.svg)](https://www.npmjs.com/@nrwl/workspace)
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
+ [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
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 @nrwl/community on slack](https://img.shields.io/badge/slack-%40nrwl%2Fcommunity-brightgreen)](https://join.slack.com/t/nrwlcommunity/shared_invite/enQtNzU5MTE4OTQwOTk0LTgxY2E0ZWYzMWE0YzA5ZDA2MWM1NDVhNmI2ZWMyYmZhNWJiODk3MjkxZjY3MzU5ZjRmM2NmNWU1OTgyZmE4Mzc)
6
12
 
7
- Run `nx test js` to execute the unit tests via [Jest](https://jestjs.io).
13
+ </div>
14
+
15
+
16
+ <hr>
17
+
18
+ # Nx: Smart, Fast and Extensible Build System
19
+
20
+ Nx is a next generation build system with first class monorepo support and powerful integrations.
21
+
22
+ This package is a [JavaScript/TypeScript plugin for Nx](https://nx.dev/js/overview).
23
+
24
+ {{content}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/js",
3
- "version": "13.5.0-beta.1",
3
+ "version": "13.5.0-beta.2",
4
4
  "description": "JavaScript Plugin for Nx",
5
5
  "repository": {
6
6
  "type": "git",
@@ -31,10 +31,10 @@
31
31
  "executors": "./executors.json",
32
32
  "builders": "./executors.json",
33
33
  "dependencies": {
34
- "@nrwl/workspace": "13.5.0-beta.1",
35
- "@nrwl/devkit": "13.5.0-beta.1",
36
- "@nrwl/jest": "13.5.0-beta.1",
37
- "@nrwl/linter": "13.5.0-beta.1",
34
+ "@nrwl/workspace": "13.5.0-beta.2",
35
+ "@nrwl/devkit": "13.5.0-beta.2",
36
+ "@nrwl/jest": "13.5.0-beta.2",
37
+ "@nrwl/linter": "13.5.0-beta.2",
38
38
  "@parcel/watcher": "2.0.4",
39
39
  "chalk": "4.1.0",
40
40
  "fast-glob": "^3.2.7",
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.swcHelpersVersion = exports.swcCliVersion = exports.swcCoreVersion = exports.nxVersion = void 0;
4
- exports.nxVersion = '13.5.0-beta.1';
4
+ exports.nxVersion = '13.5.0-beta.2';
5
5
  exports.swcCoreVersion = '1.2.118';
6
6
  exports.swcCliVersion = '~0.1.52';
7
7
  exports.swcHelpersVersion = '~0.2.14';