@nexrender/core 1.46.5 → 1.46.7
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/package.json +2 -2
- package/src/helpers/autofind.js +1 -0
- package/src/index.js +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nexrender/core",
|
|
3
|
-
"version": "1.46.
|
|
3
|
+
"version": "1.46.7",
|
|
4
4
|
"main": "src/index.js",
|
|
5
5
|
"author": "Inlife",
|
|
6
6
|
"homepage": "https://www.nexrender.com",
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"publishConfig": {
|
|
37
37
|
"access": "public"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "8adbbfc9c6df6890e1e7fc63c270e1725311078e"
|
|
40
40
|
}
|
package/src/helpers/autofind.js
CHANGED
|
@@ -14,6 +14,7 @@ const defaultPaths = {
|
|
|
14
14
|
'/Applications/Adobe After Effects 2021',
|
|
15
15
|
'/Applications/Adobe After Effects 2022',
|
|
16
16
|
'/Applications/Adobe After Effects 2023',
|
|
17
|
+
'/Applications/Adobe After Effects 2024',
|
|
17
18
|
'/Applications/Adobe After Effects CC 2021',
|
|
18
19
|
'/Applications/Adobe After Effects CC 2022',
|
|
19
20
|
'/Applications/Adobe After Effects CC 2023',
|