From 727494f451d57cbfc932a1d8bce1b0a027d99a8b Mon Sep 17 00:00:00 2001 From: Richard Simpson Date: Sun, 12 Apr 2020 00:00:18 -0500 Subject: [PATCH] feat: add npm publish and JSONata parsing BREAKING CHANGE: Switches Key retrieval to use JSONata for parsing. This allows for more powerful key retrieval and output, but resulted in a number of related changes to how both key retrieval is done and how "automatic" output & env keys are generated. Adds an NPM lib publish to allow consuming parts for other actions that may want to interact with Vault using vault-action's syntax or parts without being forced to use the action itself.