@trap_stevo/filetide 0.0.77 → 0.0.78
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/dist/cjs/FileTide.js +3 -0
- package/package.json +1 -1
package/dist/cjs/FileTide.js
CHANGED
|
@@ -77,6 +77,9 @@ class FileTide {
|
|
|
77
77
|
async inspectTideToken(tideToken) {
|
|
78
78
|
return await TideTokenEnforcer.inspect(tideToken);
|
|
79
79
|
}
|
|
80
|
+
getTideTokenEnforcerOverviewMetrics() {
|
|
81
|
+
return TideTokenEnforcer.enforcerOverviewMetrics;
|
|
82
|
+
}
|
|
80
83
|
getTideToken(scope = "default") {
|
|
81
84
|
return TideTokenEnforcer.getKey(scope);
|
|
82
85
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trap_stevo/filetide",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.78",
|
|
4
4
|
"description": "Revolutionizing real-time file transfer with seamless, instant communication across any device. Deliver files instantly, regardless of platform, and experience unparalleled speed and control in managing transfers. Elevate your file-sharing capabilities with a tool designed for precision, efficiency, and effortless connectivity.",
|
|
5
5
|
"main": "dist/cjs/FileTide.js",
|
|
6
6
|
"scripts": {
|