@nginstack/web-framework 78.0.3 → 78.0.8

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 +9 -9
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,9 +1,9 @@
1
- # web-framework
2
-
3
- Nginstack Web Framework. See the [nginstack site](https://nginstack.com) for more information.
4
-
5
- ## Usage
6
-
7
- In the future, this package will contain public type definitions of Web Framework
8
- API. For now, install the package distributed with nginstack system using the instructions
9
- [here](https://nginstack.com).
1
+ # web-framework
2
+
3
+ Nginstack Web Framework. See the [nginstack site](https://nginstack.com) for more information.
4
+
5
+ ## Usage
6
+
7
+ In the future, this package will contain public type definitions of Web Framework
8
+ API. For now, install the package distributed with nginstack system using the instructions
9
+ [here](https://nginstack.com).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nginstack/web-framework",
3
- "version": "78.0.3",
3
+ "version": "78.0.8",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -20,12 +20,12 @@
20
20
  "@nginstack/orm": ">=70"
21
21
  },
22
22
  "devDependencies": {
23
- "@nginstack/build-tools": "^78.0.1"
23
+ "@nginstack/build-tools": "^78.0.8"
24
24
  },
25
25
  "ufsLinks": {
26
26
  "/uwi": "legacy/uwi",
27
27
  "/uwl": "legacy/uwl",
28
28
  "/webframework": "legacy/webframework"
29
29
  },
30
- "gitHead": "75a988636f8e72879da84bdc6520c3152bd35aaa"
30
+ "gitHead": "358e5ca14bd7e3918cb26a883585d13231884a08"
31
31
  }