@platformatic/composer 3.41.0 → 3.42.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +15 -0
  2. package/package.json +3 -3
  3. package/schema.json +1 -1
package/README.md ADDED
@@ -0,0 +1,15 @@
1
+ # @platformatic/composer
2
+
3
+ Platformatic Composer provides API composition capabilities for aggregating multiple services. See [@platformatic/gateway](../gateway) for the full API gateway package.
4
+
5
+ Check out the full documentation on [our website](https://docs.platformatic.dev/docs/reference/gateway/overview).
6
+
7
+ ## Install
8
+
9
+ ```sh
10
+ npm install @platformatic/composer
11
+ ```
12
+
13
+ ## License
14
+
15
+ Apache 2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/composer",
3
- "version": "3.41.0",
3
+ "version": "3.42.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -23,8 +23,8 @@
23
23
  "json-schema-to-typescript": "^15.0.0"
24
24
  },
25
25
  "dependencies": {
26
- "@platformatic/foundation": "3.41.0",
27
- "@platformatic/gateway": "3.41.0"
26
+ "@platformatic/foundation": "3.42.0",
27
+ "@platformatic/gateway": "3.42.0"
28
28
  },
29
29
  "engines": {
30
30
  "node": ">=22.19.0"
package/schema.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "$id": "https://schemas.platformatic.dev/@platformatic/composer/3.41.0.json",
2
+ "$id": "https://schemas.platformatic.dev/@platformatic/composer/3.42.0.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "title": "Platformatic Composer Config",
5
5
  "type": "object",