@nrwl/js 16.4.0-beta.0 → 16.4.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/babel.js CHANGED
@@ -1,2 +1 @@
1
1
  module.exports = require('@nx/js/babel');
2
- //# sourceMappingURL=babel.js.map
package/index.js CHANGED
@@ -2,4 +2,3 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
4
  tslib_1.__exportStar(require("@nx/js"), exports);
5
- //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/js",
3
- "version": "16.4.0-beta.0",
3
+ "version": "16.4.0-beta.2",
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": {
@@ -28,7 +28,7 @@
28
28
  "executors": "./executors.json",
29
29
  "builders": "./executors.json",
30
30
  "dependencies": {
31
- "@nx/js": "16.4.0-beta.0"
31
+ "@nx/js": "16.4.0-beta.2"
32
32
  },
33
33
  "publishConfig": {
34
34
  "access": "public"
@@ -37,5 +37,5 @@
37
37
  "migrations": "@nx/js/migrations.json"
38
38
  },
39
39
  "types": "./index.d.ts",
40
- "gitHead": "c2112a07278e9c78cd6f6c194eb4a75115a7d179"
40
+ "gitHead": "abb2678056668cc8beaaf9c5ebc2a2e6ad487173"
41
41
  }
package/babel.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"babel.js","sourceRoot":"","sources":["../../../packages-legacy/js/babel.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,GAAG,OAAO,CAAC,cAAc,CAAC,CAAC"}
package/index.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../packages-legacy/js/index.ts"],"names":[],"mappings":";;;AAAA,iDAAuB"}