@worknice/utils 0.6.25 → 0.6.26

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.
@@ -352,7 +352,6 @@ type TriggerIntegrationSyncRequestPayload = {
352
352
  id: string;
353
353
  name: string;
354
354
  };
355
- archived: boolean;
356
355
  features: {
357
356
  leave: boolean;
358
357
  leaveBalances: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@worknice/utils",
3
- "version": "0.6.25",
3
+ "version": "0.6.26",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "type": "module",
@@ -34,6 +34,7 @@
34
34
  "prettier-plugin-embed": "^0.5.0",
35
35
  "prettier-plugin-sql": "^0.19.0",
36
36
  "semantic-release": "^24.2.2",
37
+ "semantic-release-scope-filter": "^1.0.0",
37
38
  "temporal-polyfill": "^0.2.5",
38
39
  "tsup": "^8.2.4",
39
40
  "typescript": "~5.5.0",