@nstudio/web-angular 19.0.0-alpha.1 → 20.0.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
@@ -2,7 +2,6 @@
2
2
  <p align="center"><img src="https://raw.githubusercontent.com/nstudio/xplat/master/xplat-logo.png" align="center" width="400"></p>
3
3
  <div align="center">
4
4
 
5
- [![Build Status](https://travis-ci.org/nstudio/xplat.svg?branch=master)](https://travis-ci.org/nstudio/xplat)
6
5
  [![License](https://img.shields.io/npm/l/@nstudio/schematics.svg?style=flat-square)]()
7
6
  [![NPM Version](https://badge.fury.io/js/%40nstudio%2Fschematics.svg)](https://www.npmjs.com/@nstudio/schematics)
8
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nstudio/web-angular",
3
- "version": "19.0.0-alpha.1",
3
+ "version": "20.0.0",
4
4
  "description": "Web Angular Plugin for xplat",
5
5
  "homepage": "https://nstudio.io/xplat",
6
6
  "repository": {
@@ -30,10 +30,10 @@
30
30
  "migrations": "./migrations.json"
31
31
  },
32
32
  "dependencies": {
33
- "@nstudio/angular": "19.0.0-alpha.1",
34
- "@nstudio/web": "19.0.0-alpha.1"
33
+ "@nstudio/angular": "20.0.0",
34
+ "@nstudio/web": "20.0.0"
35
35
  },
36
36
  "peerDependencies": {
37
- "@nstudio/xplat": "19.0.0-alpha.1"
37
+ "@nstudio/xplat": "20.0.0"
38
38
  }
39
39
  }
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.default = default_1;
3
4
  const schematics_1 = require("@angular-devkit/schematics");
4
5
  const angular_1 = require("@nstudio/angular");
5
6
  function default_1(options) {
6
7
  return (0, schematics_1.chain)(angular_1.ComponentHelpers.platformGenerator(options, 'web'));
7
8
  }
8
- exports.default = default_1;
@@ -1,5 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.default = default_1;
3
4
  const angular_1 = require("@nstudio/angular");
4
5
  const schematics_1 = require("@angular-devkit/schematics");
5
6
  const xplat_1 = require("@nstudio/xplat");
@@ -58,4 +59,3 @@ function default_1(options) {
58
59
  }
59
60
  return (0, schematics_1.chain)([(0, xplat_utils_1.prerun)(), ...chains]);
60
61
  }
61
- exports.default = default_1;
@@ -1,5 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.default = default_1;
3
4
  const schematics_1 = require("@angular-devkit/schematics");
4
5
  const xplat_utils_1 = require("@nstudio/xplat-utils");
5
6
  function default_1(options) {
@@ -10,4 +11,3 @@ function default_1(options) {
10
11
  : (0, schematics_1.noop)(),
11
12
  ]);
12
13
  }
13
- exports.default = default_1;
@@ -1,5 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.default = default_1;
3
4
  const schematics_1 = require("@angular-devkit/schematics");
4
5
  const xplat_1 = require("@nstudio/xplat");
5
6
  const xplat_utils_1 = require("@nstudio/xplat-utils");
@@ -64,4 +65,3 @@ function default_1(options) {
64
65
  xplat_2.XplatWebAngularHelpers.updateRootDeps(options),
65
66
  ]);
66
67
  }
67
- exports.default = default_1;
@@ -1,14 +1,13 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.callRule = exports.runSchematic = void 0;
3
+ exports.runSchematic = runSchematic;
4
+ exports.callRule = callRule;
4
5
  const path_1 = require("path");
5
6
  const testing_1 = require("@angular-devkit/schematics/testing");
6
7
  const testRunner = new testing_1.SchematicTestRunner('@nstudio/web-angular', (0, path_1.join)(__dirname, '../../collection.json'));
7
8
  function runSchematic(schematicName, options, tree) {
8
9
  return testRunner.runSchematic(schematicName, options, tree);
9
10
  }
10
- exports.runSchematic = runSchematic;
11
11
  function callRule(rule, tree) {
12
12
  return testRunner.callRule(rule, tree).toPromise();
13
13
  }
14
- exports.callRule = callRule;
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.xplatVersion = void 0;
4
- exports.xplatVersion = '19.0.0-alpha.1';
4
+ exports.xplatVersion = '20.0.0';