@ast-grep/nursery 0.0.7 → 0.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @ast-grep/nursery
2
2
 
3
+ ## 0.0.9
4
+
5
+ ### Patch Changes
6
+
7
+ - dcfa9f7: fix(deps): update dependency @ast-grep/napi to v0.40.3
8
+ - d42ba73: bump ast-grep-napi version and release arm64 package
9
+
10
+ ## 0.0.8
11
+
12
+ ### Patch Changes
13
+
14
+ - 415367f: fix(deps): update dependency @ast-grep/napi to v0.39.3
15
+
3
16
  ## 0.0.6
4
17
 
5
18
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ast-grep/nursery",
3
- "version": "0.0.7",
3
+ "version": "0.0.9",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "main": "index.js",
@@ -8,7 +8,7 @@
8
8
  "author": "",
9
9
  "license": "ISC",
10
10
  "dependencies": {
11
- "@ast-grep/napi": "0.39.2"
11
+ "@ast-grep/napi": "0.40.5"
12
12
  },
13
13
  "publishConfig": {
14
14
  "access": "public",
@@ -16,7 +16,7 @@
16
16
  },
17
17
  "devDependencies": {
18
18
  "typescript": "^5.7.3",
19
- "@types/node": "22.17.1"
19
+ "@types/node": "22.19.5"
20
20
  },
21
21
  "scripts": {
22
22
  "compile-ts": "tsc"