@mindline/sync 1.0.22 → 1.0.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -63,7 +63,7 @@ declare module "@mindline/sync" {
|
|
|
63
63
|
tagWithWorkspaces(): boolean;
|
|
64
64
|
}
|
|
65
65
|
|
|
66
|
-
export function InitGet(ii: InitInfo, instance: IPublicClientApplication): boolean;
|
|
66
|
+
export function InitGet(ii: InitInfo, instance: IPublicClientApplication, debug: boolean): boolean;
|
|
67
67
|
export function AddTarget(): boolean;
|
|
68
68
|
export function CompleteTarget(): boolean;
|
|
69
69
|
export function AddUser(): boolean;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mindline/sync",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.23",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"exports": "./index.ts",
|
|
7
7
|
"description": "sync is a node.js package encapsulating javscript classes required for configuring Mindline sync service.",
|