openinsight-linux-arm64 0.0.0 → 0.13.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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openinsight-linux-arm64",
3
- "version": "0.0.0",
3
+ "version": "0.13.0",
4
4
  "description": "Query your database with natural language (linux-arm64 binary)",
5
5
  "license": "MIT",
6
6
  "author": "Arjun Komath",
@@ -19,6 +19,7 @@
19
19
  "arm64"
20
20
  ],
21
21
  "files": [
22
- "readme.md"
23
- ]
22
+ "bin/openinsight"
23
+ ],
24
+ "preferUnplugged": true
24
25
  }
package/readme.md DELETED
@@ -1,5 +0,0 @@
1
- # openinsight-linux-arm64
2
-
3
- Placeholder that reserves this package so npm trusted publishing can be
4
- configured for it. The linux-arm64 binary ships from the first real release.
5
- Install [openinsight](https://www.npmjs.com/package/openinsight) instead.