@libs-ui/pipes-escape-html 0.2.356-34 → 0.2.356-37

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 +0 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -146,7 +146,6 @@ npx nx serve core-ui
146
146
  ```
147
147
 
148
148
  - Local: `http://localhost:4500/pipes/escape-html`
149
- - Production: `https://libs-ui.mobio.vn/pipes/escape-html`
150
149
 
151
150
  ## Unit Tests
152
151
 
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@libs-ui/pipes-escape-html",
3
- "version": "0.2.356-34",
3
+ "version": "0.2.356-37",
4
4
  "peerDependencies": {
5
5
  "@angular/core": ">=18.0.0",
6
- "@libs-ui/utils": "0.2.356-34"
6
+ "@libs-ui/utils": "0.2.356-37"
7
7
  },
8
8
  "sideEffects": false,
9
9
  "module": "fesm2022/libs-ui-pipes-escape-html.mjs",