@smapiot/pilet-template-angular 1.0.10-beta.7598 → 1.0.11

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.
Files changed (2) hide show
  1. package/lib/index.js +1 -0
  2. package/package.json +3 -3
package/lib/index.js CHANGED
@@ -359,6 +359,7 @@ declare module '*.gif' {
359
359
  const link: string;
360
360
  export default link;
361
361
  }
362
+ declare module '*.codegen';
362
363
  `;
363
364
  function getAssetsSource() {
364
365
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smapiot/pilet-template-angular",
3
- "version": "1.0.10-beta.7598",
3
+ "version": "1.0.11",
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": "1.0.10-beta.7598"
57
+ "@smapiot/template-utils": "^1.0.11"
58
58
  },
59
- "gitHead": "dad31c169e343bafea669221f16a758a928badc6"
59
+ "gitHead": "95eec8d8e24e6d7682694e3f23a9994f76805970"
60
60
  }