@ailaw/venus 0.12.8 → 0.12.9

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/es.js CHANGED
@@ -206,7 +206,7 @@ var es = __spreadProps(__spreadValues(__spreadValues({}, lang2), lang3), {
206
206
  street: "Calle",
207
207
  apt: "Apto.",
208
208
  ste: "Ste.",
209
- flr: "FLR.",
209
+ flr: "Flr.",
210
210
  country: "Pa\xEDs",
211
211
  state: "Estado",
212
212
  province: "Provincia",
package/dist/ko.js CHANGED
@@ -288,7 +288,7 @@ var ko = __spreadProps(__spreadValues(__spreadValues({}, lang2), lang3), {
288
288
  street: "\uB3C4\uB85C \uBC0F \uBC88\uC9C0\uC218",
289
289
  apt: "Apt.",
290
290
  ste: "Ste.",
291
- flr: "FLR.",
291
+ flr: "Flr.",
292
292
  country: "\uAD6D\uAC00",
293
293
  state: "\uC8FC",
294
294
  province: "\uB3C4",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "0.12.8",
3
+ "version": "0.12.9",
4
4
  "files": [
5
5
  "dist"
6
6
  ],