@lbaz/tetr 0.0.40 → 0.0.41

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.
@@ -1,2 +1,3 @@
1
1
  export * from './init-page.builder';
2
2
  export * from './init-page-head.builder';
3
+ export * from './init-project.builder';
@@ -1,3 +1,4 @@
1
1
  export * from './init-page.builder';
2
2
  export * from './init-page-head.builder';
3
+ export * from './init-project.builder';
3
4
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/core/builders/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/core/builders/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import { EntityBuilder, ProjectSourceData } from "../../types";
2
- export declare class InitPageBuilder implements EntityBuilder<ProjectSourceData> {
2
+ export declare class InitProjectBuilder implements EntityBuilder<ProjectSourceData> {
3
3
  build(): ProjectSourceData;
4
4
  }
@@ -1,4 +1,4 @@
1
- export class InitPageBuilder {
1
+ export class InitProjectBuilder {
2
2
  build() {
3
3
  return {
4
4
  robots: [
@@ -1 +1 @@
1
- {"version":3,"file":"init-project.builder.js","sourceRoot":"","sources":["../../../src/core/builders/init-project.builder.ts"],"names":[],"mappings":"AAEA,MAAM,OAAO,eAAe;IAC1B,KAAK;QACH,OAAO;YACL,MAAM,EAAE;gBACN;oBACE,IAAI,EAAE,YAAY;oBAClB,OAAO,EAAE,GAAG;iBACb;aACF;YACD,KAAK,EAAE,EAAE;SACV,CAAA;IACH,CAAC;CACF"}
1
+ {"version":3,"file":"init-project.builder.js","sourceRoot":"","sources":["../../../src/core/builders/init-project.builder.ts"],"names":[],"mappings":"AAEA,MAAM,OAAO,kBAAkB;IAC7B,KAAK;QACH,OAAO;YACL,MAAM,EAAE;gBACN;oBACE,IAAI,EAAE,YAAY;oBAClB,OAAO,EAAE,GAAG;iBACb;aACF;YACD,KAAK,EAAE,EAAE;SACV,CAAA;IACH,CAAC;CACF"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lbaz/tetr",
3
- "version": "0.0.40",
3
+ "version": "0.0.41",
4
4
  "description": "Template transpiler",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",