From 671a34d34ac80d3c1a7860ee8a6b41804233ff9b Mon Sep 17 00:00:00 2001 From: Andrea Amorosi Date: Tue, 2 Apr 2024 15:44:05 +0200 Subject: [PATCH] chore(maintenance): make jmespath public (#2289) --- docs/utilities/jmespath.md | 3 --- packages/jmespath/package.json | 4 +++- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/utilities/jmespath.md b/docs/utilities/jmespath.md index b8d24e7f66..cf6c94aac1 100644 --- a/docs/utilities/jmespath.md +++ b/docs/utilities/jmespath.md @@ -3,9 +3,6 @@ title: JMESPath Functions description: Utility --- -???+ warning - This is an unreleased feature that is currently under active development and will be released soon. Please check back later for updates. - Built-in [JMESPath](https://jmespath.org/){target="_blank" rel="nofollow"} functions to easily deserialize common encoded JSON payloads in Lambda functions. ## Key features diff --git a/packages/jmespath/package.json b/packages/jmespath/package.json index 2335e78a6a..e0780b4e39 100644 --- a/packages/jmespath/package.json +++ b/packages/jmespath/package.json @@ -6,7 +6,9 @@ "name": "Amazon Web Services", "url": "https://aws.amazon.com" }, - "private": true, + "publishConfig": { + "access": "public" + }, "scripts": { "test": "npm run test:unit", "test:unit": "jest --group=unit --detectOpenHandles --coverage",