@nginstack/engine 78.0.7 → 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 +10 -10
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,10 +1,10 @@
1
- # engine
2
-
3
- Native JavaScript library from nginstack Engine. See the [nginstack site](nginstack.com) for
4
- more information.
5
-
6
- ## Usage
7
-
8
- In the future, this package will contain public type definitions of Engine Native
9
- API. For now, install the package distributed with nginstack system using the instructions
10
- [here](https://nginstack.com/pt/docs/code-repositories/).
1
+ # engine
2
+
3
+ Native JavaScript library from nginstack Engine. See the [nginstack site](nginstack.com) for
4
+ more information.
5
+
6
+ ## Usage
7
+
8
+ In the future, this package will contain public type definitions of Engine Native
9
+ API. For now, install the package distributed with nginstack system using the instructions
10
+ [here](https://nginstack.com/pt/docs/code-repositories/).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nginstack/engine",
3
- "version": "78.0.7",
3
+ "version": "78.0.8",
4
4
  "files": [
5
5
  "README.md"
6
6
  ],
@@ -13,7 +13,7 @@
13
13
  "deploy": "uploadToVfs ../../.build/engine.jaz -1898140290"
14
14
  },
15
15
  "devDependencies": {
16
- "@nginstack/build-tools": "^78.0.1"
16
+ "@nginstack/build-tools": "^78.0.8"
17
17
  },
18
18
  "ufsLinks": {
19
19
  "/bdo/datasource": "legacy/bdo/datasource",
@@ -21,5 +21,5 @@
21
21
  "/goog": "legacy/goog",
22
22
  "/ngin": "legacy/ngin"
23
23
  },
24
- "gitHead": "f240100234d0519cba9df9e7db31bde9325210ff"
24
+ "gitHead": "358e5ca14bd7e3918cb26a883585d13231884a08"
25
25
  }