@mutates/core 1.3.0 → 1.3.2

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/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,11 +1,11 @@
1
- [![](https://raw.githubusercontent.com/IKatsuba/mutates/main/docs/src/app/opengraph-image.png)](https://mutates.katsuba.dev)
2
-
3
1
  # @mutates/core
4
2
 
5
3
  🔧 **@mutates/core** is the essential package of the Mutates toolset, providing the core
6
4
  functionality to manipulate the Abstract Syntax Tree (AST) of TypeScript files. It serves as the
7
5
  backbone for other specialized packages within the Mutates ecosystem.
8
6
 
7
+ [![](https://raw.githubusercontent.com/IKatsuba/mutates/main/docs/src/app/opengraph-image.png)](https://mutates.katsuba.dev)
8
+
9
9
  ## Features
10
10
 
11
11
  - **AST Manipulation:** Modify the AST of any TypeScript file with ease.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mutates/core",
3
- "version": "1.3.0",
3
+ "version": "1.3.2",
4
4
  "keywords": [
5
5
  "typescript",
6
6
  "ast",