pob 18.1.0 → 18.1.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
+ ## [18.1.1](https://github.com/christophehurpeau/pob/compare/pob@18.1.0...pob@18.1.1) (2023-12-29)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * fix definition path for app library ([4f0c265](https://github.com/christophehurpeau/pob/commit/4f0c2652a7fb498e541a1615aea15849e8cb0032))
12
+
13
+
14
+
15
+
6
16
  ## [18.1.0](https://github.com/christophehurpeau/pob/compare/pob@18.0.0...pob@18.1.0) (2023-12-29)
7
17
 
8
18
 
@@ -242,7 +242,7 @@ export default class CommonTranspilerGenerator extends Generator {
242
242
  this.options.buildDirectory
243
243
  }/${'definitions/'}index.d.ts`;
244
244
  } else if (this.options.isAppLibrary) {
245
- pkg.types = `./${this.options.srcDirectory}/${'definitions/'}index.ts`;
245
+ pkg.types = `./${this.options.srcDirectory}/index.ts`;
246
246
  }
247
247
  } else {
248
248
  if (!pkg.main) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pob",
3
- "version": "18.1.0",
3
+ "version": "18.1.1",
4
4
  "description": "Pile of bones, library generator with git/babel/typescript/typedoc/readme/jest",
5
5
  "keywords": [
6
6
  "skeleton"