tering-serieuze-types 2.6.0 → 2.6.1

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/dist/index.js CHANGED
@@ -138,8 +138,7 @@ __decorateClass([
138
138
  ], WindowState.prototype, "applications", 2);
139
139
  __decorateClass([
140
140
  (0, import_swagger.ApiProperty)({ type: String }),
141
- (0, import_class_validator.IsString)(),
142
- (0, import_class_validator.IsNotEmpty)()
141
+ (0, import_class_validator.IsString)()
143
142
  ], WindowState.prototype, "activeApplication", 2);
144
143
 
145
144
  // src/authenticator.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tering-serieuze-types",
3
- "version": "2.6.0",
3
+ "version": "2.6.1",
4
4
  "description": "Tering serieuze types",
5
5
  "author": "Frank",
6
6
  "repository": {
@@ -62,6 +62,5 @@ export class WindowState {
62
62
 
63
63
  @ApiProperty({ type: String })
64
64
  @IsString()
65
- @IsNotEmpty()
66
65
  activeApplication: string;
67
66
  }