@ng-util/util 21.0.1 → 21.1.0

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 +1 -1
package/README.md CHANGED
@@ -12,7 +12,6 @@ Universal toolset of Angular.
12
12
  ## Demo
13
13
 
14
14
  - [Stackblitz](https://stackblitz.com/edit/ng-util-util?file=src/app/app.component.ts)
15
- - [Codesandbox](https://codesandbox.io/s/ng-util-util-6vzyj?file=/src/app/app.component.ts)
16
15
 
17
16
  ## API
18
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ng-util/util",
3
- "version": "21.0.1",
3
+ "version": "21.1.0",
4
4
  "author": "cipchk<cipchk@qq.com>",
5
5
  "license": "MIT",
6
6
  "repository": {