* spdlog version update

* ci: update node version

---------

Co-authored-by: deepak1556 <hop2deep@gmail.com>
This commit is contained in:
CP Lepage 2023-12-20 14:23:07 -05:00 коммит произвёл GitHub
Родитель 569f9b78e0
Коммит 4becd02b70
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
6 изменённых файлов: 9 добавлений и 9 удалений

Просмотреть файл

@ -1,7 +1,7 @@
steps:
- task: NodeTool@0
inputs:
versionSpec: "16.x"
versionSpec: "18.x"
- powershell: |
git submodule update --init

Просмотреть файл

@ -35,13 +35,13 @@ extends:
testPlatforms:
- name: Linux
nodeVersions:
- 16.x
- 18.x
- name: MacOS
nodeVersions:
- 16.x
- 18.x
- name: Windows
nodeVersions:
- 16.x
- 18.x
testSteps:
- script: |

2
deps/spdlog поставляемый

@ -1 +1 @@
Subproject commit ad0e89cbfb4d0c1ce4d097e134eb7be67baebb36
Subproject commit 7e635fca68d014934b4af8a1cf874f63989352b7

4
package-lock.json сгенерированный
Просмотреть файл

@ -1,12 +1,12 @@
{
"name": "@vscode/spdlog",
"version": "0.13.11",
"version": "0.14.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@vscode/spdlog",
"version": "0.13.11",
"version": "0.14.0",
"license": "MIT",
"dependencies": {
"bindings": "^1.5.0",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@vscode/spdlog",
"version": "0.13.12",
"version": "0.14.0",
"description": "Node bindings for spdlog",
"main": "index.js",
"types": "index.d.ts",

Просмотреть файл

@ -54,7 +54,7 @@ suite('API', function () {
});
test('Version', function () {
assert.strictEqual(spdlog.version, 11100);
assert.strictEqual(spdlog.version, 11200);
});
test('Logger is present', function () {