kuzzle-sdk
Advanced tools
Comparing version 7.8.0 to 7.8.1
@@ -1,1 +0,1 @@ | ||
/*! Kuzzle Javascript SDK version 7.8.0 */ | ||
/*! Kuzzle Javascript SDK version 7.8.1 */ |
{ | ||
"name": "kuzzle-sdk", | ||
"version": "7.8.0", | ||
"version": "7.8.1", | ||
"description": "Official Javascript SDK for Kuzzle", | ||
@@ -5,0 +5,0 @@ "author": "The Kuzzle Team <support@kuzzle.io>", |
@@ -5,3 +5,3 @@ import { Kuzzle } from '../Kuzzle'; | ||
import { RealtimeDocumentSearchResult } from './searchResult/RealtimeDocument'; | ||
import { ArgsDocumentControllerGet, ArgsDocumentControllerMGet, ArgsDocumentControllerSearch } from 'src/controllers/Document'; | ||
import { ArgsDocumentControllerGet, ArgsDocumentControllerMGet, ArgsDocumentControllerSearch } from '../controllers/Document'; | ||
/** | ||
@@ -8,0 +8,0 @@ * The Observer class allows to manipulate realtime documents. |
Sorry, the diff of this file is too big to display
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
487828