@gcforms/types 1.0.20 → 1.0.22

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
@@ -6,6 +6,9 @@ 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
8
 
9
+ ## [1.0.22] - 2025-09-09
10
+
11
+ - Bump yarn
9
12
 
10
13
  ## [1.0.20] - 2025-08-26
11
14
 
package/dist/index.d.mts CHANGED
@@ -120,6 +120,7 @@ interface ElementProperties {
120
120
  maxNumberOfRows?: number;
121
121
  autoComplete?: string;
122
122
  dateFormat?: string;
123
+ allowNegativeNumbers?: boolean;
123
124
  conditionalRules?: ConditionalRule[];
124
125
  full?: boolean;
125
126
  addressComponents?: AddressComponents | undefined;
package/dist/index.d.ts CHANGED
@@ -120,6 +120,7 @@ interface ElementProperties {
120
120
  maxNumberOfRows?: number;
121
121
  autoComplete?: string;
122
122
  dateFormat?: string;
123
+ allowNegativeNumbers?: boolean;
123
124
  conditionalRules?: ConditionalRule[];
124
125
  full?: boolean;
125
126
  addressComponents?: AddressComponents | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gcforms/types",
3
- "version": "1.0.20",
3
+ "version": "1.0.22",
4
4
  "author": "Canadian Digital Service",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -29,5 +29,5 @@
29
29
  "tsup": "^8.3.6",
30
30
  "typescript": "^5.5.2"
31
31
  },
32
- "packageManager": "yarn@4.9.2"
32
+ "packageManager": "yarn@4.9.4"
33
33
  }