@appthreat/chennai-darwin-arm64 0.0.1 → 0.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/LICENSE +1 -1
- package/README.md +2 -2
- package/bin/chennai +0 -0
- package/bin/chennai-engine +0 -0
- package/package.json +6 -3
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# @appthreat/chennai-darwin-arm64
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Darwin arm64 native binary for @appthreat/chennai.
|
|
4
4
|
|
|
5
|
-
This is
|
|
5
|
+
This is an internal package used by `@appthreat/chennai` and is not intended to be installed directly.
|
package/bin/chennai
ADDED
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@appthreat/chennai-darwin-arm64",
|
|
3
|
-
"version": "0.0
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "Darwin arm64 native binary for @appthreat/chennai",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/AppThreat/chennai.git"
|
|
@@ -17,5 +17,8 @@
|
|
|
17
17
|
],
|
|
18
18
|
"cpu": [
|
|
19
19
|
"arm64"
|
|
20
|
+
],
|
|
21
|
+
"files": [
|
|
22
|
+
"bin/"
|
|
20
23
|
]
|
|
21
|
-
}
|
|
24
|
+
}
|