@osumi/angular-tools 1.0.11 → 1.0.13

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": "@osumi/angular-tools",
3
- "version": "1.0.11",
3
+ "version": "1.0.13",
4
4
  "description": "Tools to be used on Angular projects.",
5
5
  "author": "Iñigo Gorosabel",
6
6
  "license": "MIT",
@@ -1,5 +1,8 @@
1
- import { chain, noop } from '@angular-devkit/schematics';
2
- export function ngAdd() {
3
- return chain([noop()]);
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ngAdd = ngAdd;
4
+ const schematics_1 = require("@angular-devkit/schematics");
5
+ function ngAdd() {
6
+ return (0, schematics_1.chain)([(0, schematics_1.noop)()]);
4
7
  }
5
8
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../schematics/ng-add/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,4BAA4B,CAAC;AAEzD,MAAM,UAAU,KAAK;IACnB,OAAO,KAAK,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC;AACzB,CAAC","sourcesContent":["import { chain, noop } from '@angular-devkit/schematics';\r\n\r\nexport function ngAdd() {\r\n return chain([noop()]);\r\n}\r\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../projects/osumi-angular-tools/schematics/ng-add/index.ts"],"names":[],"mappings":";;AAEA,sBAEC;AAJD,2DAAyD;AAEzD,SAAgB,KAAK;IACnB,OAAO,IAAA,kBAAK,EAAC,CAAC,IAAA,iBAAI,GAAE,CAAC,CAAC,CAAC;AACzB,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { chain, noop } from '@angular-devkit/schematics';
2
+
3
+ export function ngAdd() {
4
+ return chain([noop()]);
5
+ }
@@ -1,5 +1,8 @@
1
- import { noop } from '@angular-devkit/schematics';
2
- export function ngUpdate() {
3
- return noop();
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ngUpdate = ngUpdate;
4
+ const schematics_1 = require("@angular-devkit/schematics");
5
+ function ngUpdate() {
6
+ return (0, schematics_1.noop)();
4
7
  }
5
8
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../schematics/ng-update/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,4BAA4B,CAAC;AAElD,MAAM,UAAU,QAAQ;IACtB,OAAO,IAAI,EAAE,CAAC;AAChB,CAAC","sourcesContent":["import { noop } from '@angular-devkit/schematics';\r\n\r\nexport function ngUpdate() {\r\n return noop();\r\n}\r\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../projects/osumi-angular-tools/schematics/ng-update/index.ts"],"names":[],"mappings":";;AAEA,4BAEC;AAJD,2DAAkD;AAElD,SAAgB,QAAQ;IACtB,OAAO,IAAA,iBAAI,GAAE,CAAC;AAChB,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { noop } from '@angular-devkit/schematics';
2
+
3
+ export function ngUpdate() {
4
+ return noop();
5
+ }
@@ -1,2 +0,0 @@
1
- export declare function ngAdd(): import("@angular-devkit/schematics").Rule;
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../schematics/ng-add/index.ts"],"names":[],"mappings":"AAEA,wBAAgB,KAAK,8CAEpB"}
@@ -1,2 +0,0 @@
1
- export declare function ngUpdate(): import("@angular-devkit/schematics").Rule;
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../schematics/ng-update/index.ts"],"names":[],"mappings":"AAEA,wBAAgB,QAAQ,8CAEvB"}