From e7ea412e07eda2716484ff2f0f8b4436993d4a44 Mon Sep 17 00:00:00 2001 From: npenin Date: Sun, 4 Aug 2024 07:58:38 +0200 Subject: [PATCH] chore: update after merge --- docker/package.json | 2 +- package.json | 2 +- packages/authentication/package.json | 2 +- packages/automate-yamlloader/package.json | 2 +- packages/automate/package.json | 2 +- packages/aws-lambda/package.json | 2 +- packages/cli/package.json | 2 +- packages/client-compiler/package.json | 2 +- packages/client/package.json | 2 +- packages/commands/package.json | 2 +- packages/config/package.json | 2 +- packages/core/package.json | 2 +- packages/cron/package.json | 2 +- packages/crud/package.json | 2 +- packages/dashboard/package.json | 2 +- packages/gateway/package.json | 2 +- packages/json-rpc-ws/package.json | 2 +- packages/jwt/package.json | 2 +- packages/nocode/package.json | 2 +- packages/pages/package.json | 2 +- packages/pm/package.json | 2 +- packages/protocol-parser/package.json | 2 +- packages/pubsub/package.json | 2 +- packages/semantic-release/package.json | 2 +- packages/server/package.json | 2 +- packages/sidecar/package.json | 2 +- packages/storage-mongodb/package.json | 2 +- packages/storage/package.json | 2 +- packages/tacl/package.json | 2 +- packages/vite/test/package.json | 2 +- packages/web-ui/package.json | 2 +- packages/webdav/package.json | 2 +- 32 files changed, 32 insertions(+), 32 deletions(-) diff --git a/docker/package.json b/docker/package.json index 4d39a8db98..535cc939f8 100644 --- a/docker/package.json +++ b/docker/package.json @@ -6,4 +6,4 @@ "@akala/pm": "^8.0.4", "yarn": "^1.22.22" } -} \ No newline at end of file +} diff --git a/package.json b/package.json index 7d8f84ccda..9003fc2883 100644 --- a/package.json +++ b/package.json @@ -36,4 +36,4 @@ "source-map-js": "^1.2.0" }, "packageManager": "yarn@4.4.0" -} \ No newline at end of file +} diff --git a/packages/authentication/package.json b/packages/authentication/package.json index 0757be9d51..a42dbda19b 100644 --- a/packages/authentication/package.json +++ b/packages/authentication/package.json @@ -56,4 +56,4 @@ "module": "./dist/esm/index.js", "types": "./dist/esm/index.d.ts", "typings": "./dist/esm/index.d.ts" -} \ No newline at end of file +} diff --git a/packages/automate-yamlloader/package.json b/packages/automate-yamlloader/package.json index ad6ba51991..2a69609b64 100644 --- a/packages/automate-yamlloader/package.json +++ b/packages/automate-yamlloader/package.json @@ -44,4 +44,4 @@ }, "types": "./dist/esm/index.d.ts", "typings": "./dist/esm/index.d.ts" -} \ No newline at end of file +} diff --git a/packages/automate/package.json b/packages/automate/package.json index 350684dcb2..e24915419d 100644 --- a/packages/automate/package.json +++ b/packages/automate/package.json @@ -65,4 +65,4 @@ "module": "./dist/esm/index.js", "types": "./dist/esm/index.d.ts", "typings": "./dist/esm/index.d.ts" -} \ No newline at end of file +} diff --git a/packages/aws-lambda/package.json b/packages/aws-lambda/package.json index d32f0ba9dc..93f48a6ce7 100644 --- a/packages/aws-lambda/package.json +++ b/packages/aws-lambda/package.json @@ -35,4 +35,4 @@ } }, "types": "./dist/esm/index.d.ts" -} \ No newline at end of file +} diff --git a/packages/cli/package.json b/packages/cli/package.json index d03baa7c37..b7a296344e 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -46,4 +46,4 @@ }, "default": "./dist/cjs/index.js" } -} \ No newline at end of file +} diff --git a/packages/client-compiler/package.json b/packages/client-compiler/package.json index afcaa9a5b5..e4f40740bf 100644 --- a/packages/client-compiler/package.json +++ b/packages/client-compiler/package.json @@ -35,4 +35,4 @@ "@akala/commands": "workspace:^", "bun-types": "^1.0.18" } -} \ No newline at end of file +} diff --git a/packages/client/package.json b/packages/client/package.json index 6dc04c08c3..b951714546 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -72,4 +72,4 @@ }, "module": "./dist/esm/index.js", "typings": "./dist/esm/index.d.ts" -} \ No newline at end of file +} diff --git a/packages/commands/package.json b/packages/commands/package.json index 880656957b..c9f17d8d2a 100644 --- a/packages/commands/package.json +++ b/packages/commands/package.json @@ -119,4 +119,4 @@ }, "types": "./dist/esm/index.browser.d.ts", "module": "./dist/esm/index.browser.js" -} \ No newline at end of file +} diff --git a/packages/config/package.json b/packages/config/package.json index 9329a383b4..ee7864f0d6 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -56,4 +56,4 @@ }, "module": "./dist/esm/index.js", "typings": "./dist/esm/index.d.ts" -} \ No newline at end of file +} diff --git a/packages/core/package.json b/packages/core/package.json index 3de0c15367..dca303dbfa 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -63,4 +63,4 @@ }, "gitHead": "d92f6693ed8cca439c8e92d2045bb15c0a7dae43", "typings": "./dist/esm/index.d.ts" -} \ No newline at end of file +} diff --git a/packages/cron/package.json b/packages/cron/package.json index a52aa49e5a..df6a574bfc 100644 --- a/packages/cron/package.json +++ b/packages/cron/package.json @@ -42,4 +42,4 @@ "module": "./dist/esm/index.js", "types": "./dist/esm/index.d.ts", "typings": "./dist/esm/index.d.ts" -} \ No newline at end of file +} diff --git a/packages/crud/package.json b/packages/crud/package.json index 3c1ae17720..2698a41ca0 100644 --- a/packages/crud/package.json +++ b/packages/crud/package.json @@ -28,4 +28,4 @@ }, "module": "./dist/esm/index.js", "typings": "./dist/esm/index.d.ts" -} \ No newline at end of file +} diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index acb1db47e9..2f372a7a1b 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -54,4 +54,4 @@ }, "module": "./dist/esm/index.js", "typings": "./dist/esm/index.d.ts" -} \ No newline at end of file +} diff --git a/packages/gateway/package.json b/packages/gateway/package.json index 74c3ad4f84..f26f149187 100644 --- a/packages/gateway/package.json +++ b/packages/gateway/package.json @@ -39,4 +39,4 @@ }, "module": "./dist/esm/index.js", "typings": "./dist/esm/index.d.ts" -} \ No newline at end of file +} diff --git a/packages/json-rpc-ws/package.json b/packages/json-rpc-ws/package.json index b0bab6adcd..d43eef35d8 100644 --- a/packages/json-rpc-ws/package.json +++ b/packages/json-rpc-ws/package.json @@ -100,4 +100,4 @@ }, "module": "./dist/esm/browser.js", "types": "./dist/esm/browser.d.ts" -} \ No newline at end of file +} diff --git a/packages/jwt/package.json b/packages/jwt/package.json index 811b04b6d1..67fce7db39 100644 --- a/packages/jwt/package.json +++ b/packages/jwt/package.json @@ -18,4 +18,4 @@ "scripts": { "test": "echo \"Error: no test specified\"" } -} \ No newline at end of file +} diff --git a/packages/nocode/package.json b/packages/nocode/package.json index 37fbb67319..1eeaed1ef0 100644 --- a/packages/nocode/package.json +++ b/packages/nocode/package.json @@ -33,4 +33,4 @@ "devDependencies": { "esbuild": "^0.20.2" } -} \ No newline at end of file +} diff --git a/packages/pages/package.json b/packages/pages/package.json index d756d5c976..9c2bbfe61a 100644 --- a/packages/pages/package.json +++ b/packages/pages/package.json @@ -24,4 +24,4 @@ }, "module": "./dist/esm/index.js", "typings": "./dist/esm/index.d.ts" -} \ No newline at end of file +} diff --git a/packages/pm/package.json b/packages/pm/package.json index 59ac1f4921..15a871cebf 100644 --- a/packages/pm/package.json +++ b/packages/pm/package.json @@ -67,4 +67,4 @@ }, "types": "./dist/esm/index.d.ts", "typings": "./dist/esm/index.d.ts" -} \ No newline at end of file +} diff --git a/packages/protocol-parser/package.json b/packages/protocol-parser/package.json index a9cf7f6fb8..c637185944 100644 --- a/packages/protocol-parser/package.json +++ b/packages/protocol-parser/package.json @@ -27,4 +27,4 @@ "access": "public" }, "gitHead": "0753bdd964281fd06c89ea8a751ed1605dfd5ee8" -} \ No newline at end of file +} diff --git a/packages/pubsub/package.json b/packages/pubsub/package.json index 0fe8491ae5..65814b59f6 100644 --- a/packages/pubsub/package.json +++ b/packages/pubsub/package.json @@ -37,4 +37,4 @@ "module": "./dist/esm/index.js", "types": "./dist/esm/index.d.ts", "typings": "./dist/esm/index.d.ts" -} \ No newline at end of file +} diff --git a/packages/semantic-release/package.json b/packages/semantic-release/package.json index 82d332266f..3da9962633 100644 --- a/packages/semantic-release/package.json +++ b/packages/semantic-release/package.json @@ -51,4 +51,4 @@ "module": "./dist/esm/index.js", "types": "./dist/esm/index.d.ts", "typings": "./dist/esm/index.d.ts" -} \ No newline at end of file +} diff --git a/packages/server/package.json b/packages/server/package.json index eb13a53797..373c0568bd 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -77,4 +77,4 @@ }, "module": "./dist/esm/index.js", "types": "./dist/esm/index.d.ts" -} \ No newline at end of file +} diff --git a/packages/sidecar/package.json b/packages/sidecar/package.json index ee1e204881..6b3187d08a 100644 --- a/packages/sidecar/package.json +++ b/packages/sidecar/package.json @@ -29,4 +29,4 @@ "module": "./dist/esm/index.js", "types": "./dist/esm/index.d.ts", "typings": "./dist/esm/index.d.ts" -} \ No newline at end of file +} diff --git a/packages/storage-mongodb/package.json b/packages/storage-mongodb/package.json index fc178dbe9c..10d3b4e46b 100644 --- a/packages/storage-mongodb/package.json +++ b/packages/storage-mongodb/package.json @@ -29,4 +29,4 @@ }, "module": "./dist/esm/index.js", "typings": "./dist/esm/index.d.ts" -} \ No newline at end of file +} diff --git a/packages/storage/package.json b/packages/storage/package.json index 4ea832dd50..7e71801047 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -50,4 +50,4 @@ }, "module": "./dist/esm/index.js", "typings": "./dist/esm/index.d.ts" -} \ No newline at end of file +} diff --git a/packages/tacl/package.json b/packages/tacl/package.json index ebad327a21..d46db8d24f 100644 --- a/packages/tacl/package.json +++ b/packages/tacl/package.json @@ -35,4 +35,4 @@ "module": "./dist/esm/index.js", "types": "./dist/esm/index.d.ts", "typings": "./dist/esm/index.d.ts" -} \ No newline at end of file +} diff --git a/packages/vite/test/package.json b/packages/vite/test/package.json index b2ce0704da..db6c09b570 100644 --- a/packages/vite/test/package.json +++ b/packages/vite/test/package.json @@ -30,4 +30,4 @@ "postcss-modules": "^6.0.0", "vite": "^5.2.8" } -} \ No newline at end of file +} diff --git a/packages/web-ui/package.json b/packages/web-ui/package.json index 23bb4af116..49b3ab2d25 100644 --- a/packages/web-ui/package.json +++ b/packages/web-ui/package.json @@ -36,4 +36,4 @@ "@akala/client": "workspace:^", "@akala/core": "workspace:^" } -} \ No newline at end of file +} diff --git a/packages/webdav/package.json b/packages/webdav/package.json index 936d19ffd2..700d34c872 100644 --- a/packages/webdav/package.json +++ b/packages/webdav/package.json @@ -32,4 +32,4 @@ }, "module": "./dist/esm/index.js", "typings": "./dist/esm/index.d.ts" -} \ No newline at end of file +}