@appthreat/chennai-linux-amd64-musl 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 CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) AppThreat
3
+ Copyright (c) 2025 AppThreat
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -2,4 +2,4 @@
2
2
 
3
3
  Linux x64 (musl) native binary for @appthreat/chennai.
4
4
 
5
- This is a placeholder package used to enable npm trusted publishing.
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-linux-amd64-musl",
3
- "version": "0.0.1",
4
- "description": "[placeholder] Linux x64 (musl) native binary for @appthreat/chennai",
3
+ "version": "0.1.0",
4
+ "description": "Linux x64 (musl) native binary for @appthreat/chennai",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/AppThreat/chennai.git"
@@ -20,5 +20,8 @@
20
20
  ],
21
21
  "libc": [
22
22
  "musl"
23
+ ],
24
+ "files": [
25
+ "bin/"
23
26
  ]
24
- }
27
+ }