@nrwl/workspace 16.4.0-beta.0 → 16.4.0-beta.1

Sign up to get free protection for your applications and to get access to all the features.
package/generators.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/workspace/generators"), exports);
5
- //# sourceMappingURL=generators.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/workspace"), exports);
5
- //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/workspace",
3
- "version": "16.4.0-beta.0",
3
+ "version": "16.4.0-beta.1",
4
4
  "private": false,
5
5
  "description": "The Workspace plugin contains executors and generators that are useful for any Nx workspace. It should be present in every Nx workspace and other plugins build on it.",
6
6
  "repository": {
@@ -30,7 +30,7 @@
30
30
  "schematics": "./generators.json",
31
31
  "builders": "./executors.json",
32
32
  "dependencies": {
33
- "@nx/workspace": "16.4.0-beta.0"
33
+ "@nx/workspace": "16.4.0-beta.1"
34
34
  },
35
35
  "publishConfig": {
36
36
  "access": "public"
@@ -39,5 +39,5 @@
39
39
  "migrations": "@nx/workspace/migrations.json"
40
40
  },
41
41
  "types": "./index.d.ts",
42
- "gitHead": "c2112a07278e9c78cd6f6c194eb4a75115a7d179"
42
+ "gitHead": "1c4fb934b607f0d93bb23bff2cf0f39b31a8fa43"
43
43
  }
@@ -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/workspace/tasks-runners/default"), exports);
5
- //# sourceMappingURL=default.js.map
package/testing.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/workspace/testing"), exports);
5
- //# sourceMappingURL=testing.js.map
package/generators.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"generators.js","sourceRoot":"","sources":["../../../packages-legacy/workspace/generators.ts"],"names":[],"mappings":";;;AAAA,mEAAyC"}
package/index.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../packages-legacy/workspace/index.ts"],"names":[],"mappings":";;;AAAA,wDAA8B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"default.js","sourceRoot":"","sources":["../../../../packages-legacy/workspace/tasks-runners/default.ts"],"names":[],"mappings":";;;AAAA,8EAAoD"}
package/testing.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"testing.js","sourceRoot":"","sources":["../../../packages-legacy/workspace/testing.ts"],"names":[],"mappings":";;;AAAA,gEAAsC"}