Przeglądaj źródła

0.23.4

pull/292/head v0.23.4
Amaan Qureshi 1 rok temu
rodzic
commit
f41e1a044c
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: E67890ADC4227273
8 zmienionych plików z 11 dodań i 12 usunięć
  1. +1
    -1
      CMakeLists.txt
  2. +1
    -1
      Cargo.lock
  3. +1
    -1
      Cargo.toml
  4. +1
    -1
      Makefile
  5. +4
    -5
      package-lock.json
  6. +1
    -1
      package.json
  7. +1
    -1
      pyproject.toml
  8. +1
    -1
      tree-sitter.json

+ 1
- 1
CMakeLists.txt Wyświetl plik

@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.13)
project(tree-sitter-cpp
VERSION "0.23.3"
VERSION "0.23.4"
DESCRIPTION "C++ grammar for tree-sitter"
HOMEPAGE_URL "https://github.com/tree-sitter/tree-sitter-cpp"
LANGUAGES C)

+ 1
- 1
Cargo.lock Wyświetl plik

@ -82,7 +82,7 @@ dependencies = [
[[package]]
name = "tree-sitter-cpp"
version = "0.23.3"
version = "0.23.4"
dependencies = [
"cc",
"tree-sitter",

+ 1
- 1
Cargo.toml Wyświetl plik

@ -1,7 +1,7 @@
[package]
name = "tree-sitter-cpp"
description = "C++ grammar for tree-sitter"
version = "0.23.3"
version = "0.23.4"
authors = [
"Max Brunsfeld <maxbrunsfeld@gmail.com>",
"Amaan Qureshi <amaanq12@gmail.com>",

+ 1
- 1
Makefile Wyświetl plik

@ -4,7 +4,7 @@ endif
LANGUAGE_NAME := tree-sitter-cpp
HOMEPAGE_URL := https://github.com/tree-sitter/tree-sitter-cpp
VERSION := 0.23.3
VERSION := 0.23.4
# repository
SRC_DIR := src

+ 4
- 5
package-lock.json Wyświetl plik

@ -1,23 +1,23 @@
{
"name": "tree-sitter-cpp",
"version": "0.23.3",
"version": "0.23.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "tree-sitter-cpp",
"version": "0.23.3",
"version": "0.23.4",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"node-addon-api": "^8.2.1",
"node-gyp-build": "^4.8.2"
"node-gyp-build": "^4.8.2",
"tree-sitter-c": "^0.23.1"
},
"devDependencies": {
"eslint": "^9.12.0",
"eslint-config-treesitter": "^1.0.2",
"prebuildify": "^6.0.1",
"tree-sitter-c": "^0.23.1",
"tree-sitter-cli": "^0.24.3"
},
"peerDependencies": {
@ -1448,7 +1448,6 @@
"version": "0.23.1",
"resolved": "https://registry.npmjs.org/tree-sitter-c/-/tree-sitter-c-0.23.1.tgz",
"integrity": "sha512-cBNEz/LF0CdIPDqEiAgFnH8CZTZ/CLgaOVzG5m5g1BXD6w2eCAgPva1A2SzkTK5gvnPdEigcQbzpfRwntrbrcQ==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",
"dependencies": {

+ 1
- 1
package.json Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "tree-sitter-cpp",
"version": "0.23.3",
"version": "0.23.4",
"description": "C++ grammar for tree-sitter",
"repository": "https://github.com/tree-sitter/tree-sitter-cpp",
"license": "MIT",

+ 1
- 1
pyproject.toml Wyświetl plik

@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "tree-sitter-cpp"
description = "C++ grammar for tree-sitter"
version = "0.23.3"
version = "0.23.4"
keywords = ["incremental", "parsing", "tree-sitter", "cpp"]
classifiers = [
"Intended Audience :: Developers",

+ 1
- 1
tree-sitter.json Wyświetl plik

@ -23,7 +23,7 @@
}
],
"metadata": {
"version": "0.23.3",
"version": "0.23.4",
"license": "MIT",
"description": "C++ grammar for tree-sitter",
"authors": [

Ładowanie…
Anuluj
Zapisz