build: bump versions

and change npm scope
pull/708/head
ObserverOfTime 2024-03-08 14:49:35 +07:00
parent 393d7df945
commit df3a42271c
7 changed files with 12 additions and 12 deletions

@ -8,7 +8,7 @@ jobs:
npm:
uses: tree-sitter/workflows/.github/workflows/package-npm.yml@main
with:
package-name: "@muniftanjim/tree-sitter-lua"
package-name: "@tree-sitter-grammars/tree-sitter-lua"
secrets:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
crates:

@ -1,7 +1,7 @@
[package]
name = "tree-sitter-lua"
description = "Lua grammar for tree-sitter"
version = "0.0.19"
version = "0.1.0"
license = "MIT"
readme = "README.md"
keywords = ["incremental", "parsing", "tree-sitter", "lua"]

2
Makefile generated

@ -1,4 +1,4 @@
VERSION := 0.0.19
VERSION := 0.1.0
LANGUAGE_NAME := tree-sitter-lua

@ -3,7 +3,7 @@
[![CI][ci]](https://github.com/tree-sitter-grammars/tree-sitter-lua/actions/workflows/ci.yml)
[![discord][discord]](https://discord.gg/w7nTvsVJhm)
[![matrix][matrix]](https://matrix.to/#/#tree-sitter-chat:matrix.org)
[![npm][npm]](https://www.npmjs.com/package/%40muniftanjim%2Ftree-sitter-lua)
[![npm][npm]](https://www.npmjs.com/package/%40tree-sitter-grammars%2Ftree-sitter-lua)
[![crates][crates]](https://crates.io/crates/tree-sitter-lua)
Lua grammar for tree-sitter.
@ -25,5 +25,5 @@ The [external scanner](/src/scanner.c) was initially based on these repositories
[ci]: https://img.shields.io/github/actions/workflow/status/tree-sitter-grammars/tree-sitter-lua/ci.yml?logo=github&label=CI
[discord]: https://img.shields.io/discord/1063097320771698699?logo=discord&label=discord
[matrix]: https://img.shields.io/matrix/tree-sitter-chat%3Amatrix.org?logo=matrix&label=matrix
[npm]: https://img.shields.io/npm/v/%40muniftanjim%2Ftree-sitter-lua?logo=npm
[npm]: https://img.shields.io/npm/v/%40tree-sitter-grammars%2Ftree-sitter-lua?logo=npm
[crates]: https://img.shields.io/crates/v/tree-sitter-lua?logo=rust

8
package-lock.json generated

@ -1,12 +1,12 @@
{
"name": "@muniftanjim/tree-sitter-lua",
"version": "0.0.19",
"name": "@tree-sitter-grammars/tree-sitter-lua",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@muniftanjim/tree-sitter-lua",
"version": "0.0.19",
"name": "@tree-sitter-grammars/tree-sitter-lua",
"version": "0.1.0",
"license": "MIT",
"dependencies": {
"node-addon-api": "^7.1.0"

@ -1,6 +1,6 @@
{
"name": "@muniftanjim/tree-sitter-lua",
"version": "0.0.19",
"name": "@tree-sitter-grammars/tree-sitter-lua",
"version": "0.1.0",
"description": "Lua grammar for tree-sitter",
"repository": "tree-sitter-grammars/tree-sitter-lua",
"author": "Munif Tanjim (https://muniftanjim.dev)",

@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "tree-sitter-lua"
description = "Lua grammar for tree-sitter"
version = "0.0.19"
version = "0.1.0"
keywords = ["incremental", "parsing", "tree-sitter", "lua"]
classifiers = [
"Intended Audience :: Developers",