From 3833f8dc3d51e76d1597c2cbcc68e9527318fdad Mon Sep 17 00:00:00 2001 From: Mica Swyers Date: Thu, 20 Feb 2025 18:03:21 +0000 Subject: [PATCH 1/2] 6.0.0 --- package-lock.json | 4 ++-- package.json | 10 +++++++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a6345be..0b6861f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@twilio-labs/plugin-token", - "version": "5.0.0", + "version": "6.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@twilio-labs/plugin-token", - "version": "5.0.0", + "version": "6.0.0", "license": "MIT", "dependencies": { "@oclif/core": "^1.13.10", diff --git a/package.json b/package.json index 240d354..23d7362 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@twilio-labs/plugin-token", "description": "Generate a temporary token for use in test applications", - "version": "5.0.0", + "version": "6.0.0", "author": "Twilio @twilio", "bugs": "https://github.com/twilio-labs/plugin-token/issues", "publishConfig": { @@ -31,13 +31,17 @@ "/yarn.lock" ], "homepage": "https://github.com/twilio-labs/plugin-token", - "keywords": ["oclif-plugin"], + "keywords": [ + "oclif-plugin" + ], "license": "MIT", "oclif": { "name": "token", "commands": "./src/commands", "bin": "twilio", - "devPlugins": ["@oclif/plugin-help"], + "devPlugins": [ + "@oclif/plugin-help" + ], "topics": { "token": { "description": "Generate a temporary token for use in test applications" From 7a018b75580a22620f7fc0cfb35e09aa62649537 Mon Sep 17 00:00:00 2001 From: Mica Swyers Date: Thu, 20 Feb 2025 18:13:21 +0000 Subject: [PATCH 2/2] Format package.json using biome --- package.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 23d7362..77fcbad 100644 --- a/package.json +++ b/package.json @@ -31,17 +31,13 @@ "/yarn.lock" ], "homepage": "https://github.com/twilio-labs/plugin-token", - "keywords": [ - "oclif-plugin" - ], + "keywords": ["oclif-plugin"], "license": "MIT", "oclif": { "name": "token", "commands": "./src/commands", "bin": "twilio", - "devPlugins": [ - "@oclif/plugin-help" - ], + "devPlugins": ["@oclif/plugin-help"], "topics": { "token": { "description": "Generate a temporary token for use in test applications"