@stonyx/orm 0.3.2-alpha.11 → 0.3.2-alpha.12

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -100,7 +100,7 @@ export default {
100
100
  migrationsTable: '__migrations',
101
101
  } : undefined,
102
102
  dynamodb: DYNAMODB_REGION ? {
103
- region: DYNAMODB_REGION ?? 'us-east-1',
103
+ region: DYNAMODB_REGION,
104
104
  endpoint: DYNAMODB_ENDPOINT, // optional, for DynamoDB Local
105
105
  tablePrefix: DYNAMODB_TABLE_PREFIX, // optional table name prefix
106
106
  } : undefined,
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "stonyx-async",
5
5
  "stonyx-module"
6
6
  ],
7
- "version": "0.3.2-alpha.11",
7
+ "version": "0.3.2-alpha.12",
8
8
  "description": "",
9
9
  "main": "dist/index.js",
10
10
  "type": "module",