@smapiot/pilet-template-angular 0.15.3 → 0.15.4-beta.5421

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2019 - 2022 smapiot
3
+ Copyright (c) 2019 - 2023 smapiot
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/lib/index.js CHANGED
@@ -1456,6 +1456,11 @@ var src_default = (0, import_template_utils.createPiletTemplateFactory)(root, (p
1456
1456
  name: "webpack.config.js",
1457
1457
  target: "<root>/webpack.config.js"
1458
1458
  },
1459
+ {
1460
+ languages: ["ts"],
1461
+ name: "index.tsx",
1462
+ target: "<src>/index.tsx"
1463
+ },
1459
1464
  {
1460
1465
  languages: ["js"],
1461
1466
  name: "index.jsx",
@@ -1491,11 +1496,6 @@ var src_default = (0, import_template_utils.createPiletTemplateFactory)(root, (p
1491
1496
  name: "menu.component.ts",
1492
1497
  target: "<src>/app/menu.component.ts"
1493
1498
  },
1494
- {
1495
- languages: ["ts"],
1496
- name: "index.tsx",
1497
- target: "<src>/index.tsx"
1498
- },
1499
1499
  {
1500
1500
  languages: ["ts"],
1501
1501
  name: "tsconfig.json",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smapiot/pilet-template-angular",
3
- "version": "0.15.3",
3
+ "version": "0.15.4-beta.5421",
4
4
  "description": "Official scaffolding template for pilets: 'angular'.",
5
5
  "keywords": [
6
6
  "piral-cli",
@@ -54,7 +54,7 @@
54
54
  "test": "echo \"Error: run tests from root\" && exit 1"
55
55
  },
56
56
  "devDependencies": {
57
- "@smapiot/template-utils": "^0.15.3"
57
+ "@smapiot/template-utils": "0.15.4-beta.5421"
58
58
  },
59
- "gitHead": "f63b9b6021915aa8aacb378f1008ab02c1be0b51"
59
+ "gitHead": "dab547d746763547e375df179b4815cad732eb22"
60
60
  }
package/src/index.ts CHANGED
@@ -38,6 +38,11 @@ export default createPiletTemplateFactory<AngularPiletArgs>(root, (projectRoot,
38
38
  name: 'webpack.config.js',
39
39
  target: '<root>/webpack.config.js',
40
40
  },
41
+ {
42
+ languages: ['ts'],
43
+ name: 'index.tsx',
44
+ target: '<src>/index.tsx',
45
+ },
41
46
  {
42
47
  languages: ['js'],
43
48
  name: 'index.jsx',
@@ -73,11 +78,6 @@ export default createPiletTemplateFactory<AngularPiletArgs>(root, (projectRoot,
73
78
  name: 'menu.component.ts',
74
79
  target: '<src>/app/menu.component.ts',
75
80
  },
76
- {
77
- languages: ['ts'],
78
- name: 'index.tsx',
79
- target: '<src>/index.tsx',
80
- },
81
81
  {
82
82
  languages: ['ts'],
83
83
  name: 'tsconfig.json',