@mindline/sync 1.0.51 → 1.0.52

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/.vs/slnx.sqlite CHANGED
Binary file
package/index.d.ts CHANGED
@@ -4,7 +4,7 @@ declare module "@mindline/sync" {
4
4
  export function helloNpm(): string;
5
5
 
6
6
  export class graphConfig {
7
- static environmentTag: string = "dev";
7
+ static environmentTag: string;
8
8
  // config API endpoints
9
9
  static adminEndpoint(): string;
10
10
  static adminIncompleteEndpoint(): string;
@@ -33,7 +33,7 @@ declare module "@mindline/sync" {
33
33
  static authorityUSRegex: RegExp;
34
34
  static authorityCN: string;
35
35
  static authorityCNRegex: RegExp;
36
- };
36
+ }
37
37
  export class Group {
38
38
  id: string;
39
39
  displayName: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mindline/sync",
3
3
  "type": "module",
4
- "version": "1.0.51",
4
+ "version": "1.0.52",
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.",