Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When using entries in package.json options is not recognized properly #486

Closed
friendlymahi opened this issue Sep 22, 2023 · 1 comment · Fixed by #487
Closed

When using entries in package.json options is not recognized properly #486

friendlymahi opened this issue Sep 22, 2023 · 1 comment · Fixed by #487
Labels

Comments

@friendlymahi
Copy link

Describe the bug
Tried using the module, and found that when we provide value mappings in package.json, they are not recognized properly. Even after providing buildDir value with a custom path, the package still gets created inside target folder

Expected behavior
buildDir value should be honored for creation of package

Screenshots and Logs
Last line from log : AEM package has been created and can be found in the current user's Maven package repository or in ./target

Environment (please complete the following information):

  • OS: Windows and Mac
  • Version: [3.1.3]
  • NodeJS Version: [18.6.1]
  • NPM Version: [9.5.1]

Additional context
Found the root cause. When consolidating the config, instead of calling the method getConfigsFromPackage the method identifier is passed.

@amclin amclin closed this as completed in e31e2a1 Oct 7, 2023
amclin pushed a commit that referenced this issue Oct 7, 2023
## [3.1.5](v3.1.4...v3.1.5) (2023-10-07)

### Bug Fixes

* config merge fix ([e31e2a1](e31e2a1)), closes [#486](#486)
* configs were not loading from package.json ([00b5501](00b5501))
@amclin
Copy link
Owner

amclin commented Oct 7, 2023

🎉 This issue has been resolved in version 3.1.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

@amclin amclin added the released label Oct 7, 2023
friendlymahi pushed a commit to friendlymahi/aem-packager that referenced this issue May 23, 2024
# 1.0.0 (2024-05-23)

### Bug Fixes

* **ci:** improve release versioning ([c6f5f67](c6f5f67))
* config merge fix ([e31e2a1](e31e2a1)), closes [amclin#486](https://github.com/friendlymahi/aem-packager/issues/486)
* configs were not loading from package.json ([00b5501](00b5501))
* **deps-dev:** [security] bump minimist and semantic-release ([63db0cc](63db0cc))
* **deps:** [security] bump acorn from 7.0.0 to 7.1.1 ([1699dd0](1699dd0))
* **deps:** [security] bump glob-parent from 5.1.0 to 5.1.2 ([81e0bfa](81e0bfa))
* **deps:** [security] bump hosted-git-info from 2.7.1 to 2.8.9 ([50fb816](50fb816))
* **deps:** [security] bump ini from 1.3.5 to 1.3.7 ([3420d61](3420d61))
* **deps:** [security] bump lodash from 4.17.19 to 4.17.21 ([a015813](a015813))
* **deps:** [security] bump minimist from 1.2.0 to 1.2.5 ([15c5974](15c5974))
* **deps:** [security] bump npm from 6.13.0 to 6.13.4 ([090745e](090745e))
* **deps:** [security] bump npm-registry-fetch from 4.0.3 to 4.0.5 ([35b29a6](35b29a6))
* **deps:** [security] bump npm-user-validate from 1.0.0 to 1.0.1 ([2c163c2](2c163c2))
* **deps:** [security] bump npm-user-validate from 1.0.0 to 1.0.1 ([21014ec](21014ec))
* **deps:** [security] bump trim-newlines from 3.0.0 to 3.0.1 ([a4aec8f](a4aec8f))
* **deps:** [security] bump y18n from 4.0.0 to 4.0.1 ([25ef707](25ef707))
* **deps:** adopt Husky 5 syntax for automating checks ([57fcedd](57fcedd))
* **deps:** auto-bump version numbers when dependencies update ([427003e](427003e))
* **deps:** bump ansi-regex from 5.0.0 to 5.0.1 ([e809384](e809384))
* **deps:** bump command-line-args from 5.1.1 to 5.1.3 ([eb1edf4](eb1edf4))
* **deps:** bump command-line-args from 5.1.3 to 5.2.0 ([bb4eb3f](bb4eb3f))
* **deps:** bump command-line-args from 5.2.0 to 5.2.1 ([90cd173](90cd173))
* **deps:** bump json5 from 1.0.1 to 1.0.2 ([0377874](0377874))
* **deps:** bump maven from 4.7.0 to 5.0.0 ([ada25d3](ada25d3))
* **deps:** bump minimist from 1.2.5 to 1.2.6 ([27910f2](27910f2))
* **deps:** bump node-fetch from 2.6.6 to 2.6.7 ([b9705fa](b9705fa))
* **deps:** bump npm from 8.8.0 to 8.11.0 ([d745e7b](d745e7b))
* **deps:** bump path-parse from 1.0.6 to 1.0.7 ([fe35624](fe35624))
* **deps:** bump read-config-file from 5.0.0 to 5.0.1 ([9d85306](9d85306))
* **deps:** bump read-config-file from 5.0.1 to 5.0.2 ([3ed6c0d](3ed6c0d))
* **deps:** bump read-config-file from 5.0.2 to 6.0.0 ([3887115](3887115))
* **deps:** bump read-config-file from 6.0.0 to 6.1.0 ([e8f1506](e8f1506))
* **deps:** bump read-config-file from 6.1.0 to 6.2.0 ([969258d](969258d))
* **deps:** bump read-config-file from 6.2.0 to 6.3.2 ([869ea07](869ea07))
* **deps:** bump shell-quote from 1.6.1 to 1.7.3 ([cbc3cde](cbc3cde))
* **deps:** bump yaml, cosmiconfig and semantic-release ([952eb2f](952eb2f))
* **deps:** bump yargs-parser and yargs ([7d98d22](7d98d22))
* **deps:** resolve dependency changes in package.json ([8500be4](8500be4))
* **deps:** update eslint dev dependencies ([f5728ba](f5728ba))
* husky was preventing  package from being installable ([b15f019](b15f019))
* jcrPath option not working fixes [amclin#40](https://github.com/friendlymahi/aem-packager/issues/40) ([a7a0fb6](a7a0fb6))
* maven failing to resolve Adobe vault plugin ([6611718](6611718))
* options mapped properly ([ac170b8](ac170b8))
* **package:** update read-config-file to version 4.0.0 ([237ea6a](237ea6a))
* **package:** update read-config-file to version 5.0.0 ([841a755](841a755))
* updated docs instead of var def ([a1a39e1](a1a39e1))

### Continuous Integration

* specify node versions by keyword ([ad10b13](ad10b13))

### Features

* bump minimum Node from v12 to v14 ([e67c5e5](e67c5e5))
* **deps:** enforce minimum Node v12 ([1273dac](1273dac)), closes [amclin#222](https://github.com/friendlymahi/aem-packager/issues/222)
* **deps:** remove lodash dependency ([3775405](3775405))
* jackrabbit package plugin ([d331897](d331897)), closes [amclin#488](https://github.com/friendlymahi/aem-packager/issues/488)
* jackrabbit package plugin ([4b64ecf](4b64ecf)), closes [amclin#488](https://github.com/friendlymahi/aem-packager/issues/488)
* jackrabbit package plugin ([84a7a87](84a7a87)), closes [amclin#488](https://github.com/friendlymahi/aem-packager/issues/488)
* jackrabbit package plugin ([61ed2da](61ed2da))
* jackrabbit package plugin ([f9f1f14](f9f1f14)), closes [amclin#488](https://github.com/friendlymahi/aem-packager/issues/488)
* support for NPM v7 and later ([688a958](688a958)), closes [amclin#395](https://github.com/friendlymahi/aem-packager/issues/395)
* switch to jackrabbit for content packaging ([2b2e7ca](2b2e7ca))
* verify maven is available when installing ([4447b30](4447b30))
* version bump for breaking change ([0b11cb8](0b11cb8))

### BREAKING CHANGES

* no longer contains the necessary
maven plugins for CRX deployment functionalitty. To add legacy CRX support on top of Jackrabbit, set the new option `legacyCRXSupport` to true. To  restore the old `aem-packager` functionality entirely, set the new
option `packager` to `jcrvault`
* drop support for Node v12

No explicit functional changes or library dependencies
currently need v14, so technically it may still work on v12,
but is unsupported and no longer tested.
* drop support for Node 12
* now requires Node v12
friendlymahi pushed a commit to friendlymahi/aem-packager that referenced this issue May 23, 2024
# 1.0.0 (2024-05-23)

### Bug Fixes

* **ci:** improve release versioning ([c6f5f67](c6f5f67))
* config merge fix ([e31e2a1](e31e2a1)), closes [amclin#486](https://github.com/friendlymahi/aem-packager/issues/486)
* configs were not loading from package.json ([00b5501](00b5501))
* **deps-dev:** [security] bump minimist and semantic-release ([63db0cc](63db0cc))
* **deps:** [security] bump acorn from 7.0.0 to 7.1.1 ([1699dd0](1699dd0))
* **deps:** [security] bump glob-parent from 5.1.0 to 5.1.2 ([81e0bfa](81e0bfa))
* **deps:** [security] bump hosted-git-info from 2.7.1 to 2.8.9 ([50fb816](50fb816))
* **deps:** [security] bump ini from 1.3.5 to 1.3.7 ([3420d61](3420d61))
* **deps:** [security] bump lodash from 4.17.19 to 4.17.21 ([a015813](a015813))
* **deps:** [security] bump minimist from 1.2.0 to 1.2.5 ([15c5974](15c5974))
* **deps:** [security] bump npm from 6.13.0 to 6.13.4 ([090745e](090745e))
* **deps:** [security] bump npm-registry-fetch from 4.0.3 to 4.0.5 ([35b29a6](35b29a6))
* **deps:** [security] bump npm-user-validate from 1.0.0 to 1.0.1 ([2c163c2](2c163c2))
* **deps:** [security] bump npm-user-validate from 1.0.0 to 1.0.1 ([21014ec](21014ec))
* **deps:** [security] bump trim-newlines from 3.0.0 to 3.0.1 ([a4aec8f](a4aec8f))
* **deps:** [security] bump y18n from 4.0.0 to 4.0.1 ([25ef707](25ef707))
* **deps:** adopt Husky 5 syntax for automating checks ([57fcedd](57fcedd))
* **deps:** auto-bump version numbers when dependencies update ([427003e](427003e))
* **deps:** bump ansi-regex from 5.0.0 to 5.0.1 ([e809384](e809384))
* **deps:** bump command-line-args from 5.1.1 to 5.1.3 ([eb1edf4](eb1edf4))
* **deps:** bump command-line-args from 5.1.3 to 5.2.0 ([bb4eb3f](bb4eb3f))
* **deps:** bump command-line-args from 5.2.0 to 5.2.1 ([90cd173](90cd173))
* **deps:** bump json5 from 1.0.1 to 1.0.2 ([0377874](0377874))
* **deps:** bump maven from 4.7.0 to 5.0.0 ([ada25d3](ada25d3))
* **deps:** bump minimist from 1.2.5 to 1.2.6 ([27910f2](27910f2))
* **deps:** bump node-fetch from 2.6.6 to 2.6.7 ([b9705fa](b9705fa))
* **deps:** bump npm from 8.8.0 to 8.11.0 ([d745e7b](d745e7b))
* **deps:** bump path-parse from 1.0.6 to 1.0.7 ([fe35624](fe35624))
* **deps:** bump read-config-file from 5.0.0 to 5.0.1 ([9d85306](9d85306))
* **deps:** bump read-config-file from 5.0.1 to 5.0.2 ([3ed6c0d](3ed6c0d))
* **deps:** bump read-config-file from 5.0.2 to 6.0.0 ([3887115](3887115))
* **deps:** bump read-config-file from 6.0.0 to 6.1.0 ([e8f1506](e8f1506))
* **deps:** bump read-config-file from 6.1.0 to 6.2.0 ([969258d](969258d))
* **deps:** bump read-config-file from 6.2.0 to 6.3.2 ([869ea07](869ea07))
* **deps:** bump shell-quote from 1.6.1 to 1.7.3 ([cbc3cde](cbc3cde))
* **deps:** bump yaml, cosmiconfig and semantic-release ([952eb2f](952eb2f))
* **deps:** bump yargs-parser and yargs ([7d98d22](7d98d22))
* **deps:** resolve dependency changes in package.json ([8500be4](8500be4))
* **deps:** update eslint dev dependencies ([f5728ba](f5728ba))
* husky was preventing  package from being installable ([b15f019](b15f019))
* jcrPath option not working fixes [amclin#40](https://github.com/friendlymahi/aem-packager/issues/40) ([a7a0fb6](a7a0fb6))
* maven failing to resolve Adobe vault plugin ([6611718](6611718))
* options mapped properly ([ac170b8](ac170b8))
* **package:** update read-config-file to version 4.0.0 ([237ea6a](237ea6a))
* **package:** update read-config-file to version 5.0.0 ([841a755](841a755))
* updated docs instead of var def ([a1a39e1](a1a39e1))

### Continuous Integration

* specify node versions by keyword ([ad10b13](ad10b13))

### Features

* bump minimum Node from v12 to v14 ([e67c5e5](e67c5e5))
* **deps:** enforce minimum Node v12 ([1273dac](1273dac)), closes [amclin#222](https://github.com/friendlymahi/aem-packager/issues/222)
* **deps:** remove lodash dependency ([3775405](3775405))
* jackrabbit package plugin ([d331897](d331897)), closes [amclin#488](https://github.com/friendlymahi/aem-packager/issues/488)
* jackrabbit package plugin ([4b64ecf](4b64ecf)), closes [amclin#488](https://github.com/friendlymahi/aem-packager/issues/488)
* jackrabbit package plugin ([84a7a87](84a7a87)), closes [amclin#488](https://github.com/friendlymahi/aem-packager/issues/488)
* jackrabbit package plugin ([61ed2da](61ed2da))
* jackrabbit package plugin ([f9f1f14](f9f1f14)), closes [amclin#488](https://github.com/friendlymahi/aem-packager/issues/488)
* support for NPM v7 and later ([688a958](688a958)), closes [amclin#395](https://github.com/friendlymahi/aem-packager/issues/395)
* switch to jackrabbit for content packaging ([2b2e7ca](2b2e7ca))
* verify maven is available when installing ([4447b30](4447b30))
* version bump for breaking change ([0b11cb8](0b11cb8))

### BREAKING CHANGES

* no longer contains the necessary
maven plugins for CRX deployment functionalitty. To add legacy CRX support on top of Jackrabbit, set the new option `legacyCRXSupport` to true. To  restore the old `aem-packager` functionality entirely, set the new
option `packager` to `jcrvault`
* drop support for Node v12

No explicit functional changes or library dependencies
currently need v14, so technically it may still work on v12,
but is unsupported and no longer tested.
* drop support for Node 12
* now requires Node v12
friendlymahi pushed a commit to friendlymahi/aem-packager that referenced this issue May 23, 2024
# 1.0.0 (2024-05-23)

### Bug Fixes

* **ci:** improve release versioning ([c6f5f67](c6f5f67))
* config merge fix ([e31e2a1](e31e2a1)), closes [amclin#486](https://github.com/friendlymahi/aem-packager/issues/486)
* configs were not loading from package.json ([00b5501](00b5501))
* **deps-dev:** [security] bump minimist and semantic-release ([63db0cc](63db0cc))
* **deps:** [security] bump acorn from 7.0.0 to 7.1.1 ([1699dd0](1699dd0))
* **deps:** [security] bump glob-parent from 5.1.0 to 5.1.2 ([81e0bfa](81e0bfa))
* **deps:** [security] bump hosted-git-info from 2.7.1 to 2.8.9 ([50fb816](50fb816))
* **deps:** [security] bump ini from 1.3.5 to 1.3.7 ([3420d61](3420d61))
* **deps:** [security] bump lodash from 4.17.19 to 4.17.21 ([a015813](a015813))
* **deps:** [security] bump minimist from 1.2.0 to 1.2.5 ([15c5974](15c5974))
* **deps:** [security] bump npm from 6.13.0 to 6.13.4 ([090745e](090745e))
* **deps:** [security] bump npm-registry-fetch from 4.0.3 to 4.0.5 ([35b29a6](35b29a6))
* **deps:** [security] bump npm-user-validate from 1.0.0 to 1.0.1 ([2c163c2](2c163c2))
* **deps:** [security] bump npm-user-validate from 1.0.0 to 1.0.1 ([21014ec](21014ec))
* **deps:** [security] bump trim-newlines from 3.0.0 to 3.0.1 ([a4aec8f](a4aec8f))
* **deps:** [security] bump y18n from 4.0.0 to 4.0.1 ([25ef707](25ef707))
* **deps:** adopt Husky 5 syntax for automating checks ([57fcedd](57fcedd))
* **deps:** auto-bump version numbers when dependencies update ([427003e](427003e))
* **deps:** bump ansi-regex from 5.0.0 to 5.0.1 ([e809384](e809384))
* **deps:** bump command-line-args from 5.1.1 to 5.1.3 ([eb1edf4](eb1edf4))
* **deps:** bump command-line-args from 5.1.3 to 5.2.0 ([bb4eb3f](bb4eb3f))
* **deps:** bump command-line-args from 5.2.0 to 5.2.1 ([90cd173](90cd173))
* **deps:** bump json5 from 1.0.1 to 1.0.2 ([0377874](0377874))
* **deps:** bump maven from 4.7.0 to 5.0.0 ([ada25d3](ada25d3))
* **deps:** bump minimist from 1.2.5 to 1.2.6 ([27910f2](27910f2))
* **deps:** bump node-fetch from 2.6.6 to 2.6.7 ([b9705fa](b9705fa))
* **deps:** bump npm from 8.8.0 to 8.11.0 ([d745e7b](d745e7b))
* **deps:** bump path-parse from 1.0.6 to 1.0.7 ([fe35624](fe35624))
* **deps:** bump read-config-file from 5.0.0 to 5.0.1 ([9d85306](9d85306))
* **deps:** bump read-config-file from 5.0.1 to 5.0.2 ([3ed6c0d](3ed6c0d))
* **deps:** bump read-config-file from 5.0.2 to 6.0.0 ([3887115](3887115))
* **deps:** bump read-config-file from 6.0.0 to 6.1.0 ([e8f1506](e8f1506))
* **deps:** bump read-config-file from 6.1.0 to 6.2.0 ([969258d](969258d))
* **deps:** bump read-config-file from 6.2.0 to 6.3.2 ([869ea07](869ea07))
* **deps:** bump shell-quote from 1.6.1 to 1.7.3 ([cbc3cde](cbc3cde))
* **deps:** bump yaml, cosmiconfig and semantic-release ([952eb2f](952eb2f))
* **deps:** bump yargs-parser and yargs ([7d98d22](7d98d22))
* **deps:** resolve dependency changes in package.json ([8500be4](8500be4))
* **deps:** update eslint dev dependencies ([f5728ba](f5728ba))
* husky was preventing  package from being installable ([b15f019](b15f019))
* jcrPath option not working fixes [amclin#40](https://github.com/friendlymahi/aem-packager/issues/40) ([a7a0fb6](a7a0fb6))
* maven failing to resolve Adobe vault plugin ([6611718](6611718))
* options mapped properly ([ac170b8](ac170b8))
* **package:** update read-config-file to version 4.0.0 ([237ea6a](237ea6a))
* **package:** update read-config-file to version 5.0.0 ([841a755](841a755))
* updated docs instead of var def ([a1a39e1](a1a39e1))

### Continuous Integration

* specify node versions by keyword ([ad10b13](ad10b13))

### Features

* bump minimum Node from v12 to v14 ([e67c5e5](e67c5e5))
* **deps:** enforce minimum Node v12 ([1273dac](1273dac)), closes [amclin#222](https://github.com/friendlymahi/aem-packager/issues/222)
* **deps:** remove lodash dependency ([3775405](3775405))
* jackrabbit package plugin ([d331897](d331897)), closes [amclin#488](https://github.com/friendlymahi/aem-packager/issues/488)
* jackrabbit package plugin ([4b64ecf](4b64ecf)), closes [amclin#488](https://github.com/friendlymahi/aem-packager/issues/488)
* jackrabbit package plugin ([84a7a87](84a7a87)), closes [amclin#488](https://github.com/friendlymahi/aem-packager/issues/488)
* jackrabbit package plugin ([61ed2da](61ed2da))
* jackrabbit package plugin ([f9f1f14](f9f1f14)), closes [amclin#488](https://github.com/friendlymahi/aem-packager/issues/488)
* npm publish ([6b26724](6b26724))
* support for NPM v7 and later ([688a958](688a958)), closes [amclin#395](https://github.com/friendlymahi/aem-packager/issues/395)
* switch to jackrabbit for content packaging ([2b2e7ca](2b2e7ca))
* verify maven is available when installing ([4447b30](4447b30))
* version bump for breaking change ([0b11cb8](0b11cb8))

### BREAKING CHANGES

* no longer contains the necessary
maven plugins for CRX deployment functionalitty. To add legacy CRX support on top of Jackrabbit, set the new option `legacyCRXSupport` to true. To  restore the old `aem-packager` functionality entirely, set the new
option `packager` to `jcrvault`
* drop support for Node v12

No explicit functional changes or library dependencies
currently need v14, so technically it may still work on v12,
but is unsupported and no longer tested.
* drop support for Node 12
* now requires Node v12
friendlymahi pushed a commit to friendlymahi/aem-packager that referenced this issue May 23, 2024
# 1.0.0 (2024-05-23)

### Bug Fixes

* **ci:** improve release versioning ([c6f5f67](c6f5f67))
* config merge fix ([e31e2a1](e31e2a1)), closes [amclin#486](https://github.com/friendlymahi/aem-packager/issues/486)
* configs were not loading from package.json ([00b5501](00b5501))
* **deps-dev:** [security] bump minimist and semantic-release ([63db0cc](63db0cc))
* **deps:** [security] bump acorn from 7.0.0 to 7.1.1 ([1699dd0](1699dd0))
* **deps:** [security] bump glob-parent from 5.1.0 to 5.1.2 ([81e0bfa](81e0bfa))
* **deps:** [security] bump hosted-git-info from 2.7.1 to 2.8.9 ([50fb816](50fb816))
* **deps:** [security] bump ini from 1.3.5 to 1.3.7 ([3420d61](3420d61))
* **deps:** [security] bump lodash from 4.17.19 to 4.17.21 ([a015813](a015813))
* **deps:** [security] bump minimist from 1.2.0 to 1.2.5 ([15c5974](15c5974))
* **deps:** [security] bump npm from 6.13.0 to 6.13.4 ([090745e](090745e))
* **deps:** [security] bump npm-registry-fetch from 4.0.3 to 4.0.5 ([35b29a6](35b29a6))
* **deps:** [security] bump npm-user-validate from 1.0.0 to 1.0.1 ([2c163c2](2c163c2))
* **deps:** [security] bump npm-user-validate from 1.0.0 to 1.0.1 ([21014ec](21014ec))
* **deps:** [security] bump trim-newlines from 3.0.0 to 3.0.1 ([a4aec8f](a4aec8f))
* **deps:** [security] bump y18n from 4.0.0 to 4.0.1 ([25ef707](25ef707))
* **deps:** adopt Husky 5 syntax for automating checks ([57fcedd](57fcedd))
* **deps:** auto-bump version numbers when dependencies update ([427003e](427003e))
* **deps:** bump ansi-regex from 5.0.0 to 5.0.1 ([e809384](e809384))
* **deps:** bump command-line-args from 5.1.1 to 5.1.3 ([eb1edf4](eb1edf4))
* **deps:** bump command-line-args from 5.1.3 to 5.2.0 ([bb4eb3f](bb4eb3f))
* **deps:** bump command-line-args from 5.2.0 to 5.2.1 ([90cd173](90cd173))
* **deps:** bump json5 from 1.0.1 to 1.0.2 ([0377874](0377874))
* **deps:** bump maven from 4.7.0 to 5.0.0 ([ada25d3](ada25d3))
* **deps:** bump minimist from 1.2.5 to 1.2.6 ([27910f2](27910f2))
* **deps:** bump node-fetch from 2.6.6 to 2.6.7 ([b9705fa](b9705fa))
* **deps:** bump npm from 8.8.0 to 8.11.0 ([d745e7b](d745e7b))
* **deps:** bump path-parse from 1.0.6 to 1.0.7 ([fe35624](fe35624))
* **deps:** bump read-config-file from 5.0.0 to 5.0.1 ([9d85306](9d85306))
* **deps:** bump read-config-file from 5.0.1 to 5.0.2 ([3ed6c0d](3ed6c0d))
* **deps:** bump read-config-file from 5.0.2 to 6.0.0 ([3887115](3887115))
* **deps:** bump read-config-file from 6.0.0 to 6.1.0 ([e8f1506](e8f1506))
* **deps:** bump read-config-file from 6.1.0 to 6.2.0 ([969258d](969258d))
* **deps:** bump read-config-file from 6.2.0 to 6.3.2 ([869ea07](869ea07))
* **deps:** bump shell-quote from 1.6.1 to 1.7.3 ([cbc3cde](cbc3cde))
* **deps:** bump yaml, cosmiconfig and semantic-release ([952eb2f](952eb2f))
* **deps:** bump yargs-parser and yargs ([7d98d22](7d98d22))
* **deps:** resolve dependency changes in package.json ([8500be4](8500be4))
* **deps:** update eslint dev dependencies ([f5728ba](f5728ba))
* husky was preventing  package from being installable ([b15f019](b15f019))
* jcrPath option not working fixes [amclin#40](https://github.com/friendlymahi/aem-packager/issues/40) ([a7a0fb6](a7a0fb6))
* maven failing to resolve Adobe vault plugin ([6611718](6611718))
* options mapped properly ([ac170b8](ac170b8))
* **package:** update read-config-file to version 4.0.0 ([237ea6a](237ea6a))
* **package:** update read-config-file to version 5.0.0 ([841a755](841a755))
* updated docs instead of var def ([a1a39e1](a1a39e1))

### Continuous Integration

* specify node versions by keyword ([ad10b13](ad10b13))

### Features

* bump minimum Node from v12 to v14 ([e67c5e5](e67c5e5))
* **deps:** enforce minimum Node v12 ([1273dac](1273dac)), closes [amclin#222](https://github.com/friendlymahi/aem-packager/issues/222)
* **deps:** remove lodash dependency ([3775405](3775405))
* jackrabbit package plugin ([d331897](d331897)), closes [amclin#488](https://github.com/friendlymahi/aem-packager/issues/488)
* jackrabbit package plugin ([4b64ecf](4b64ecf)), closes [amclin#488](https://github.com/friendlymahi/aem-packager/issues/488)
* jackrabbit package plugin ([84a7a87](84a7a87)), closes [amclin#488](https://github.com/friendlymahi/aem-packager/issues/488)
* jackrabbit package plugin ([61ed2da](61ed2da))
* jackrabbit package plugin ([f9f1f14](f9f1f14)), closes [amclin#488](https://github.com/friendlymahi/aem-packager/issues/488)
* npm publish ([799f936](799f936))
* npm publish ([6b26724](6b26724))
* support for NPM v7 and later ([688a958](688a958)), closes [amclin#395](https://github.com/friendlymahi/aem-packager/issues/395)
* switch to jackrabbit for content packaging ([2b2e7ca](2b2e7ca))
* verify maven is available when installing ([4447b30](4447b30))
* version bump for breaking change ([0b11cb8](0b11cb8))

### BREAKING CHANGES

* no longer contains the necessary
maven plugins for CRX deployment functionalitty. To add legacy CRX support on top of Jackrabbit, set the new option `legacyCRXSupport` to true. To  restore the old `aem-packager` functionality entirely, set the new
option `packager` to `jcrvault`
* drop support for Node v12

No explicit functional changes or library dependencies
currently need v14, so technically it may still work on v12,
but is unsupported and no longer tested.
* drop support for Node 12
* now requires Node v12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants