@sankyu/react-circle-flags 1.3.1 → 1.3.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/README.md +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
|
|
15
15
|
:star: **Star us on [GitHub](https://github.com/Sankyu-Lab/react-circle-flags)** | :bug: **Report Issues [here](https://github.com/Sankyu-Lab/react-circle-flags/issues)**
|
|
16
16
|
|
|
17
|
-
:rocket: **Explore the [Demo Gallery](https://sankyu-lab.github.io/browse)** | :book: **Read the [Documentation](https://sankyu-lab.github.io/
|
|
17
|
+
:rocket: **Explore the [Demo Gallery](https://sankyu-lab.github.io/browse)** | :book: **Read the [Documentation](https://sankyu-lab.github.io/docs/guides/getting-started/)**
|
|
18
18
|
|
|
19
19
|
</div>
|
|
20
20
|
|
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.3.
|
|
14332
|
+
version: "1.3.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
|
-
"
|
|
14341
|
+
"1767369099420"
|
|
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.3.
|
|
14330
|
+
version: "1.3.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
|
-
"
|
|
14339
|
+
"1767369099420"
|
|
14340
14340
|
);
|
|
14341
14341
|
var buildMeta = {
|
|
14342
14342
|
version: package_default.version,
|
package/package.json
CHANGED