Skip to content

Commit

Permalink
Updated version and dependencies for release of PPaaS (#186)
Browse files Browse the repository at this point in the history
* Updated version and dependencies for release of PPaaS

* Attempt to get the workflow action to run on package.json changes
  • Loading branch information
tkmcmaster authored Dec 15, 2023
1 parent 4b248d9 commit f837971
Show file tree
Hide file tree
Showing 6 changed files with 1,312 additions and 1,265 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-ppaas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ on:
- 'package-lock.json'
- 'common/**.js*'
- 'common/**.ts*'
- 'common/**/package.json'
- 'common/package.json'
- 'agent/**.js*'
- 'agent/**.ts*'
- 'agent/**/package.json'
- 'agent/package.json'
- 'controller/**.html'
- 'controller/**.js*'
- 'controller/**.ts*'
- 'controller/**/package.json'
- 'controller/package.json'

name: Pull Request PPaaS
jobs:
Expand Down
4 changes: 2 additions & 2 deletions agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fs/ppaas-agent",
"version": "3.0.3",
"version": "3.1.0",
"description": "Agent Service for running pewpew tests",
"main": "dist/src/app.js",
"scripts": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"@fs/ppaas-common": "*",
"bunyan": "~1.8.0",
"dotenv": "^16.0.0",
"dotenv-flow": "^3.2.0",
"dotenv-flow": "^4.0.1",
"expiry-map": "^2.0.0",
"express": "^4.18.2",
"rimraf": "^5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fs/ppaas-common",
"version": "3.0.3",
"version": "3.1.0",
"description": "Common Code for the PewPewController and PewPewAgent",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -52,7 +52,7 @@
"aws-sdk-client-mock": "^3.0.0",
"chai": "^4.3.7",
"dotenv": "^16.0.0",
"dotenv-flow": "^3.2.0",
"dotenv-flow": "^4.0.1",
"eslint": "^8.40.0",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
Expand Down
4 changes: 2 additions & 2 deletions controller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fs/ppaas-controller",
"version": "3.0.3",
"version": "3.1.0",
"description": "Controller Service for running pewpew tests",
"private": true,
"scripts": {
Expand Down Expand Up @@ -105,7 +105,7 @@
"aws-sdk-client-mock": "^3.0.0",
"chai": "^4.3.7",
"dotenv": "^16.0.0",
"dotenv-flow": "^3.2.0",
"dotenv-flow": "^4.0.1",
"esbuild": ">=0.17",
"eslint": "^8.40.0",
"eslint-config-next": "~14.0.0",
Expand Down
Loading

0 comments on commit f837971

Please sign in to comment.