@bottlebooks/valid-values 10.56.2 → 10.56.3-alpha.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [10.56.3-alpha.0](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@10.56.2...@bottlebooks/valid-values@10.56.3-alpha.0) (2025-05-29)
7
+
8
+ **Note:** Version bump only for package @bottlebooks/valid-values
9
+
6
10
  ## [10.56.2](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@10.56.1...@bottlebooks/valid-values@10.56.2) (2025-05-29)
7
11
 
8
12
  **Note:** Version bump only for package @bottlebooks/valid-values
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=country.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"country.d.ts","sourceRoot":"","sources":["../../../src/validValues/json/country.js"],"names":[],"mappings":""}
@@ -0,0 +1,13 @@
1
+ import type { Subregion } from './subregion';
2
+ interface DeprecatedSubregion extends Subregion {
3
+ isDeprecated: true;
4
+ metadata: {
5
+ deprecationDescription: string;
6
+ deprecatedFrom: string;
7
+ };
8
+ }
9
+ declare const allDeprecatedSubregions: {
10
+ readonly fr_sevre_et_maine: DeprecatedSubregion;
11
+ };
12
+ export default allDeprecatedSubregions;
13
+ //# sourceMappingURL=deprecatedSubregion.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deprecatedSubregion.d.ts","sourceRoot":"","sources":["../../../src/validValues/subregion/deprecatedSubregion.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,UAAU,mBAAoB,SAAQ,SAAS;IAC7C,YAAY,EAAE,IAAI,CAAC;IACnB,QAAQ,EAAE;QACR,sBAAsB,EAAE,MAAM,CAAC;QAC/B,cAAc,EAAE,MAAM,CAAC;KACxB,CAAC;CACH;AAKD,QAAA,MAAM,uBAAuB;;CAcnB,CAAC;AAEX,eAAe,uBAAuB,CAAC"}
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@bottlebooks/valid-values",
3
3
  "description": "The Bottlebooks lookup values, defined globally.",
4
4
  "private": false,
5
- "version": "10.56.2",
5
+ "version": "10.56.3-alpha.0",
6
6
  "type": "commonjs",
7
7
  "main": "dist/index.js",
8
8
  "types": "dist/index.d.ts",
@@ -37,5 +37,5 @@
37
37
  "dependencies": {
38
38
  "@lingui/core": "3.14.0"
39
39
  },
40
- "gitHead": "17e43f8038e07a3bfd1495e52aea8456b154d424"
40
+ "gitHead": "ccfa587ac44f890b555215307f998458beb772cd"
41
41
  }