Skip to content

Commit

Permalink
Merge pull request #640 from magieno/use-reflect-metadata-instead-of-…
Browse files Browse the repository at this point in the history
…custom-metadata

Use reflect metadata instead of custom metadata
  • Loading branch information
mathieugh authored Jan 19, 2024
2 parents 728907e + 2f594fd commit e477789
Show file tree
Hide file tree
Showing 67 changed files with 902 additions and 892 deletions.
252 changes: 128 additions & 124 deletions demo/projects/express/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions demo/projects/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"author": "",
"license": "ISC",
"dependencies": {
"@pristine-ts/core": "^0.0.257",
"@pristine-ts/express": "0.0.257",
"@pristine-ts/core": "^0.0.276",
"@pristine-ts/express": "0.0.276",
"@types/express": "^4.17.20",
"express": "^4.18.2",
"rollup": "^4.2.0",
Expand Down
14 changes: 7 additions & 7 deletions demo/projects/lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@pristine-ts/core": "^0.0.257",
"@pristine-ts/aws": "^0.0.257",
"@pristine-ts/aws-cognito": "^0.0.257",
"@pristine-ts/validation": "^0.0.257",
"@pristine-ts/logging": "^0.0.257",
"@pristine-ts/networking": "^0.0.257",
"@pristine-ts/security": "^0.0.257",
"@pristine-ts/core": "^0.0.276",
"@pristine-ts/aws": "^0.0.276",
"@pristine-ts/aws-cognito": "^0.0.276",
"@pristine-ts/validation": "^0.0.276",
"@pristine-ts/logging": "^0.0.276",
"@pristine-ts/networking": "^0.0.276",
"@pristine-ts/security": "^0.0.276",
"rollup": "^4.2.0",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-ignore": "^1.0.10",
Expand Down
73 changes: 61 additions & 12 deletions package-lock.json

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

16 changes: 10 additions & 6 deletions packages/auth0/package-lock.json

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

10 changes: 7 additions & 3 deletions packages/aws-api-gateway/package-lock.json

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

Loading

0 comments on commit e477789

Please sign in to comment.