@ata-validator/native-linux-x64-gnu 0.0.1 → 1.1.0
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/ata.node +0 -0
- package/package.json +3 -2
- package/README.md +0 -3
package/ata.node
ADDED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ata-validator/native-linux-x64-gnu",
|
|
3
|
-
"version": "
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.1.0",
|
|
4
|
+
"description": "ata-validator native engine for linux-x64-gnu. Installed automatically as an optional dependency; do not depend on this package directly.",
|
|
5
|
+
"main": "ata.node",
|
|
5
6
|
"license": "MIT",
|
|
6
7
|
"repository": {
|
|
7
8
|
"type": "git",
|
package/README.md
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
# @ata-validator/native-linux-x64-gnu
|
|
2
|
-
|
|
3
|
-
Placeholder release. The real per-platform native engine for [ata-validator](https://www.npmjs.com/package/ata-validator) ships here starting with ata-validator 1.1.0. Never depend on this package directly; it is installed automatically as an optional dependency of ata-validator.
|