@nstudio/web-angular 17.0.1 → 19.0.0-alpha.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nstudio/web-angular",
3
- "version": "17.0.1",
3
+ "version": "19.0.0-alpha.1",
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": "17.0.1",
34
- "@nstudio/web": "17.0.1"
33
+ "@nstudio/angular": "19.0.0-alpha.1",
34
+ "@nstudio/web": "19.0.0-alpha.1"
35
35
  },
36
36
  "peerDependencies": {
37
- "@nstudio/xplat": "17.0.1"
37
+ "@nstudio/xplat": "19.0.0-alpha.1"
38
38
  }
39
39
  }
@@ -18,7 +18,7 @@ describe('xplat schematic', () => {
18
18
  let appTree;
19
19
  const defaultOptions = {
20
20
  npmScope: 'testing',
21
- prefix: 'ft',
21
+ prefix: 'ft', // foo test
22
22
  platforms: 'web',
23
23
  };
24
24
  beforeEach(() => {
@@ -5,7 +5,7 @@ const path_1 = require("path");
5
5
  const testing_1 = require("@angular-devkit/schematics/testing");
6
6
  const testRunner = new testing_1.SchematicTestRunner('@nstudio/web-angular', (0, path_1.join)(__dirname, '../../collection.json'));
7
7
  function runSchematic(schematicName, options, tree) {
8
- return testRunner.runSchematicAsync(schematicName, options, tree).toPromise();
8
+ return testRunner.runSchematic(schematicName, options, tree);
9
9
  }
10
10
  exports.runSchematic = runSchematic;
11
11
  function callRule(rule, tree) {
@@ -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 = '17.0.1';
4
+ exports.xplatVersion = '19.0.0-alpha.1';