@optique/temporal 1.1.0-dev.2069 → 1.1.0-dev.2070

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.cjs CHANGED
@@ -182,7 +182,7 @@ const CALENDAR_ANNOTATION = String.raw`(\[!?u-ca=[a-zA-Z0-9\-]+\])?`;
182
182
  const CALENDAR_ANNOTATION_REQUIRED = String.raw`\[!?u-ca=[a-zA-Z0-9\-]+\]`;
183
183
  /**
184
184
  * Year portion: either 4 digits (`YYYY`) or a sign-prefixed 6-digit expanded
185
- * year (`+YYYYYY` / `-YYYYYY`).
185
+ * year (`+YYYYYY`/`-YYYYYY`).
186
186
  */
187
187
  const YEAR = String.raw`([+-]\d{6}|\d{4})`;
188
188
  /** ISO 8601 fractional seconds with `.` or `,` separator. */
package/dist/index.js CHANGED
@@ -159,7 +159,7 @@ const CALENDAR_ANNOTATION = String.raw`(\[!?u-ca=[a-zA-Z0-9\-]+\])?`;
159
159
  const CALENDAR_ANNOTATION_REQUIRED = String.raw`\[!?u-ca=[a-zA-Z0-9\-]+\]`;
160
160
  /**
161
161
  * Year portion: either 4 digits (`YYYY`) or a sign-prefixed 6-digit expanded
162
- * year (`+YYYYYY` / `-YYYYYY`).
162
+ * year (`+YYYYYY`/`-YYYYYY`).
163
163
  */
164
164
  const YEAR = String.raw`([+-]\d{6}|\d{4})`;
165
165
  /** ISO 8601 fractional seconds with `.` or `,` separator. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optique/temporal",
3
- "version": "1.1.0-dev.2069",
3
+ "version": "1.1.0-dev.2070",
4
4
  "description": "Temporal value parsers for Optique",
5
5
  "keywords": [
6
6
  "CLI",
@@ -56,7 +56,7 @@
56
56
  "sideEffects": false,
57
57
  "dependencies": {
58
58
  "@js-temporal/polyfill": "^0.5.1",
59
- "@optique/core": "1.1.0-dev.2069+e8c23fda"
59
+ "@optique/core": "1.1.0-dev.2070+40944724"
60
60
  },
61
61
  "devDependencies": {
62
62
  "@types/node": "^20.19.9",