@mutates/angular 1.3.1 → 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 +2 -2
package/README.md CHANGED
@@ -1,5 +1,3 @@
1
- [![](https://raw.githubusercontent.com/IKatsuba/mutates/main/docs/src/app/opengraph-image.png)](https://mutates.katsuba.dev)
2
-
3
1
  # @mutates/angular
4
2
 
5
3
  🌟 **@mutates/angular** is a specialized package within the Mutates toolset, offering powerful tools
@@ -7,6 +5,8 @@ to mutate the Abstract Syntax Tree (AST) of Angular projects. Built on top of `@
7
5
  package provides Angular-specific transformations, making it easier to work with Angular components,
8
6
  directives, services, and more.
9
7
 
8
+ [![](https://raw.githubusercontent.com/IKatsuba/mutates/main/docs/src/app/opengraph-image.png)](https://mutates.katsuba.dev)
9
+
10
10
  ## Features
11
11
 
12
12
  - **Angular-Specific Transformations:** Modify the AST of Angular components, directives, modules,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mutates/angular",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "keywords": [
5
5
  "typescript",
6
6
  "ast",
@@ -23,7 +23,7 @@
23
23
  "main": "./src/index.js",
24
24
  "typings": "./src/index.d.ts",
25
25
  "dependencies": {
26
- "@mutates/core": "1.3.1",
26
+ "@mutates/core": "1.3.2",
27
27
  "tslib": "^2.3.0"
28
28
  },
29
29
  "peerDependencies": {