@sankyu/react-circle-flags 1.4.1 → 1.4.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 +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -13045,7 +13045,7 @@ var FLAG_REGISTRY = {
|
|
|
13045
13045
|
|
|
13046
13046
|
// package.json
|
|
13047
13047
|
var package_default = {
|
|
13048
|
-
version: "1.4.
|
|
13048
|
+
version: "1.4.2"};
|
|
13049
13049
|
|
|
13050
13050
|
// src/meta.ts
|
|
13051
13051
|
var parseBuiltAt = (source) => {
|
|
@@ -13054,7 +13054,7 @@ var parseBuiltAt = (source) => {
|
|
|
13054
13054
|
};
|
|
13055
13055
|
var commit = "dev" ;
|
|
13056
13056
|
var builtAt = parseBuiltAt(
|
|
13057
|
-
"
|
|
13057
|
+
"1767709251902"
|
|
13058
13058
|
);
|
|
13059
13059
|
var buildMeta = {
|
|
13060
13060
|
version: package_default.version,
|
package/dist/index.mjs
CHANGED
|
@@ -13043,7 +13043,7 @@ var FLAG_REGISTRY = {
|
|
|
13043
13043
|
|
|
13044
13044
|
// package.json
|
|
13045
13045
|
var package_default = {
|
|
13046
|
-
version: "1.4.
|
|
13046
|
+
version: "1.4.2"};
|
|
13047
13047
|
|
|
13048
13048
|
// src/meta.ts
|
|
13049
13049
|
var parseBuiltAt = (source) => {
|
|
@@ -13052,7 +13052,7 @@ var parseBuiltAt = (source) => {
|
|
|
13052
13052
|
};
|
|
13053
13053
|
var commit = "dev" ;
|
|
13054
13054
|
var builtAt = parseBuiltAt(
|
|
13055
|
-
"
|
|
13055
|
+
"1767709251902"
|
|
13056
13056
|
);
|
|
13057
13057
|
var buildMeta = {
|
|
13058
13058
|
version: package_default.version,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sankyu/react-circle-flags",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2",
|
|
4
4
|
"description": "📦 400+ circular SVG React flags — tree-shakeable, TypeScript-ready, SSR-compatible, zero deps.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"@testing-library/jest-dom": "^6.9.1",
|
|
92
92
|
"@testing-library/react": "^14.3.1",
|
|
93
93
|
"@types/jest": "^30.0.0",
|
|
94
|
-
"@types/node": "^
|
|
94
|
+
"@types/node": "^25.0.3",
|
|
95
95
|
"@types/react": "^18.3.27",
|
|
96
96
|
"@typescript-eslint/eslint-plugin": "^8.51.0",
|
|
97
97
|
"@typescript-eslint/parser": "^8.51.0",
|
|
@@ -99,8 +99,8 @@
|
|
|
99
99
|
"eslint-config-prettier": "^10.1.8",
|
|
100
100
|
"eslint-plugin-prettier": "^5.5.4",
|
|
101
101
|
"eslint-plugin-react": "^7.37.5",
|
|
102
|
-
"eslint-plugin-react-hooks": "^
|
|
103
|
-
"globals": "^
|
|
102
|
+
"eslint-plugin-react-hooks": "^7.0.1",
|
|
103
|
+
"globals": "^17.0.0",
|
|
104
104
|
"husky": "^9.1.7",
|
|
105
105
|
"jest": "^30.2.0",
|
|
106
106
|
"jest-environment-jsdom": "^30.2.0",
|