@lokalise/translation-storage-api-schemas 12.5.0 → 12.6.0

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.
@@ -1,3 +1,4 @@
1
1
  export declare const TASK_CREATION_FEATURE_FLAG = "ap_metro_feature_automatic_task_creation";
2
2
  export declare const ASSETS_PANEL_FEATURE_FLAG = "ap_feature_assets_panel";
3
+ export declare const TASK_DUE_DATES_FEATURE_FLAG = "ap_metro_feature_task_due_dates";
3
4
  //# sourceMappingURL=feature-flags.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"feature-flags.d.ts","sourceRoot":"","sources":["../src/feature-flags.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,0BAA0B,6CAA6C,CAAA;AACpF,eAAO,MAAM,yBAAyB,4BAA4B,CAAA"}
1
+ {"version":3,"file":"feature-flags.d.ts","sourceRoot":"","sources":["../src/feature-flags.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,0BAA0B,6CAA6C,CAAA;AACpF,eAAO,MAAM,yBAAyB,4BAA4B,CAAA;AAClE,eAAO,MAAM,2BAA2B,oCAAoC,CAAA"}
@@ -1,3 +1,4 @@
1
1
  export const TASK_CREATION_FEATURE_FLAG = 'ap_metro_feature_automatic_task_creation';
2
2
  export const ASSETS_PANEL_FEATURE_FLAG = 'ap_feature_assets_panel';
3
+ export const TASK_DUE_DATES_FEATURE_FLAG = 'ap_metro_feature_task_due_dates';
3
4
  //# sourceMappingURL=feature-flags.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"feature-flags.js","sourceRoot":"","sources":["../src/feature-flags.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,0BAA0B,GAAG,0CAA0C,CAAA;AACpF,MAAM,CAAC,MAAM,yBAAyB,GAAG,yBAAyB,CAAA"}
1
+ {"version":3,"file":"feature-flags.js","sourceRoot":"","sources":["../src/feature-flags.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,0BAA0B,GAAG,0CAA0C,CAAA;AACpF,MAAM,CAAC,MAAM,yBAAyB,GAAG,yBAAyB,CAAA;AAClE,MAAM,CAAC,MAAM,2BAA2B,GAAG,iCAAiC,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lokalise/translation-storage-api-schemas",
3
- "version": "12.5.0",
3
+ "version": "12.6.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],