@react-native-vector-icons/common 12.3.0 → 12.3.1
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|

|
|
2
2
|
|
|
3
|
-
[](https://npmjs.com/package/@react-native-vector-icons/common
|
|
3
|
+
[](https://npmjs.com/package/@react-native-vector-icons/common) [](https://npmjs.com/package/@react-native-vector-icons/common)
|
|
4
4
|
|
|
5
5
|
# React Native Vector Icons
|
|
6
6
|
|
|
@@ -9,7 +9,7 @@ var _nodePath = _interopRequireDefault(require("node:path"));
|
|
|
9
9
|
var _findUp = require("find-up");
|
|
10
10
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
11
11
|
/**
|
|
12
|
-
* Source vendored and simplified from @react-native-
|
|
12
|
+
* Source vendored and simplified from @react-native-community/cli
|
|
13
13
|
*/
|
|
14
14
|
const resolveNodeModuleDir = (root, pkgName) => {
|
|
15
15
|
const packageDir = (0, _findUp.findUpSync)(_nodePath.default.join('node_modules', pkgName), {
|
|
@@ -5,7 +5,7 @@ import path from 'node:path';
|
|
|
5
5
|
import { findUpSync } from 'find-up';
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
|
-
* Source vendored and simplified from @react-native-
|
|
8
|
+
* Source vendored and simplified from @react-native-community/cli
|
|
9
9
|
*/
|
|
10
10
|
const resolveNodeModuleDir = (root, pkgName) => {
|
|
11
11
|
const packageDir = findUpSync(path.join('node_modules', pkgName), {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-native-vector-icons/common",
|
|
3
|
-
"version": "12.3.
|
|
3
|
+
"version": "12.3.1",
|
|
4
4
|
"description": "Customizable Icons for React Native with support for image source and full styling.",
|
|
5
5
|
"source": "./src/index.ts",
|
|
6
6
|
"main": "./lib/commonjs/index.js",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
}
|
|
94
94
|
},
|
|
95
95
|
"engines": {
|
|
96
|
-
"node": ">=
|
|
96
|
+
"node": ">=20.19.0 <21.0.0 || >=22.0.0"
|
|
97
97
|
},
|
|
98
98
|
"jest": {
|
|
99
99
|
"preset": "react-native",
|
package/src/scripts/common.ts
CHANGED
|
@@ -4,7 +4,7 @@ import path from 'node:path';
|
|
|
4
4
|
import { findUpSync } from 'find-up';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
|
-
* Source vendored and simplified from @react-native-
|
|
7
|
+
* Source vendored and simplified from @react-native-community/cli
|
|
8
8
|
*/
|
|
9
9
|
const resolveNodeModuleDir = (root: string, pkgName: string) => {
|
|
10
10
|
const packageDir = findUpSync(path.join('node_modules', pkgName), {
|