Skip to content

Commit

Permalink
Bump version v2.0.0-alpha.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mildronize committed Jan 22, 2024
1 parent dfbd624 commit 803fe33
Show file tree
Hide file tree
Showing 13 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion examples/azure-functions-minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Thada Wangthammang",
"license": "MIT",
"dependencies": {
"nammatham": "2.0.0-alpha.11",
"nammatham": "2.0.0-alpha.12",
"@azure/functions": "^4.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/azure-functions-timer-trigger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Thada Wangthammang",
"license": "MIT",
"dependencies": {
"nammatham": "2.0.0-alpha.11",
"nammatham": "2.0.0-alpha.12",
"@azure/functions": "^4.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/azure-functions-with-inversify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@azure/functions": "^4.1.0",
"@di-extra/inversify": "^0.2.0",
"nammatham": "2.0.0-alpha.11",
"nammatham": "2.0.0-alpha.12",
"inversify": "^6.0.2",
"reflect-metadata": "^0.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/azure-functions-with-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "MIT",
"dependencies": {
"@azure/functions": "^4.1.0",
"nammatham": "2.0.0-alpha.11"
"nammatham": "2.0.0-alpha.12"
},
"devDependencies": {
"cross-env": "^7.0.3",
Expand Down
4 changes: 2 additions & 2 deletions examples/azure-functions-with-trpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"license": "MIT",
"dependencies": {
"@azure/functions": "^4.1.0",
"nammatham": "2.0.0-alpha.11",
"@nammatham/trpc-azure-functions": "2.0.0-alpha.11",
"nammatham": "2.0.0-alpha.12",
"@nammatham/trpc-azure-functions": "2.0.0-alpha.12",
"@trpc/client": "^10.45.0",
"@trpc/server": "^10.45.0",
"trpc-azure-functions-adapter": "0.0.5"
Expand Down
2 changes: 1 addition & 1 deletion examples/azure-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Thada Wangthammang",
"license": "MIT",
"dependencies": {
"nammatham": "2.0.0-alpha.11",
"nammatham": "2.0.0-alpha.12",
"@azure/functions": "^4.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nammatham/monorepo",
"version": "2.0.0-alpha.11",
"version": "2.0.0-alpha.12",
"description": "Azure Function Nodejs Lightweight framework with Dependency Injection",
"scripts": {
"test": "vitest",
Expand Down
4 changes: 2 additions & 2 deletions packages/azure-functions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nammatham/azure-functions",
"version": "2.0.0-alpha.11",
"version": "2.0.0-alpha.12",
"description": "Type-safe Serverless Library for Azure Functions and friends",
"main": "dist/main.js",
"types": "dist/main.d.ts",
Expand All @@ -21,7 +21,7 @@
"license": "MIT",
"dependencies": {
"@azure/functions": "^4.1.0",
"@nammatham/core": "2.0.0-alpha.11",
"@nammatham/core": "2.0.0-alpha.12",
"colorette": "^2.0.20",
"express": "^4.18.2",
"undici": "5.20.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nammatham/core",
"version": "2.0.0-alpha.11",
"version": "2.0.0-alpha.12",
"description": "Type-safe Serverless Library for Azure Functions and friends",
"main": "dist/main.js",
"types": "dist/main.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nammatham/express",
"version": "2.0.0-alpha.11",
"version": "2.0.0-alpha.12",
"description": "Type-safe Serverless Library for Azure Functions and friends",
"main": "dist/main.js",
"types": "dist/main.d.ts",
Expand All @@ -20,7 +20,7 @@
"author": "Thada Wangthammang",
"license": "MIT",
"dependencies": {
"@nammatham/core": "2.0.0-alpha.11",
"@nammatham/core": "2.0.0-alpha.12",
"@types/express": "^4.17.21",
"colorette": "^2.0.20",
"express": "^4.18.2"
Expand Down
8 changes: 4 additions & 4 deletions packages/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nammatham",
"version": "2.0.0-alpha.11",
"version": "2.0.0-alpha.12",
"description": "Type-safe Serverless Library for Azure Functions and friends",
"main": "dist/main.js",
"types": "dist/main.d.ts",
Expand Down Expand Up @@ -47,9 +47,9 @@
"author": "Thada Wangthammang",
"license": "MIT",
"dependencies": {
"@nammatham/core": "2.0.0-alpha.11",
"@nammatham/azure-functions": "2.0.0-alpha.11",
"@nammatham/express": "2.0.0-alpha.11"
"@nammatham/core": "2.0.0-alpha.12",
"@nammatham/azure-functions": "2.0.0-alpha.12",
"@nammatham/express": "2.0.0-alpha.12"
},
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions packages/trpc-azure-functions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nammatham/trpc-azure-functions",
"version": "2.0.0-alpha.11",
"version": "2.0.0-alpha.12",
"description": "Type-safe Serverless Library for Azure Functions and friends",
"main": "dist/main.js",
"types": "dist/main.d.ts",
Expand All @@ -21,9 +21,9 @@
"license": "MIT",
"dependencies": {
"@azure/functions": "^4.1.0",
"@nammatham/core": "2.0.0-alpha.11",
"@nammatham/azure-functions": "2.0.0-alpha.11",
"@nammatham/express": "2.0.0-alpha.11",
"@nammatham/core": "2.0.0-alpha.12",
"@nammatham/azure-functions": "2.0.0-alpha.12",
"@nammatham/express": "2.0.0-alpha.12",
"@trpc/server": "^10.45.0",
"express": "^4.18.2",
"trpc-azure-functions-adapter": "0.0.5",
Expand Down
30 changes: 15 additions & 15 deletions pnpm-lock.yaml

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

0 comments on commit 803fe33

Please sign in to comment.