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 11# Change Log
22
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+
315## v0.3.0...main
416
517[ compare changes] ( https://github.com/stacksjs/dynamodb-tooling/compare/v0.3.0...main )
Original file line number Diff line number Diff line change 11{
22 "name" : " dynamodb-tooling" ,
33 "type" : " module" ,
4- "version" : " 0.3.1 " ,
4+ "version" : " 0.3.2 " ,
55 "description" : " A toolkit of useful DynamoDB goodies." ,
66 "author" : " Chris Breuer <chris@stacksjs.org>" ,
77 "license" : " MIT" ,
Original file line number Diff line number Diff line change 1- import { dynamoDb } from './src '
1+ import { dynamoDb } from './dist '
22
33// eslint-disable-next-line no-console
44console . log ( 'Starting DynamoDB on port 8000' )
You can’t perform that action at this time.
0 commit comments