This commit is contained in:
Ran Benita
2025-10-15 22:50:39 +03:00
parent d4de0971b7
commit 0a3ed5f2a1
3 changed files with 7 additions and 3 deletions
+4
View File
@@ -1,3 +1,7 @@
## 1.15.0 2025-10-15
* Support for method definitions in object literals.
* Support `commander` versions up to 14.
## 1.14.1 2022-03-21 ## 1.14.1 2022-03-21
* Fixed `ng-annotate-patched` command-line parsing when using dependency * Fixed `ng-annotate-patched` command-line parsing when using dependency
`commander >= 7.0.0`. `commander >= 7.0.0`.
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "ng-annotate-patched", "name": "ng-annotate-patched",
"version": "1.14.1", "version": "1.15.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "ng-annotate-patched", "name": "ng-annotate-patched",
"version": "1.14.1", "version": "1.15.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"acorn": "^8.7.0", "acorn": "^8.7.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "ng-annotate-patched", "name": "ng-annotate-patched",
"version": "1.14.1", "version": "1.15.0",
"description": "add, remove and rebuild angularjs dependency injection annotations", "description": "add, remove and rebuild angularjs dependency injection annotations",
"main": "src/ng-annotate-main.js", "main": "src/ng-annotate-main.js",
"repository": { "repository": {