@sankyu/react-circle-flags 1.1.1 → 1.2.2

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
@@ -14329,7 +14329,7 @@ var FLAG_REGISTRY = {
14329
14329
 
14330
14330
  // package.json
14331
14331
  var package_default = {
14332
- version: "1.1.1"};
14332
+ version: "1.2.2"};
14333
14333
 
14334
14334
  // src/meta.ts
14335
14335
  var parseBuiltAt = (source) => {
@@ -14338,7 +14338,7 @@ var parseBuiltAt = (source) => {
14338
14338
  };
14339
14339
  var commit = "dev" ;
14340
14340
  var builtAt = parseBuiltAt(
14341
- "1767351221092"
14341
+ "1767355527577"
14342
14342
  );
14343
14343
  var buildMeta = {
14344
14344
  version: package_default.version,
package/dist/index.mjs CHANGED
@@ -14327,7 +14327,7 @@ var FLAG_REGISTRY = {
14327
14327
 
14328
14328
  // package.json
14329
14329
  var package_default = {
14330
- version: "1.1.1"};
14330
+ version: "1.2.2"};
14331
14331
 
14332
14332
  // src/meta.ts
14333
14333
  var parseBuiltAt = (source) => {
@@ -14336,7 +14336,7 @@ var parseBuiltAt = (source) => {
14336
14336
  };
14337
14337
  var commit = "dev" ;
14338
14338
  var builtAt = parseBuiltAt(
14339
- "1767351221092"
14339
+ "1767355527577"
14340
14340
  );
14341
14341
  var buildMeta = {
14342
14342
  version: package_default.version,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sankyu/react-circle-flags",
3
- "version": "1.1.1",
3
+ "version": "1.2.2",
4
4
  "description": "Modern React library for circular flag components with SVGs, TypeScript support, and tree-shaking optimization.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",