Skip to content

Commit

Permalink
feat(v4.0.0): rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
awlayton committed Jul 30, 2024
1 parent f24385f commit 445ef86
Show file tree
Hide file tree
Showing 21 changed files with 320 additions and 320 deletions.
2 changes: 1 addition & 1 deletion oada/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
ARG NODE_VER=20-alpine
ARG NODE_VER=22-alpine

# Copy in package files and any needed apt packages?
FROM node:${NODE_VER} AS packages
Expand Down
12 changes: 6 additions & 6 deletions oada/libs/lib-arangodb/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@oada/lib-arangodb",
"version": "3.10.0",
"version": "4.0.0",
"description": "All OADA Arango interface code in one place.",
"main": "dist/index.js",
"bin": {
"import": "./dist/import.js"
},
"type": "module",
"engines": {
"node": ">=18.0.0"
"node": ">=20.0.0"
},
"files": [
"src/**/*",
Expand Down Expand Up @@ -55,13 +55,13 @@
}
},
"dependencies": {
"@oada/lib-config": "^3.7.0",
"@oada/lib-config": "workspace:^",
"@oada/models": "workspace:^",
"@oada/oadaify": "^2.1.0",
"@oada/types": "^4.0.0",
"arangojs": "^8.8.1",
"bcryptjs": "^2.4.3",
"debug": "^4.3.5",
"debug": "^4.3.6",
"deep-equal": "^2.2.3",
"flat": "^6.0.1",
"json-ptr": "^3.1.1",
Expand All @@ -75,11 +75,11 @@
"@types/deep-equal": "^1.0.4",
"@types/flat": "^5.0.5",
"@types/json-pointer": "^1.0.34",
"@types/node": "^20.14.12",
"@types/node": "^22.0.0",
"ava": "6.1.3",
"type-fest": "^4.23.0"
},
"volta": {
"node": "20.2.0"
"node": "22.5.1"
}
}
6 changes: 3 additions & 3 deletions oada/libs/lib-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oada/lib-config",
"version": "3.10.0",
"version": "4.0.0",
"description": "Config wrapper",
"main": "dist/index.js",
"type": "module",
Expand Down Expand Up @@ -37,7 +37,7 @@
"convict": "^6.2.4",
"convict-format-with-moment": "^6.2.0",
"convict-format-with-validator": "^6.2.0",
"debug": "^4.3.5",
"debug": "^4.3.6",
"dotenv": "^16.4.5",
"json5": "^2.2.3",
"tslib": "2.6.3",
Expand All @@ -49,7 +49,7 @@
"@types/debug": "^4.1.12"
},
"volta": {
"node": "20.2.0"
"node": "22.5.1"
},
"peerDependenciesMeta": {
"jose": {
Expand Down
12 changes: 6 additions & 6 deletions oada/libs/lib-kafka/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@oada/lib-kafka",
"version": "3.10.0",
"version": "4.0.0",
"description": "OADA Kafka library",
"main": "./dist/index.js",
"type": "module",
"engines": {
"node": ">=16.0.0"
"node": ">=20.0.0"
},
"files": [
"src/**/*",
Expand Down Expand Up @@ -35,9 +35,9 @@
"author": "Alex Layton <alex@layton.in>",
"license": "Apache-2.0",
"dependencies": {
"@oada/lib-config": "^3.7.0",
"@oada/lib-config": "workspace:^",
"cls-rtracer": "^2.6.3",
"debug": "^4.3.5",
"debug": "^4.3.6",
"eventemitter3": "^5.0.1",
"kafkajs": "^2.2.4",
"ksuid": "^3.0.0",
Expand All @@ -48,11 +48,11 @@
"@ava/typescript": "^5.0.0",
"@types/convict": "^6.1.6",
"@types/debug": "^4.1.12",
"@types/node": "^20.14.12",
"@types/node": "^22.0.0",
"@types/uuid": "^10.0.0",
"ava": "6.1.3"
},
"volta": {
"node": "20.2.0"
"node": "22.5.1"
}
}
12 changes: 6 additions & 6 deletions oada/libs/lib-prom/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@oada/lib-prom",
"version": "3.10.0",
"version": "4.0.0",
"description": "OADA Prometheus library",
"main": "./dist/index.js",
"type": "module",
"engines": {
"node": ">=16.0.0"
"node": ">=20.0.0"
},
"files": [
"src/**/*",
Expand Down Expand Up @@ -35,20 +35,20 @@
"author": "Alex Layton <alex@layton.in>",
"license": "Apache-2.0",
"dependencies": {
"@oada/lib-config": "^3.7.0",
"@oada/lib-config": "workspace:^",
"prom-client": "^15.1.3",
"tslib": "2.6.3"
},
"devDependencies": {
"@ava/typescript": "^5.0.0",
"@types/convict": "^6.1.6",
"@types/node": "^20.14.12",
"@types/ws": "^8.5.11",
"@types/node": "^22.0.0",
"@types/ws": "^8.5.12",
"ava": "6.1.3",
"fastify-plugin": "^4.5.1"
},
"volta": {
"node": "20.2.0"
"node": "22.5.1"
},
"optionalDependencies": {
"nstats": "^5.0.0"
Expand Down
8 changes: 4 additions & 4 deletions oada/libs/models/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@oada/models",
"version": "3.10.0",
"version": "4.0.0",
"description": "OADA model",
"type": "module",
"engines": {
"node": ">=16.0.0"
"node": ">=20.0.0"
},
"exports": {
"./user": "./dist/user.js",
Expand Down Expand Up @@ -35,10 +35,10 @@
"xksuid": "^0.0.4"
},
"volta": {
"node": "20.2.0"
"node": "22.5.1"
},
"devDependencies": {
"@types/node": "^20.14.12",
"@types/node": "^22.0.0",
"jose": "^5.6.3"
}
}
8 changes: 4 additions & 4 deletions oada/libs/pino-debug/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@oada/pino-debug",
"version": "3.10.0",
"version": "4.0.0",
"description": "OADA pino-debug wrapper",
"main": "dist/index.js",
"type": "module",
"engines": {
"node": ">=16.0.0"
"node": ">=20.0.0"
},
"files": [
"src/**/*",
Expand Down Expand Up @@ -34,12 +34,12 @@
},
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/node": "^20.14.12"
"@types/node": "^22.0.0"
},
"peerDependencies": {
"debug": "*"
},
"volta": {
"node": "20.2.0"
"node": "22.5.1"
}
}
16 changes: 8 additions & 8 deletions oada/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
"@eslint/compat": "^1.1.1",
"@eslint/config-inspector": "^0.5.2",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.7.0",
"@eslint/js": "^9.8.0",
"@tsconfig/node20": "^20.1.4",
"@types/eslint": "^9.6.0",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.12",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"@types/node": "^22.0.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@yarnpkg/sdks": "^3.1.3",
"browserslist": "^4.23.2",
"c8": "^10.1.2",
"eslint": "^9.7.0",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-xo": "^0.45.0",
"eslint-config-xo-typescript": "^5.0.0",
Expand Down Expand Up @@ -59,7 +59,7 @@
"prettier": "^3.3.3",
"tslib": "2.6.3",
"typescript": "5.5.4",
"typescript-eslint": "^7.17.0",
"typescript-eslint": "^7.18.0",
"update-browserslist-db": "^1.1.0",
"zx": "^8.1.4"
},
Expand All @@ -72,10 +72,10 @@
"tslib": "2.6.2"
},
"engines": {
"node": ">=18.0.0"
"node": ">=20.0.0"
},
"volta": {
"node": "20.15.0"
"node": "22.5.1"
},
"packageManager": "yarn@4.3.1"
}
12 changes: 6 additions & 6 deletions oada/services/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oada/auth",
"version": "3.10.0",
"version": "3.0.0",
"description": "Reference implementation of OADA Authentication and Authorization server.",
"bin": {
"client": "./dist/cli/client.js",
Expand Down Expand Up @@ -64,12 +64,12 @@
"@oada/certs": "^4.1.1",
"@oada/error": "^2.0.1",
"@oada/formats": "^4.1.0",
"@oada/lib-arangodb": "^3.7.0",
"@oada/lib-config": "^3.7.0",
"@oada/lib-arangodb": "workspace:^",
"@oada/lib-config": "workspace:^",
"@oada/lib-prom": "workspace:^",
"@oada/lookup": "^2.0.0",
"@oada/models": "workspace:^",
"@oada/pino-debug": "^3.7.0",
"@oada/pino-debug": "workspace:^",
"@oada/schemas": "^4.0.3",
"@oada/types": "^4.0.0",
"@oada/well-known-json": "^4.0.2",
Expand All @@ -78,7 +78,7 @@
"bcryptjs": "^2.4.3",
"chalk": "^5.3.0",
"cmd-ts": "^0.13.0",
"debug": "^4.3.5",
"debug": "^4.3.6",
"ejs": "^3.1.10",
"es-main": "^1.3.0",
"fastify": "^4.28.1",
Expand Down Expand Up @@ -128,6 +128,6 @@
"type-fest": "^4.23.0"
},
"volta": {
"node": "20.15.1"
"node": "22.5.1"
}
}
26 changes: 13 additions & 13 deletions oada/services/http-handler/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@oada/http-handler",
"version": "3.10.0",
"version": "4.0.0",
"type": "module",
"description": "",
"main": "dist/server.js",
"engines": {
"node": ">=18.0.0"
"node": ">=20.0.0"
},
"files": [
"src/**/*",
Expand Down Expand Up @@ -47,17 +47,17 @@
"@fastify/websocket": "^10.0.1",
"@oada/error": "^2.0.1",
"@oada/formats-server": "^4.0.0",
"@oada/lib-arangodb": "^3.7.0",
"@oada/lib-config": "^3.7.0",
"@oada/lib-kafka": "^3.7.0",
"@oada/lib-arangodb": "workspace:^",
"@oada/lib-config": "workspace:^",
"@oada/lib-kafka": "workspace:^",
"@oada/lib-prom": "workspace:^",
"@oada/models": "workspace:^",
"@oada/oadaify": "^2.1.0",
"@oada/permissions-handler": "^3.7.0",
"@oada/pino-debug": "^3.7.0",
"@oada/permissions-handler": "workspace:^",
"@oada/pino-debug": "workspace:^",
"@oada/types": "^4.0.0",
"cacache": "^18.0.4",
"debug": "^4.3.5",
"debug": "^4.3.6",
"es-main": "^1.3.0",
"eventemitter3": "^5.0.1",
"fastify": "4.28.1",
Expand All @@ -75,20 +75,20 @@
"devDependencies": {
"@fastify/jwt": "^8.0.1",
"@oada/auth": "workspace:^",
"@oada/users": "workspace:services/users",
"@oada/write-handler": "^3.7.0",
"@oada/users": "workspace:^",
"@oada/write-handler": "workspace:^",
"@types/cacache": "^17.0.2",
"@types/debug": "^4.1.12",
"@types/node": "^20.14.12",
"@types/node": "^22.0.0",
"@types/type-is": "^1.6.6",
"@types/uuid": "^10.0.0",
"@types/ws": "^8.5.11",
"@types/ws": "^8.5.12",
"connect": "^3.7.0",
"find-my-way": "^8.2.0",
"light-my-request": "^5.13.0",
"type-fest": "^4.23.0"
},
"volta": {
"node": "20.2.0"
"node": "22.5.1"
}
}
Loading

0 comments on commit 445ef86

Please sign in to comment.