rbro-tat-uds 2.2.23 → 2.2.24

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.
@@ -13892,10 +13892,6 @@ const cities_extended = [
13892
13892
  {
13893
13893
  title: "Bucuresti",
13894
13894
  localitati: [
13895
- {
13896
- title: "Municipiul Bucuresti",
13897
- clasificare: "3"
13898
- },
13899
13895
  {
13900
13896
  title: "Sectorul 1",
13901
13897
  clasificare: "3"
@@ -19059,10 +19059,6 @@ const cities_extended = [
19059
19059
  {
19060
19060
  title: "Bucuresti",
19061
19061
  localitati: [
19062
- {
19063
- title: "Municipiul Bucuresti",
19064
- clasificare: "3"
19065
- },
19066
19062
  {
19067
19063
  title: "Sectorul 1",
19068
19064
  clasificare: "3"
@@ -13890,10 +13890,6 @@ const cities_extended = [
13890
13890
  {
13891
13891
  title: "Bucuresti",
13892
13892
  localitati: [
13893
- {
13894
- title: "Municipiul Bucuresti",
13895
- clasificare: "3"
13896
- },
13897
13893
  {
13898
13894
  title: "Sectorul 1",
13899
13895
  clasificare: "3"
@@ -19036,10 +19036,6 @@ const cities_extended = [
19036
19036
  {
19037
19037
  title: "Bucuresti",
19038
19038
  localitati: [
19039
- {
19040
- title: "Municipiul Bucuresti",
19041
- clasificare: "3"
19042
- },
19043
19039
  {
19044
19040
  title: "Sectorul 1",
19045
19041
  clasificare: "3"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rbro-tat-uds",
3
- "version": "2.2.23",
3
+ "version": "2.2.24",
4
4
  "type": "module",
5
5
  "main": "build/cjs/index.cjs",
6
6
  "module": "build/esm/index.js",