pob 17.2.0 → 17.2.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/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [17.2.1](https://github.com/christophehurpeau/pob/compare/pob@17.2.0...pob@17.2.1) (2023-12-27)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * add tsimp cache in gitignore ([d598fa4](https://github.com/christophehurpeau/pob/commit/d598fa4dfc20556319f204ee43dbefaa5f96f026))
12
+
13
+ Version bump for dependency: root
14
+
15
+
6
16
  ## [17.2.0](https://github.com/christophehurpeau/pob/compare/pob@17.1.0...pob@17.2.0) (2023-12-27)
7
17
 
8
18
 
@@ -27,7 +27,11 @@ yarn-error.log*
27
27
  <% } -%>
28
28
  <% if (testing) { -%>
29
29
 
30
- # jest default coverage directory
30
+ <% if (typescript && !withBabel) { -%>
31
+ # tsimp cache
32
+ /.tsimp
33
+ <% } -%>
34
+ # default coverage directory
31
35
  /coverage
32
36
  <% } -%>
33
37
  <% if (typescript && buildInGit) { -%>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pob",
3
- "version": "17.2.0",
3
+ "version": "17.2.1",
4
4
  "description": "Pile of bones, library generator with git/babel/typescript/typedoc/readme/jest",
5
5
  "keywords": [
6
6
  "skeleton"
@@ -71,6 +71,6 @@
71
71
  "yeoman-generator": "7.1.1"
72
72
  },
73
73
  "devDependencies": {
74
- "@pob/root": "8.11.0"
74
+ "@pob/root": "8.11.1"
75
75
  }
76
76
  }