Skip to content

Commit 235b5bc

Browse files
package.json update for geojson data display release v1.3.0 (#37)
- bump ext. version - add geo data and output keywords - add application/geo+json mime type mapping for data table renderer
1 parent 03733a1 commit 235b5bc

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-data-table",
33
"displayName": "Data Table",
44
"description": "Data Table 🈸 renderer for Notebook 📓 cell ⌗ data outputs.",
5-
"version": "1.2.0",
5+
"version": "1.3.0",
66
"engines": {
77
"node": ">14.5.0",
88
"vscode": "^1.57.0"
@@ -34,10 +34,12 @@
3434
],
3535
"keywords": [
3636
"data",
37+
"geo data",
3738
"table",
3839
"view",
3940
"notebook",
4041
"cell",
42+
"output",
4143
"renderer"
4244
],
4345
"activationEvents": [],
@@ -50,6 +52,7 @@
5052
"displayName": "Data Table",
5153
"mimeTypes": [
5254
"application/json",
55+
"application/geo+json",
5356
"application/octet-stream",
5457
"application/vnd.code.notebook.stdout",
5558
"text/csv",

0 commit comments

Comments
 (0)