@nginstack/devops 79.0.19 → 80.0.1

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 +3 -3
package/README.md CHANGED
@@ -6,4 +6,4 @@ Nginstack DevOps Library. See the [nginstack site](nginstack.com) for more infor
6
6
 
7
7
  In the future, this package will contain public type definitions of DevOps
8
8
  API. For now, install the package distributed with nginstack system using the instructions
9
- [here](https://nginstack.com/pt/docs/code-repositories/).
9
+ [here](https://nginstack.com/developers/code-repositories/).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nginstack/devops",
3
- "version": "79.0.19",
3
+ "version": "80.0.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -22,11 +22,11 @@
22
22
  "@nginstack/web-framework": ">=40"
23
23
  },
24
24
  "devDependencies": {
25
- "@nginstack/build-tools": "^79.0.1"
25
+ "@nginstack/build-tools": "^80.0.1"
26
26
  },
27
27
  "ufsLinks": {
28
28
  "/development": "legacy/development",
29
29
  "/sdl": "legacy/sdl"
30
30
  },
31
- "gitHead": "e3a0b9e87dc679ecb287738bf4beb8c4a37002c8"
31
+ "gitHead": "8fa1f010d181ea5000e8ffc4f44129b239c20db3"
32
32
  }