@wereform/pkgm-video 1.0.1 → 1.0.3
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
CHANGED
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wereform/pkgm-video",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
|
+
"source": "src/index.js",
|
|
4
5
|
"main": "dist/index.js",
|
|
5
|
-
"
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
"react-native": "src/index.js",
|
|
7
|
+
"files": [
|
|
8
|
+
"dist",
|
|
9
|
+
"src",
|
|
10
|
+
"README.md"
|
|
11
|
+
],
|
|
8
12
|
"publishConfig": {
|
|
9
13
|
"access": "public"
|
|
10
14
|
},
|
|
@@ -16,8 +20,8 @@
|
|
|
16
20
|
"react-native": "*"
|
|
17
21
|
},
|
|
18
22
|
"dependencies": {
|
|
19
|
-
"@wereform/pkgm-api": "^1.0.
|
|
20
|
-
"@wereform/pkgm-shared": "^1.0.
|
|
23
|
+
"@wereform/pkgm-api": "^1.0.7",
|
|
24
|
+
"@wereform/pkgm-shared": "^1.0.2",
|
|
21
25
|
"@expo/vector-icons": "^15.0.3"
|
|
22
26
|
},
|
|
23
27
|
"devDependencies": {
|
|
@@ -25,5 +29,8 @@
|
|
|
25
29
|
"@babel/core": "^7.28.5",
|
|
26
30
|
"@babel/preset-env": "^7.28.5",
|
|
27
31
|
"metro-react-native-babel-preset": "^0.77.0"
|
|
32
|
+
},
|
|
33
|
+
"scripts": {
|
|
34
|
+
"build": "babel src --out-dir dist --extensions .js,.jsx"
|
|
28
35
|
}
|
|
29
|
-
}
|
|
36
|
+
}
|
package/babel.config.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
Object.defineProperty(exports,"__esModule",{value:true});exports.VideoTestScreen=void 0;var _reactNative=require("react-native");var _pkgmShared=require("@wereform/pkgm-shared");var _jsxRuntime=require("react/jsx-runtime");var _this=this,_jsxFileName="F:\\WeReform Corporation\\Products\\BEGENONE\\App\\mobile\\packages\\begenone-pkgm-video\\src\\components\\VideoTestScreen.jsx";var VideoTestScreen=exports.VideoTestScreen=function VideoTestScreen(){return(0,_jsxRuntime.jsxs)(_reactNative.View,{style:{flex:1,justifyContent:"center",alignItems:"center"},children:[(0,_jsxRuntime.jsx)(_reactNative.Text,{children:"Video Test Screen"}),(0,_jsxRuntime.jsx)(_pkgmShared.SampleButton,{title:"Press From Shared!",onPress:function onPress(){return alert("Works!");}})]});};
|
|
File without changes
|
package/packageJSON.md
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@begenone/pkgm-video",
|
|
3
|
-
"version": "1.0.0",
|
|
4
|
-
"private": true,
|
|
5
|
-
"main": "dist/index.js",
|
|
6
|
-
"scripts": {
|
|
7
|
-
"build": "babel src --out-dir dist --extensions .js,.jsx"
|
|
8
|
-
},
|
|
9
|
-
"peerDependencies": {
|
|
10
|
-
"@expo/vector-icons": "_",
|
|
11
|
-
"expo": "_",
|
|
12
|
-
"expo-video": "_",
|
|
13
|
-
"react": "_",
|
|
14
|
-
"react-native": "_"
|
|
15
|
-
},
|
|
16
|
-
"dependencies": {
|
|
17
|
-
"@begenone/pkgm-api": "workspace:_",
|
|
18
|
-
"@begenone/pkgm-shared": "workspace:\*",
|
|
19
|
-
"@expo/vector-icons": "^15.0.3"
|
|
20
|
-
},
|
|
21
|
-
"devDependencies": {
|
|
22
|
-
"@babel/cli": "^7.28.3",
|
|
23
|
-
"@babel/core": "^7.28.5",
|
|
24
|
-
"@babel/preset-env": "^7.28.5",
|
|
25
|
-
"metro-react-native-babel-preset": "^0.77.0"
|
|
26
|
-
}
|
|
27
|
-
}
|