Skip to content

Commit a205490

Browse files
committed
v0.1.6 - fixes numeric
1 parent 313352d commit a205490

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "CosmosDB-with-Mongo-API",
3-
"version": "0.1.5",
4-
"versionDate": "2017-12-06",
3+
"version": "0.1.6",
4+
"versionDate": "2017-12-16",
55
"author": "hackolade",
66
"engines": {
77
"hackolade": "1.10.x",

properties_pane/container_level/containerLevelConfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ making sure that you maintain a proper JSON format.
104104
"typeName": "Data type",
105105
"typeOptions": [
106106
"string",
107-
"number",
107+
"numeric",
108108
"boolean"
109109
],
110110
"defaultType": "string",

0 commit comments

Comments
 (0)