Skip to content

Commit

Permalink
Bumped v2.51.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Mar 3, 2025
1 parent 5630cc7 commit 6eb0d81
Show file tree
Hide file tree
Showing 50 changed files with 51 additions and 51 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "platformatic",
"version": "2.50.0",
"version": "2.51.0",
"private": true,
"scripts": {
"test": "pnpm -r --workspace-concurrency=1 --if-present test",
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platformatic/astro",
"version": "2.50.0",
"version": "2.51.0",
"description": "Platformatic Astro Stackable",
"main": "index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://schemas.platformatic.dev/@platformatic/astro/2.50.0.json",
"$id": "https://schemas.platformatic.dev/@platformatic/astro/2.51.0.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Platformatic Astro Stackable",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion packages/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platformatic/basic",
"version": "2.50.0",
"version": "2.51.0",
"description": "",
"main": "index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/basic/schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://schemas.platformatic.dev/@platformatic/basic/2.50.0.json",
"$id": "https://schemas.platformatic.dev/@platformatic/basic/2.51.0.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Platformatic Stackable",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "platformatic",
"version": "2.50.0",
"version": "2.51.0",
"description": "Platformatic CLI",
"main": "cli.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/client-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platformatic/client-cli",
"version": "2.50.0",
"version": "2.51.0",
"description": "A client for all platformatic backends",
"main": "cli.mjs",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platformatic/client",
"version": "2.50.0",
"version": "2.51.0",
"description": "A client for all platformatic backends",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/composer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platformatic/composer",
"version": "2.50.0",
"version": "2.51.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/composer/schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://schemas.platformatic.dev/@platformatic/composer/2.50.0.json",
"$id": "https://schemas.platformatic.dev/@platformatic/composer/2.51.0.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Platformatic Composer",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platformatic/config",
"version": "2.50.0",
"version": "2.51.0",
"description": "Platformatic DB Config Manager",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/control/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platformatic/control",
"version": "2.50.0",
"version": "2.51.0",
"description": "Platformatic Control",
"main": "index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-platformatic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-platformatic",
"version": "2.50.0",
"version": "2.51.0",
"description": "Create platformatic application interactive tool",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/db-authorization/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platformatic/db-authorization",
"version": "2.50.0",
"version": "2.51.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/db-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platformatic/db-core",
"version": "2.50.0",
"version": "2.51.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platformatic/db",
"version": "2.50.0",
"version": "2.51.0",
"description": "",
"main": "index.js",
"types": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/db/schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://schemas.platformatic.dev/@platformatic/db/2.50.0.json",
"$id": "https://schemas.platformatic.dev/@platformatic/db/2.51.0.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Platformatic DB",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platformatic/frontend-template",
"version": "2.50.0",
"version": "2.51.0",
"main": "index.js",
"type": "module",
"description": "Platformatic Frontend Template",
Expand Down
2 changes: 1 addition & 1 deletion packages/generate-errors-doc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platformatic/generate-errors-doc",
"version": "2.50.0",
"version": "2.51.0",
"description": "",
"main": "generate.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/generators/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platformatic/generators",
"version": "2.50.0",
"version": "2.51.0",
"description": "Main classes and utils for generators.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/globals/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platformatic/globals",
"version": "2.50.0",
"version": "2.51.0",
"description": "Platformatic Global Object Getter",
"type": "module",
"main": "./lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/itc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platformatic/itc",
"version": "2.50.0",
"version": "2.51.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/metrics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platformatic/metrics",
"version": "2.50.0",
"version": "2.51.0",
"description": "Platformatic Stackable Metrics",
"main": "index.js",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platformatic/next",
"version": "2.50.0",
"version": "2.51.0",
"description": "Platformatic Next.js Stackable",
"main": "index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/next/schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://schemas.platformatic.dev/@platformatic/next/2.50.0.json",
"$id": "https://schemas.platformatic.dev/@platformatic/next/2.51.0.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Platformatic Next.js Stackable",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platformatic/node",
"version": "2.50.0",
"version": "2.51.0",
"description": "Platformatic Node.js Stackable",
"main": "index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/node/schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://schemas.platformatic.dev/@platformatic/node/2.50.0.json",
"$id": "https://schemas.platformatic.dev/@platformatic/node/2.51.0.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Platformatic Node.js Stackable",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion packages/remix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platformatic/remix",
"version": "2.50.0",
"version": "2.51.0",
"description": "Platformatic Remix Stackable",
"main": "index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/remix/schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://schemas.platformatic.dev/@platformatic/remix/2.50.0.json",
"$id": "https://schemas.platformatic.dev/@platformatic/remix/2.51.0.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Platformatic Remix Stackable",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion packages/rpc-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platformatic/rpc-cli",
"version": "2.50.0",
"version": "2.51.0",
"description": "A fastify RPC plugin for typescript applications",
"main": "index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/rpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platformatic/rpc",
"version": "2.50.0",
"version": "2.51.0",
"description": "A fastify RPC plugin for typescript applications",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/config.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* and run json-schema-to-typescript to regenerate this file.
*/

export type HttpsSchemasPlatformaticDevPlatformaticRuntime2500Json = {
export type HttpsSchemasPlatformaticDevPlatformaticRuntime2510Json = {
[k: string]: unknown;
} & {
$schema?: string;
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platformatic/runtime",
"version": "2.50.0",
"version": "2.51.0",
"description": "",
"main": "index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://schemas.platformatic.dev/@platformatic/runtime/2.50.0.json",
"$id": "https://schemas.platformatic.dev/@platformatic/runtime/2.51.0.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion packages/scalar-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platformatic/scalar-theme",
"version": "2.50.0",
"version": "2.51.0",
"description": "Platformatic's Scalar theme for @scalar/fastify-api-reference",
"main": "theme.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platformatic/service",
"version": "2.50.0",
"version": "2.51.0",
"description": "",
"main": "index.js",
"bin": {
Expand Down
4 changes: 2 additions & 2 deletions packages/service/schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$id": "https://schemas.platformatic.dev/@platformatic/service/2.50.0.json",
"version": "2.50.0",
"$id": "https://schemas.platformatic.dev/@platformatic/service/2.51.0.json",
"version": "2.51.0",
"title": "Platformatic Service",
"type": "object",
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sql-events/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platformatic/sql-events",
"version": "2.50.0",
"version": "2.51.0",
"description": "Emit events via MQEmitter",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sql-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platformatic/sql-graphql",
"version": "2.50.0",
"version": "2.51.0",
"description": "Map SQL dbs to GraphQL",
"main": "index.js",
"types": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/sql-json-schema-mapper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platformatic/sql-json-schema-mapper",
"version": "2.50.0",
"version": "2.51.0",
"description": "Map SQL entity to JSON schema",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sql-mapper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platformatic/sql-mapper",
"version": "2.50.0",
"version": "2.51.0",
"description": "A data mapper utility for SQL databases",
"main": "mapper.js",
"types": "mapper.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/sql-openapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platformatic/sql-openapi",
"version": "2.50.0",
"version": "2.51.0",
"description": "Map a SQL database to OpenAPI, for Fastify",
"main": "index.js",
"types": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/telemetry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platformatic/telemetry",
"version": "2.50.0",
"version": "2.51.0",
"description": "OpenTelemetry integration for Platformatic",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platformatic/ts-compiler",
"version": "2.50.0",
"version": "2.51.0",
"description": "Compiles TypeScript to JavaScript, Platformatic Edition",
"main": "compile.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platformatic/utils",
"version": "2.50.0",
"version": "2.51.0",
"description": "Platformatic Utils",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platformatic/vite",
"version": "2.50.0",
"version": "2.51.0",
"description": "Platformatic Vite Stackable",
"main": "index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://schemas.platformatic.dev/@platformatic/vite/2.50.0.json",
"$id": "https://schemas.platformatic.dev/@platformatic/vite/2.51.0.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Platformatic Vite Stackable",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion packages/wattpm/config.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* and run json-schema-to-typescript to regenerate this file.
*/

export type HttpsSchemasPlatformaticDevWattpm2500Json = {
export type HttpsSchemasPlatformaticDevWattpm2510Json = {
[k: string]: unknown;
} & {
$schema?: string;
Expand Down
2 changes: 1 addition & 1 deletion packages/wattpm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wattpm",
"version": "2.50.0",
"version": "2.51.0",
"description": "The Node.js Application Server",
"main": "index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/wattpm/schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://schemas.platformatic.dev/wattpm/2.50.0.json",
"$id": "https://schemas.platformatic.dev/wattpm/2.51.0.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
Expand Down

0 comments on commit 6eb0d81

Please sign in to comment.