Skip to content

Commit cced987

Browse files
committed
v0.1.5 -- Changed map from array to object
1 parent 146454a commit cced987

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Cassandra",
3-
"version": "0.1.4",
4-
"versionDate": "2018-02-06",
3+
"version": "0.1.5",
4+
"versionDate": "2018-02-09",
55
"author": "hackolade",
66
"engines": {
77
"hackolade": "1.10.x",

types/map.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "map",
33
"erdAbbreviation": "<map>",
44
"dtdAbbreviation": "{...}",
5-
"parentType": "array",
5+
"parentType": "object",
66
"sample": ["sample"],
77
"useSample": true,
88
"defaultValues": {

0 commit comments

Comments
 (0)