@nginstack/engine 79.0.18 → 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.
- package/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -7,4 +7,4 @@ more information.
|
|
|
7
7
|
|
|
8
8
|
In the future, this package will contain public type definitions of Engine Native
|
|
9
9
|
API. For now, install the package distributed with nginstack system using the instructions
|
|
10
|
-
[here](https://nginstack.com/
|
|
10
|
+
[here](https://nginstack.com/developers/code-repositories/).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nginstack/engine",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "80.0.1",
|
|
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": "^
|
|
16
|
+
"@nginstack/build-tools": "^80.0.1"
|
|
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": "
|
|
24
|
+
"gitHead": "8fa1f010d181ea5000e8ffc4f44129b239c20db3"
|
|
25
25
|
}
|