File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## v0.3.1...main
4
+
5
+ [ compare changes] ( https://github.com/stacksjs/dynamodb-tooling/compare/v0.3.1...main )
6
+
7
+ ### 🏡 Chore
8
+
9
+ - Externalize ` confbox ` ([ faaf6fc] ( https://github.com/stacksjs/dynamodb-tooling/commit/faaf6fc ) )
10
+
11
+ ### ❤️ Contributors
12
+
13
+ - Chris < chrisbreuer93@gmail.com >
14
+
3
15
## v0.3.0...main
4
16
5
17
[ compare changes] ( https://github.com/stacksjs/dynamodb-tooling/compare/v0.3.0...main )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " dynamodb-tooling" ,
3
3
"type" : " module" ,
4
- "version" : " 0.3.1 " ,
4
+ "version" : " 0.3.2 " ,
5
5
"description" : " A toolkit of useful DynamoDB goodies." ,
6
6
"author" : " Chris Breuer <chris@stacksjs.org>" ,
7
7
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
- import { dynamoDb } from './src '
1
+ import { dynamoDb } from './dist '
2
2
3
3
// eslint-disable-next-line no-console
4
4
console . log ( 'Starting DynamoDB on port 8000' )
You can’t perform that action at this time.
0 commit comments