@flamelink/sdk-content-types
Advanced tools
Comparing version 1.0.0-alpha.18 to 1.0.0-alpha.22
@@ -71,3 +71,6 @@ import * as App from '@flamelink/sdk-app-types' | ||
export interface Api { | ||
ref(reference?: string | string[]): any | ||
ref( | ||
reference?: string | string[], | ||
options?: App.RTDB.Options | App.CF.Options | ||
): any | ||
@@ -74,0 +77,0 @@ getRaw(options: RTDB.Get): Promise<any> |
{ | ||
"name": "@flamelink/sdk-content-types", | ||
"version": "1.0.0-alpha.18", | ||
"version": "1.0.0-alpha.22", | ||
"publishConfig": { | ||
@@ -28,3 +28,3 @@ "access": "public" | ||
"dependencies": { | ||
"@flamelink/sdk-app-types": "^1.0.0-alpha.18" | ||
"@flamelink/sdk-app-types": "^1.0.0-alpha.22" | ||
}, | ||
@@ -34,3 +34,3 @@ "scripts": { | ||
}, | ||
"gitHead": "05f5df7fd84039833886a1810bf903ef7d1d3728" | ||
"gitHead": "8203bb1cb3b18dada410097b9d32155e2ea71c37" | ||
} |
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
5476
107