@gcforms/types 1.0.11 → 1.0.12

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/CHANGELOG.md CHANGED
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.0.12] - 2025-06-25
9
+
10
+ ### Changed
11
+
8
12
  ## [1.0.11] - 2025-06-23
9
13
 
10
14
  ### Changed
@@ -23,7 +27,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
23
27
 
24
28
  - Update NotificationsIntervalDefault to off
25
29
 
26
-
27
30
  ## [1.0.8] - 2025-05-20
28
31
 
29
32
  ### Changed
package/dist/index.d.mts CHANGED
@@ -178,7 +178,7 @@ declare const FormStatus: {
178
178
  readonly CAPTCHA_VERIFICATION_ERROR: "CaptchaVerificationError";
179
179
  };
180
180
  type FormStatus = (typeof FormStatus)[keyof typeof FormStatus];
181
- declare const NotificationsIntervalDefault: null;
181
+ declare const NotificationsIntervalDefault: 1440;
182
182
  declare const NotificationsInterval: {
183
183
  readonly OFF: null;
184
184
  readonly DAY: 1440;
package/dist/index.d.ts CHANGED
@@ -178,7 +178,7 @@ declare const FormStatus: {
178
178
  readonly CAPTCHA_VERIFICATION_ERROR: "CaptchaVerificationError";
179
179
  };
180
180
  type FormStatus = (typeof FormStatus)[keyof typeof FormStatus];
181
- declare const NotificationsIntervalDefault: null;
181
+ declare const NotificationsIntervalDefault: 1440;
182
182
  declare const NotificationsInterval: {
183
183
  readonly OFF: null;
184
184
  readonly DAY: 1440;
package/dist/index.js CHANGED
@@ -67,7 +67,7 @@ var NotificationsInterval = {
67
67
  DAY: 1440,
68
68
  WEEK: 10080
69
69
  };
70
- var NotificationsIntervalDefault = NotificationsInterval.OFF;
70
+ var NotificationsIntervalDefault = NotificationsInterval.DAY;
71
71
  // Annotate the CommonJS export names for ESM import in node:
72
72
  0 && (module.exports = {
73
73
  FormElementTypes,
package/dist/index.mjs CHANGED
@@ -37,7 +37,7 @@ var NotificationsInterval = {
37
37
  DAY: 1440,
38
38
  WEEK: 10080
39
39
  };
40
- var NotificationsIntervalDefault = NotificationsInterval.OFF;
40
+ var NotificationsIntervalDefault = NotificationsInterval.DAY;
41
41
  export {
42
42
  FormElementTypes,
43
43
  FormStatus,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gcforms/types",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "author": "Canadian Digital Service",
5
5
  "license": "MIT",
6
6
  "publishConfig": {