Skip to content

Commit

Permalink
Merge pull request #4 from Talentia-Software-OSS/3.0.x
Browse files Browse the repository at this point in the history
3.0.x
  • Loading branch information
cavone-leonardo authored Dec 4, 2023
2 parents 092e68c + c7f627e commit 927f95c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular2-prettyjson",
"version": "3.0.2",
"version": "3.0.3",
"scripts": {
"build": "ng build @talentia/angular2-prettyjson --configuration production"
},
Expand Down
2 changes: 1 addition & 1 deletion projects/angular2-prettyjson/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talentia/angular2-prettyjson",
"version": "3.0.2",
"version": "3.0.3",
"peerDependencies": {
"@angular/common": "^15.0.0",
"@angular/core": "^15.0.0"
Expand Down
2 changes: 1 addition & 1 deletion projects/angular2-prettyjson/src/lib/json.pipe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {Pipe, PipeTransform} from "@angular/core";
import {serializer} from "./safe.util";

@Pipe({
name: "json",
name: "safejson",
pure: false
})
export class SafeJsonPipe implements PipeTransform {
Expand Down

0 comments on commit 927f95c

Please sign in to comment.