@wix/data-backend-public-sdk-poc
Advanced tools
Comparing version 1.0.66 to 1.0.67
{ | ||
"name": "@wix/data-backend-public-sdk-poc", | ||
"version": "1.0.66", | ||
"version": "1.0.67", | ||
"publishConfig": { | ||
@@ -21,6 +21,5 @@ "registry": "https://registry.npmjs.org/", | ||
"dependencies": { | ||
"@wix/data-backend-public-sdk-poc_data": "1.0.19" | ||
"@wix/data-backend-public-sdk-poc_data": "1.0.20" | ||
}, | ||
"devDependencies": { | ||
"@wix/sdk": "https://cdn.dev.wixpress.com/@wix/sdk/02e8069ab2fd783e0e6a080fc7d590e76cb26ab93c8389574286305b.tar.gz", | ||
"glob": "^10.4.1", | ||
@@ -47,3 +46,3 @@ "rollup": "^4.18.0", | ||
}, | ||
"falconPackageHash": "454cb914ded75a3572d00b6d317eb5e84b442fbdaeb08c8bcc2c5356" | ||
"falconPackageHash": "7164c4dd5f45dac2349a6a9fe550903ea3742369bfb36577b3420cf0" | ||
} |
@@ -122,2 +122,3 @@ interface Sorting { | ||
request<TResponse, TData = any>(req: RequestOptionsFactory<TResponse, TData>): Promise<HttpResponse<TResponse>>; | ||
fetchWithAuth: (url: string | URL, init?: RequestInit) => Promise<Response>; | ||
} | ||
@@ -145,2 +146,9 @@ type RequestOptionsFactory<TResponse = any, TData = any> = (context: any) => RequestOptions<TResponse, TData>; | ||
declare global { | ||
// eslint-disable-next-line @typescript-eslint/consistent-type-definitions -- It has to be an `interface` so that it can be merged. | ||
interface SymbolConstructor { | ||
readonly observable: symbol; | ||
} | ||
} | ||
declare function query$1(httpClient: HttpClient): (options?: QueryOptions) => Promise<QueryResponse & QueryResponseNonNullableFields>; | ||
@@ -147,0 +155,0 @@ |
@@ -587,2 +587,3 @@ interface Item { | ||
request<TResponse, TData = any>(req: RequestOptionsFactory<TResponse, TData>): Promise<HttpResponse<TResponse>>; | ||
fetchWithAuth: (url: string | URL, init?: RequestInit) => Promise<Response>; | ||
} | ||
@@ -609,2 +610,9 @@ type RequestOptionsFactory<TResponse = any, TData = any> = (context: any) => RequestOptions<TResponse, TData>; | ||
declare global { | ||
// eslint-disable-next-line @typescript-eslint/consistent-type-definitions -- It has to be an `interface` so that it can be merged. | ||
interface SymbolConstructor { | ||
readonly observable: symbol; | ||
} | ||
} | ||
declare const __metadata: { | ||
@@ -611,0 +619,0 @@ PACKAGE_NAME: string; |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
50430
4
1203
0
+ Added@wix/data-backend-public-sdk-poc_data@1.0.20(transitive)
+ Added@wix/sdk-context@0.0.1(transitive)
+ Added@wix/sdk-runtime@0.3.27(transitive)
- Removed@wix/data-backend-public-sdk-poc_data@1.0.19(transitive)
- Removed@wix/sdk-runtime@0.2.12(transitive)