@nginstack/admin 71.0.833 → 71.0.835

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 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # admin
2
2
 
3
- Nginstack Admin module. See the [nginstack site](nginstack.com) for more information.
3
+ Nginstack system administration module. See the [nginstack site](nginstack.com) for more information.
4
4
 
5
5
  ## Usage
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nginstack/admin",
3
- "version": "71.0.833",
3
+ "version": "71.0.835",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -26,5 +26,5 @@
26
26
  "ufsLinks": {
27
27
  "/admin": "legacy/admin"
28
28
  },
29
- "gitHead": "1ab8449f7b60fdbb7045cb42053800c999fb1833"
29
+ "gitHead": "4369d6ca23e3aac18256ff38179241d6e6277057"
30
30
  }