@travetto/model-dynamodb 5.0.17 → 5.0.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2023 ArcSine Technologies
3
+ Copyright (c) 2020 ArcSine Technologies
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@travetto/model-dynamodb",
3
- "version": "5.0.17",
3
+ "version": "5.0.19",
4
4
  "description": "DynamoDB backing for the travetto model module.",
5
5
  "keywords": [
6
6
  "typescript",
@@ -25,10 +25,10 @@
25
25
  "directory": "module/model-dynamodb"
26
26
  },
27
27
  "dependencies": {
28
- "@aws-sdk/client-dynamodb": "^3.679.0",
29
- "@travetto/cli": "^5.0.16",
30
- "@travetto/config": "^5.0.13",
31
- "@travetto/model": "^5.0.14"
28
+ "@aws-sdk/client-dynamodb": "^3.713.0",
29
+ "@travetto/cli": "^5.0.18",
30
+ "@travetto/config": "^5.0.15",
31
+ "@travetto/model": "^5.0.16"
32
32
  },
33
33
  "travetto": {
34
34
  "displayName": "DynamoDB Model Support"
@@ -1,6 +1,6 @@
1
1
  import type { ServiceDescriptor } from '@travetto/cli';
2
2
 
3
- const version = process.env.DYNAMODB_VERSION || '2.0.0';
3
+ const version = process.env.DYNAMODB_VERSION || '2.5.3';
4
4
 
5
5
  export const service: ServiceDescriptor = {
6
6
  name: 'dynamodb',