Skip to content

Commit

Permalink
v1.0.52 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgrealy committed Mar 7, 2023
1 parent 62c0ab8 commit 3502e0b
Show file tree
Hide file tree
Showing 12 changed files with 115 additions and 270 deletions.
4 changes: 2 additions & 2 deletions examples/aws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/aws",
"version": "1.0.51",
"version": "1.0.52",
"description": "This project contains source code and supporting files for a serverless application that you can deploy with the SAM CLI. It includes the following files and folders.",
"main": "index.js",
"license": "UNLICENSED",
Expand All @@ -20,7 +20,7 @@
"test": "ts-node integrationTest.ts"
},
"dependencies": {
"@mountainpass/server-agnostic-functions-aws": "^1.0.51"
"@mountainpass/server-agnostic-functions-aws": "^1.0.52"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.92",
Expand Down
6 changes: 3 additions & 3 deletions examples/cloudflare/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/cloudflare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/cloudflare",
"version": "1.0.51",
"version": "1.0.52",
"license": "UNLICENSED",
"private": true,
"scripts": {
Expand All @@ -10,7 +10,7 @@
"test": "ts-node integrationTest.ts"
},
"dependencies": {
"@mountainpass/server-agnostic-functions-cloudflare": "^1.0.51"
"@mountainpass/server-agnostic-functions-cloudflare": "^1.0.52"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20221111.1",
Expand Down
6 changes: 3 additions & 3 deletions examples/express/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/express",
"version": "1.0.51",
"version": "1.0.52",
"license": "UNLICENSED",
"private": true,
"type": "module",
Expand All @@ -9,7 +9,7 @@
"test": "ts-node integrationTest.ts"
},
"dependencies": {
"@mountainpass/server-agnostic-functions-express": "^1.0.51",
"@mountainpass/server-agnostic-functions-express": "^1.0.52",
"express": "4.18.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "1.0.51",
"version": "1.0.52",
"npmClient": "npm",
"npmClientArgs": [
"--nohoist=*"
Expand Down
Loading

0 comments on commit 3502e0b

Please sign in to comment.