@pipeline-builder/api-server 3.1.1 → 3.1.3

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 (2) hide show
  1. package/README.md +1 -5
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -32,8 +32,4 @@ Express server infrastructure for [Pipeline Builder](https://mwashburn160.github
32
32
 
33
33
  ## License
34
34
 
35
- Apache-2.0. See [LICENSE](./LICENSE).
36
-
37
- ---
38
-
39
- **Keywords:** aws, codepipeline, codebuild, cicd, ci-cd, devops, cdk, aws-cdk, cloudformation, pipeline, pipeline-as-code, containerized, docker, kubernetes, plugins, typescript, self-service, multi-tenant, compliance, automation, infrastructure-as-code, iac, cli
35
+ Apache-2.0. See [LICENSE](./LICENSE).
package/package.json CHANGED
@@ -29,7 +29,8 @@
29
29
  "@opentelemetry/exporter-trace-otlp-http": "0.213.0",
30
30
  "@opentelemetry/resources": "2.6.0",
31
31
  "@opentelemetry/sdk-node": "0.213.0",
32
- "@pipeline-builder/api-core": "3.1.0",
32
+ "@pipeline-builder/api-core": "3.1.2",
33
+ "@pipeline-builder/pipeline-core": "3.1.2",
33
34
  "compression": "1.8.0",
34
35
  "cors": "2.8.6",
35
36
  "express": "5.2.1",
@@ -40,8 +41,7 @@
40
41
  "prom-client": "15.1.3",
41
42
  "rate-limit-redis": "4.2.0",
42
43
  "swagger-ui-express": "5.0.1",
43
- "uuid": "13.0.0",
44
- "@pipeline-builder/pipeline-core": "3.1.1"
44
+ "uuid": "13.0.0"
45
45
  },
46
46
  "keywords": [
47
47
  "aws",
@@ -74,7 +74,7 @@
74
74
  "main": "lib/index.js",
75
75
  "license": "Apache-2.0",
76
76
  "homepage": "https://mwashburn160.github.io/pipeline-builder/",
77
- "version": "3.1.1",
77
+ "version": "3.1.3",
78
78
  "bugs": {
79
79
  "url": "https://github.com/mwashburn160/pipeline-builder/issues"
80
80
  },