@everymatrix/player-profile-info 1.53.11 → 1.53.12
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
|
2
2
|
{
|
3
3
|
"name": "@everymatrix/player-profile-info",
|
4
|
-
"version": "1.53.
|
4
|
+
"version": "1.53.12",
|
5
5
|
"type": "module",
|
6
6
|
"main": "esnext/player-profile-info.js",
|
7
7
|
"module": "esnext/player-profile-info.js",
|
8
8
|
"exports": {
|
9
9
|
".": {
|
10
|
-
"import": "./esnext/
|
10
|
+
"import": "./esnext/player-profile-info.js"
|
11
11
|
},
|
12
12
|
"./es2015/player-profile-info.cjs": "./es2015/player-profile-info.cjs",
|
13
13
|
"./es2015/player-profile-info.js": "./es2015/player-profile-info.js"
|