From aca95729554b310b7e843b92d2f6de7bf608a921 Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Sat, 5 Oct 2019 14:03:15 +0200 Subject: Format package.json and add lock file --- package.json | 68 +++++++++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 49 insertions(+), 19 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 8a0a9d6..b22c057 100644 --- a/package.json +++ b/package.json @@ -12,26 +12,26 @@ ], "badges": [ { - "url": "https://travis-ci.org/christophschlosser/doxdocgen.svg?branch=master", - "href": "https://travis-ci.org/christophschlosser/doxdocgen", - "description": "Continuous Integration (Travis)" + "url": "https://travis-ci.org/christophschlosser/doxdocgen.svg?branch=master", + "href": "https://travis-ci.org/christophschlosser/doxdocgen", + "description": "Continuous Integration (Travis)" }, { - "url": "https://ci.appveyor.com/api/projects/status/4h84071p9tv0y9r6?svg=true", - "href": "https://ci.appveyor.com/project/christophschlosser/doxdocgen", - "description": "Continuous Integration (AppVeyor)" + "url": "https://ci.appveyor.com/api/projects/status/4h84071p9tv0y9r6?svg=true", + "href": "https://ci.appveyor.com/project/christophschlosser/doxdocgen", + "description": "Continuous Integration (AppVeyor)" }, { - "url": "https://codecov.io/gh/christophschlosser/doxdocgen/branch/master/graph/badge.svg", - "href": "https://codecov.io/gh/christophschlosser/doxdocgen", - "description": "Code coverage" + "url": "https://codecov.io/gh/christophschlosser/doxdocgen/branch/master/graph/badge.svg", + "href": "https://codecov.io/gh/christophschlosser/doxdocgen", + "description": "Code coverage" }, { "url": "https://isitmaintained.com/badge/resolution/christophschlosser/doxdocgen.svg", "href": "https://isitmaintained.com/project/christophschlosser/doxdocgen", "description": "Response time for issues" } -], + ], "activationEvents": [ "onLanguage:cpp", "onLanguage:c" @@ -98,8 +98,13 @@ }, "doxdocgen.file.copyrightTag": { "description": "File copyright documentation tag. Array of strings will be converted to one line per element. Can template {year}.", - "type": ["array", "string"], - "default": ["@copyright Copyright (c) {year}"] + "type": [ + "array", + "string" + ], + "default": [ + "@copyright Copyright (c) {year}" + ] }, "doxdocgen.file.versionTag": { "description": "Version number for the file.", @@ -107,14 +112,30 @@ "default": "@version 0.1" }, "doxdocgen.file.customTag": { - "description": "Additional file documentation. Array of strings will be converted to one line per element. Can template {year}, {date}, {author}, and {email}.", - "type": ["array", "string"], - "default": [] + "description": "Additional file documentation. Array of strings will be converted to one line per element. Can template {year}, {date}, {author}, and {email}.", + "type": [ + "array", + "string" + ], + "default": [] }, "doxdocgen.file.fileOrder": { "description": "The order to use for the file comment. Values can be used multiple times. Valid values are shown in default setting.", - "type": ["array", "string"], - "default": ["file", "author", "brief", "version", "date", "empty", "copyright", "empty", "custom"] + "type": [ + "array", + "string" + ], + "default": [ + "file", + "author", + "brief", + "version", + "date", + "empty", + "copyright", + "empty", + "custom" + ] }, "doxdocgen.generic.includeTypeAtReturn": { "description": "Whether include type information at return.", @@ -183,8 +204,17 @@ }, "doxdocgen.generic.order": { "description": "The order to use for the comment generation. Values can be used multiple times. Valid values are shown in default setting.", - "type": ["array", "string"], - "default": ["brief", "empty", "tparam", "param", "return"] + "type": [ + "array", + "string" + ], + "default": [ + "brief", + "empty", + "tparam", + "param", + "return" + ] } } } -- cgit v1.2.3 From c53ee7d778562954789fb094dcb8c693e2656a53 Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Sat, 5 Oct 2019 15:03:18 +0200 Subject: Attempt to fix dependencies --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index b22c057..d68f4a6 100644 --- a/package.json +++ b/package.json @@ -252,9 +252,10 @@ "decache": "^4.4.0", "istanbul": "^0.4.5", "mocha": "^5.0.1", - "remap-istanbul": "^0.10.1", + "remap-istanbul": "^0.13.0", "tslint": "^5.9.1", "typescript": "^2.7.2", - "vscode": "^1.1.10" + "vscode": "^1.1.10", + "handlebars": "^4.3.0" } } -- cgit v1.2.3 From 0e62ebe5776770b340fb274a04671e0b78d2cd15 Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Sat, 5 Oct 2019 15:20:22 +0200 Subject: Update dev dependencies --- package.json | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index d68f4a6..ae060ea 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "version": "0.5.0", "publisher": "cschlosser", "engines": { - "vscode": "^1.16.0" + "vscode": "^1.37.0" }, "categories": [ "Other" @@ -247,15 +247,16 @@ "opn": "^5.2.0" }, "devDependencies": { - "@types/mocha": "^2.2.48", - "@types/node": "^7.0.43", - "decache": "^4.4.0", + "@types/mocha": "^5.2.7", + "@types/node": "^12.7.1", + "@types/vscode": "^1.37.0", + "decache": "^4.5.1", "istanbul": "^0.4.5", - "mocha": "^5.0.1", + "mocha": "^6.2.1", "remap-istanbul": "^0.13.0", - "tslint": "^5.9.1", + "tslint": "^5.20.0", + "vscode": "^1.1.36", "typescript": "^2.7.2", - "vscode": "^1.1.10", - "handlebars": "^4.3.0" + "handlebars": "^4.4.0" } } -- cgit v1.2.3 From 11c1fc3508c226094ba1ffeb09d7e464b342f9a8 Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Sat, 5 Oct 2019 15:23:22 +0200 Subject: =?UTF-8?q?Don=E2=80=99t=20use=20tyoes=20with=20vscode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 - 1 file changed, 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index ae060ea..9eb19ef 100644 --- a/package.json +++ b/package.json @@ -249,7 +249,6 @@ "devDependencies": { "@types/mocha": "^5.2.7", "@types/node": "^12.7.1", - "@types/vscode": "^1.37.0", "decache": "^4.5.1", "istanbul": "^0.4.5", "mocha": "^6.2.1", -- cgit v1.2.3 From fc661c98fa316e036e9a6098fd7d66f92ac1baf1 Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Sat, 5 Oct 2019 15:43:55 +0200 Subject: Prepare release 0.5.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 9eb19ef..ae40062 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "doxdocgen", "displayName": "Doxygen Documentation Generator", "description": "Let me generate Doxygen documentation from your source code for you.", - "version": "0.5.0", + "version": "0.5.1", "publisher": "cschlosser", "engines": { "vscode": "^1.37.0" -- cgit v1.2.3 From d12cfa9537790ce3489967f77de18ef52717daeb Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Tue, 8 Oct 2019 21:54:50 +0200 Subject: Release 0.5.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index ae40062..08d6266 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "doxdocgen", "displayName": "Doxygen Documentation Generator", "description": "Let me generate Doxygen documentation from your source code for you.", - "version": "0.5.1", + "version": "0.5.2", "publisher": "cschlosser", "engines": { "vscode": "^1.37.0" -- cgit v1.2.3