es-toolkit 1.32.0-dev.1012 → 1.32.0-dev.1014

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.
@@ -1,7 +1,7 @@
1
1
  interface FlattenObjectOptions {
2
2
  /**
3
3
  * The delimiter to use between nested keys.
4
- * @default '.''
4
+ * @default '.'
5
5
  */
6
6
  delimiter?: string;
7
7
  }
@@ -1,7 +1,7 @@
1
1
  interface FlattenObjectOptions {
2
2
  /**
3
3
  * The delimiter to use between nested keys.
4
- * @default '.''
4
+ * @default '.'
5
5
  */
6
6
  delimiter?: string;
7
7
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "es-toolkit",
3
3
  "description": "A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.",
4
- "version": "1.32.0-dev.1012+b8da6946",
4
+ "version": "1.32.0-dev.1014+1e3272e9",
5
5
  "homepage": "https://es-toolkit.slash.page",
6
6
  "bugs": "https://github.com/toss/es-toolkit/issues",
7
7
  "repository": {
@@ -14,6 +14,7 @@
14
14
  "benchmarks"
15
15
  ],
16
16
  "packageManager": "yarn@4.2.2",
17
+ "react-native": "./dist/index.js",
17
18
  "exports": {
18
19
  ".": {
19
20
  "import": {