abap-local-client 1.4.9 → 1.4.11

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.
Files changed (3) hide show
  1. package/bin/cli.cjs +0 -0
  2. package/cli.cjs +1 -1
  3. package/package.json +4 -1
package/bin/cli.cjs CHANGED
File without changes
package/cli.cjs CHANGED
@@ -1,3 +1,3 @@
1
+ #!/usr/bin/env node
1
2
  // abap-local-client — CommonJS wrapper for ESM entry point
2
- // This wrapper is what npm's "bin" generates: node ./cli.js
3
3
  import('../sso-sap-client.mjs');
package/package.json CHANGED
@@ -1,9 +1,12 @@
1
1
  {
2
2
  "name": "abap-local-client",
3
- "version": "1.4.9",
3
+ "version": "1.4.11",
4
4
  "description": "SAP Local Client — WebSocket bridge with Basic, SPNEGO, X.509, SAML & SNC authentication",
5
5
  "main": "sso-sap-client.mjs",
6
6
  "type": "module",
7
+ "bin": {
8
+ "abap-local-client": "cli.cjs"
9
+ },
7
10
  "scripts": {
8
11
  "start": "node sso-sap-client.mjs",
9
12
  "sso": "node sso-sap-client.mjs",