xrootd 0.2.1 → 0.2.3

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 (50) hide show
  1. package/README.md +9 -3
  2. package/libs/darwin-arm64/libXrdCl.6.dylib +0 -0
  3. package/libs/darwin-arm64/libXrdCrypto.6.dylib +0 -0
  4. package/libs/darwin-arm64/libXrdCryptossl-6.so +0 -0
  5. package/libs/darwin-arm64/libXrdSec-6.so +0 -0
  6. package/libs/darwin-arm64/libXrdSecProt-6.so +0 -0
  7. package/libs/darwin-arm64/libXrdSeckrb5-6.so +0 -0
  8. package/libs/darwin-arm64/libXrdSecpwd-6.so +0 -0
  9. package/libs/darwin-arm64/libXrdSecsss-6.so +0 -0
  10. package/libs/darwin-arm64/libXrdSecunix-6.so +0 -0
  11. package/libs/darwin-arm64/libXrdSecztn-6.so +0 -0
  12. package/libs/darwin-arm64/libXrdUtils.6.dylib +0 -0
  13. package/libs/darwin-arm64/libXrdXml.6.dylib +0 -0
  14. package/libs/darwin-x64/libXrdCl.6.dylib +0 -0
  15. package/libs/darwin-x64/libXrdCrypto.6.dylib +0 -0
  16. package/libs/darwin-x64/libXrdCryptossl-6.so +0 -0
  17. package/libs/darwin-x64/libXrdSec-6.so +0 -0
  18. package/libs/darwin-x64/libXrdSecProt-6.so +0 -0
  19. package/libs/darwin-x64/libXrdSeckrb5-6.so +0 -0
  20. package/libs/darwin-x64/libXrdSecpwd-6.so +0 -0
  21. package/libs/darwin-x64/libXrdSecsss-6.so +0 -0
  22. package/libs/darwin-x64/libXrdSecunix-6.so +0 -0
  23. package/libs/darwin-x64/libXrdSecztn-6.so +0 -0
  24. package/libs/darwin-x64/libXrdUtils.6.dylib +0 -0
  25. package/libs/darwin-x64/libXrdXml.6.dylib +0 -0
  26. package/libs/linux-arm64/libXrdCl.so.6 +0 -0
  27. package/libs/linux-arm64/libXrdCrypto.so.6 +0 -0
  28. package/libs/linux-arm64/libXrdCryptossl-6.so +0 -0
  29. package/libs/linux-arm64/libXrdSec-6.so +0 -0
  30. package/libs/linux-arm64/libXrdSecProt-6.so +0 -0
  31. package/libs/linux-arm64/libXrdSeckrb5-6.so +0 -0
  32. package/libs/linux-arm64/libXrdSecpwd-6.so +0 -0
  33. package/libs/linux-arm64/libXrdSecsss-6.so +0 -0
  34. package/libs/linux-arm64/libXrdSecunix-6.so +0 -0
  35. package/libs/linux-arm64/libXrdSecztn-6.so +0 -0
  36. package/libs/linux-arm64/libXrdUtils.so.6 +0 -0
  37. package/libs/linux-x64/libXrdCl.so.6 +0 -0
  38. package/libs/linux-x64/libXrdCrypto.so.6 +0 -0
  39. package/libs/linux-x64/libXrdCryptossl-6.so +0 -0
  40. package/libs/linux-x64/libXrdSec-6.so +0 -0
  41. package/libs/linux-x64/libXrdSecProt-6.so +0 -0
  42. package/libs/linux-x64/libXrdSeckrb5-6.so +0 -0
  43. package/libs/linux-x64/libXrdSecpwd-6.so +0 -0
  44. package/libs/linux-x64/libXrdSecsss-6.so +0 -0
  45. package/libs/linux-x64/libXrdSecunix-6.so +0 -0
  46. package/libs/linux-x64/libXrdSecztn-6.so +0 -0
  47. package/libs/linux-x64/libXrdUtils.so.6 +0 -0
  48. package/package.json +2 -2
  49. package/prebuilds/darwin-arm64/xrootd.node +0 -0
  50. package/prebuilds/darwin-x64/xrootd.node +0 -0
package/README.md CHANGED
@@ -1,10 +1,16 @@
1
- # XRootD TypeScript Support (`xrootd`)
1
+ # XRootD TypeScript Support
2
2
 
3
3
  A high-performance, enterprise-grade Node.js binding for the [XRootD](https://github.com/xrootd/xrootd) client library. Designed to bring seamless, extreme-throughput data access to the TypeScript ecosystem.
4
4
 
5
- > [!NOTE]
6
- > **Work in Progress**: This package is currently under active development with some features not supported yet. While core features are highly functional, the API may undergo refinements.
5
+ Github Repo: [**Wu-Yijun/xrootd**](https://github.com/Wu-Yijun/xrootd); NPM package: [**XRootD**](https://www.npmjs.com/package/xrootd)
7
6
 
7
+ > [!NOTE]
8
+ > 🚀 Exciting News: A pure Node.js implementation is coming!
9
+ > We are rewriting xrootd in pure native Node.js to eliminate C++ compilation (node-gyp) issues. You can try the beta version now:
10
+ > ```bash
11
+ > npm install xrootd@next
12
+ > ```
13
+ > Feedback is highly appreciated!
8
14
 
9
15
  ## Supported Capabilities
10
16
 
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xrootd",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
4
  "description": "Prebuilt Node.js Native Addon for XRootD, allowing JS access to EOS file systems",
5
5
  "type": "module",
6
6
  "exports": {
@@ -78,6 +78,6 @@
78
78
  "build:clean": "rm -r ./build && pnpm run build",
79
79
  "pack": "mkdir -p packages && pnpm pack --pack-destination ./packages",
80
80
  "test:prepare": "unrun ./tests/prepare/main.ts",
81
- "test": "unrun tests/native.ts && unrun tests/url.ts && unrun tests/fs.ts"
81
+ "test": "unrun tests/native.mjs && unrun tests/url.ts && unrun tests/fs.ts"
82
82
  }
83
83
  }
Binary file
Binary file