haystack-nclient
Advanced tools
Comparing version 3.0.32-beta.1 to 3.0.32
@@ -0,0 +0,0 @@ import { HNamespace, HVal, HaysonVal } from 'haystack-core'; |
@@ -0,0 +0,0 @@ import { HNamespace } from 'haystack-core'; |
@@ -0,0 +0,0 @@ import { HGrid, HDict, HaysonDict, HList } from 'haystack-core'; |
@@ -0,0 +0,0 @@ import { HGrid } from 'haystack-core'; |
@@ -0,0 +0,0 @@ import { HVal } from 'haystack-core'; |
@@ -0,0 +0,0 @@ import { CsrfRequestInit } from './finCsrfFetch'; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ import { HaysonDict, HDict, HGrid, HMarker, HRef, HStr } from 'haystack-core'; |
@@ -0,0 +0,0 @@ import { HGrid } from 'haystack-core'; |
@@ -0,0 +0,0 @@ import { HDict, HGrid, HMarker, HRef, HaysonDict, HList } from 'haystack-core'; |
@@ -0,0 +0,0 @@ import { HDateTime, HDict, HRef, HStr } from 'haystack-core'; |
@@ -0,0 +0,0 @@ import { HDict, HNum, HRef, HStr } from 'haystack-core'; |
@@ -0,0 +0,0 @@ import { NotificationService, NotificationEventHandler } from './NotificationService'; |
@@ -0,0 +0,0 @@ import { HGrid, HRef, HDict, HaysonDict, HList, HaysonVal, HVal, HStr, HNum, HDate, HDateTime } from 'haystack-core'; |
@@ -0,0 +0,0 @@ import { ClientServiceConfig } from './ClientServiceConfig'; |
@@ -0,0 +0,0 @@ import { HGrid, HRef, HDict, HaysonDict, HList } from 'haystack-core'; |
@@ -0,0 +0,0 @@ import { HaysonDict, HDict, HGrid, HMarker, HRef } from 'haystack-core'; |
@@ -0,0 +0,0 @@ import { HDict, HGrid, HRef } from 'haystack-core'; |
@@ -0,0 +0,0 @@ import { HBool, HDate, HDateTime, HDict, HList, HNum, HRef, HStr, HTime, HVal } from 'haystack-core'; |
@@ -0,0 +0,0 @@ import { ClientServiceConfig } from './ClientServiceConfig'; |
@@ -121,2 +121,10 @@ import { HGrid, HDict, HRef } from 'haystack-core'; | ||
/** | ||
* Return true if the dicts can trigger an update event for a watch. | ||
* | ||
* @param curDict The current dict. | ||
* @param newDict The new dict. | ||
* @returns True if an update can be triggered. | ||
*/ | ||
static canUpdate(curDict: HDict, newDict: HDict): boolean; | ||
/** | ||
* Update an existing dict with the new dict and return the changes | ||
@@ -123,0 +131,0 @@ * or undefined if none are detected. |
@@ -0,0 +0,0 @@ import { HRef, HDict, HGrid } from 'haystack-core'; |
@@ -0,0 +0,0 @@ import { HRef, HDict, HGrid } from 'haystack-core'; |
@@ -0,0 +0,0 @@ import { HGrid, HDict, HRef } from 'haystack-core'; |
@@ -0,0 +0,0 @@ import { HNum } from 'haystack-core'; |
@@ -0,0 +0,0 @@ import { HVal } from 'haystack-core'; |
@@ -0,0 +0,0 @@ import { ClientServiceConfig } from '../ClientServiceConfig'; |
@@ -0,0 +0,0 @@ import { ClientServiceConfig } from '../ClientServiceConfig'; |
@@ -0,0 +0,0 @@ import { HaysonDict, HDict, HGrid, HList } from 'haystack-core'; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ import { HList, HRef } from 'haystack-core'; |
@@ -0,0 +0,0 @@ import { HRef, HDict, HList, HGrid, HaysonDict } from 'haystack-core'; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ import { HDateTime, HDict, HRef } from 'haystack-core'; |
@@ -13,3 +13,3 @@ { | ||
"homepage": "https://github.com/j2inn/haystack-nclient", | ||
"version": "3.0.32-beta.1", | ||
"version": "3.0.32", | ||
"module": "dist/index.es.js", | ||
@@ -52,3 +52,3 @@ "main": "dist/index.js", | ||
"fetch-mock": "^9.10.7", | ||
"haystack-core": "^2.0.44", | ||
"haystack-core": "^2.0.45", | ||
"html-loader": "^4.1.0", | ||
@@ -78,4 +78,4 @@ "html-webpack-plugin": "^5.5.0", | ||
"peerDependencies": { | ||
"haystack-core": "^2.0.44" | ||
"haystack-core": "^2.0.45" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
14561
0
553949