@skeletonizer/angular 1.3.0 → 1.3.1

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 +1 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,5 +1,6 @@
1
1
  # @skeletonizer/angular
2
2
  [![codecov](https://codecov.io/github/lukaVarga/skeletonizer/graph/badge.svg?token=4YZYRB9UN7)](https://codecov.io/github/lukaVarga/skeletonizer)
3
+
3
4
  ![NPM Downloads](https://img.shields.io/npm/dy/%40skeletonizer%2Fangular?style=for-the-badge&labelColor=%23444&color=%23090)
4
5
 
5
6
  This is the Angular adapter for Skeletonizer. It provides a simple way to create skeletonized views for your Angular application.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skeletonizer/angular",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "The way to skeletonize your Angular components",
5
5
  "author": "Luka Varga",
6
6
  "license": "MIT",
@@ -76,7 +76,7 @@
76
76
  "@angular-eslint/template-parser": "18.4.0",
77
77
  "@angular/cli": "~18.2.11",
78
78
  "@angular/compiler-cli": "^18.2.10",
79
- "@skeletonizer/utils": "^1.3.0",
79
+ "@skeletonizer/utils": "^1.3.1",
80
80
  "@types/jasmine": "~5.1.4",
81
81
  "@typescript-eslint/eslint-plugin": "^8.12.2",
82
82
  "@typescript-eslint/parser": "^8.12.2",
@@ -91,5 +91,5 @@
91
91
  "ng-packagr": "^18.2.1",
92
92
  "typescript": "~5.5.4"
93
93
  },
94
- "gitHead": "f92c5f202d62cb226317cf0c9a0a59e0921f5470"
94
+ "gitHead": "b279e915bd6d81ef23fdd008d4189d848472ee01"
95
95
  }