@based/server
Advanced tools
Comparing version 9.1.0 to 9.1.1
@@ -147,5 +147,6 @@ import { isClientContext, } from '@based/functions'; | ||
this.auth = new BasedAuth(this, opts.auth); | ||
let restPath = '1' + | ||
(~~(Math.random() * 99999999)).toString(16) + | ||
(~~(Math.random() * 99999999)).toString(16); | ||
let restPath = '148e7ba428e4dbd'; | ||
// '1' + | ||
// (~~(Math.random() * 99999999)).toString(16) + | ||
// (~~(Math.random() * 99999999)).toString(16) | ||
this.restFallbackPath = restPath; | ||
@@ -152,0 +153,0 @@ if (opts.client) { |
{ | ||
"name": "@based/server", | ||
"version": "9.1.0", | ||
"version": "9.1.1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5971
415679