From af6ebc8399ec1726d6662f878e2b3991ab15ccd5 Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Mon, 19 Feb 2024 17:17:22 -0300 Subject: [PATCH] fmt --- .changes/config.json | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/.changes/config.json b/.changes/config.json index 5179e106..78bcd57b 100644 --- a/.changes/config.json +++ b/.changes/config.json @@ -4,10 +4,7 @@ "javascript": { "version": true, "getPublishedVersion": "node ../../.scripts/covector/package-latest-version.cjs npm ${ pkgFile.pkg.name } ${ pkgFile.pkg.version }", - "publish": [ - "pnpm build", - "pnpm publish --access public --no-git-checks" - ] + "publish": ["pnpm build", "pnpm publish --access public --no-git-checks"] }, "rust": { "version": true, @@ -85,9 +82,7 @@ "path": "./plugins/deep-link/examples/app", "manager": "javascript", "publish": false, - "dependencies": [ - "deep-link-js" - ], + "dependencies": ["deep-link-js"], "postversion": "pnpm install --no-frozen-lockfile" }, "authenticator": { @@ -174,9 +169,7 @@ "http": { "path": "./plugins/http", "manager": "rust", - "dependencies": [ - "fs" - ] + "dependencies": ["fs"] }, "http-js": { "path": "./plugins/http", @@ -221,9 +214,7 @@ "persisted-scope": { "path": "./plugins/persisted-scope", "manager": "rust", - "dependencies": [ - "fs" - ] + "dependencies": ["fs"] }, "positioner": { "path": "./plugins/positioner", @@ -331,4 +322,4 @@ "manager": "javascript" } } -} \ No newline at end of file +}