expo-video 1.1.2 → 1.1.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/CHANGELOG.md CHANGED
@@ -10,6 +10,10 @@
10
10
 
11
11
  ### 💡 Others
12
12
 
13
+ ## 1.1.3 — 2024-04-24
14
+
15
+ _This version does not introduce any user-facing changes._
16
+
13
17
  ## 1.1.2 — 2024-04-24
14
18
 
15
19
  _This version does not introduce any user-facing changes._
@@ -1,7 +1,7 @@
1
1
  apply plugin: 'com.android.library'
2
2
 
3
3
  group = 'host.exp.exponent'
4
- version = '1.1.2'
4
+ version = '1.1.3'
5
5
 
6
6
  def expoModulesCorePlugin = new File(project(":expo-modules-core").projectDir.absolutePath, "ExpoModulesCorePlugin.gradle")
7
7
  apply from: expoModulesCorePlugin
@@ -14,7 +14,7 @@ android {
14
14
  namespace "expo.modules.video"
15
15
  defaultConfig {
16
16
  versionCode 1
17
- versionName '1.1.2'
17
+ versionName '1.1.3'
18
18
  }
19
19
  }
20
20
 
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @hidden
3
+ */
1
4
  declare const _default: any;
2
5
  export default _default;
3
6
  //# sourceMappingURL=NativeVideoModule.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NativeVideoModule.d.ts","sourceRoot":"","sources":["../src/NativeVideoModule.ts"],"names":[],"mappings":";AAEA,wBAAgD"}
1
+ {"version":3,"file":"NativeVideoModule.d.ts","sourceRoot":"","sources":["../src/NativeVideoModule.ts"],"names":[],"mappings":"AAEA;;GAEG;;AACH,wBAAgD"}
@@ -1,3 +1,6 @@
1
1
  import { requireNativeModule } from 'expo-modules-core';
2
+ /**
3
+ * @hidden
4
+ */
2
5
  export default requireNativeModule('ExpoVideo');
3
6
  //# sourceMappingURL=NativeVideoModule.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"NativeVideoModule.js","sourceRoot":"","sources":["../src/NativeVideoModule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,eAAe,mBAAmB,CAAC,WAAW,CAAC,CAAC","sourcesContent":["import { requireNativeModule } from 'expo-modules-core';\n\nexport default requireNativeModule('ExpoVideo');\n"]}
1
+ {"version":3,"file":"NativeVideoModule.js","sourceRoot":"","sources":["../src/NativeVideoModule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD;;GAEG;AACH,eAAe,mBAAmB,CAAC,WAAW,CAAC,CAAC","sourcesContent":["import { requireNativeModule } from 'expo-modules-core';\n\n/**\n * @hidden\n */\nexport default requireNativeModule('ExpoVideo');\n"]}
package/build/index.d.ts CHANGED
@@ -2,5 +2,5 @@ import Video from './NativeVideoModule';
2
2
  export { VideoView, isPictureInPictureSupported } from './VideoView';
3
3
  export { useVideoPlayer } from './VideoPlayer';
4
4
  export { Video };
5
- export { VideoSource, VideoPlayerEvents, VideoPlayerStatus, VideoContentFit, } from './VideoView.types';
5
+ export * from './VideoView.types';
6
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,qBAAqB,CAAC;AAExC,OAAO,EAAE,SAAS,EAAE,2BAA2B,EAAE,MAAM,aAAa,CAAC;AACrE,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAC/C,OAAO,EAAE,KAAK,EAAE,CAAC;AACjB,OAAO,EACL,WAAW,EACX,iBAAiB,EACjB,iBAAiB,EACjB,eAAe,GAChB,MAAM,mBAAmB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,qBAAqB,CAAC;AAExC,OAAO,EAAE,SAAS,EAAE,2BAA2B,EAAE,MAAM,aAAa,CAAC;AACrE,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAC/C,OAAO,EAAE,KAAK,EAAE,CAAC;AACjB,cAAc,mBAAmB,CAAC"}
package/build/index.js CHANGED
@@ -2,4 +2,5 @@ import Video from './NativeVideoModule';
2
2
  export { VideoView, isPictureInPictureSupported } from './VideoView';
3
3
  export { useVideoPlayer } from './VideoPlayer';
4
4
  export { Video };
5
+ export * from './VideoView.types';
5
6
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,qBAAqB,CAAC;AAExC,OAAO,EAAE,SAAS,EAAE,2BAA2B,EAAE,MAAM,aAAa,CAAC;AACrE,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAC/C,OAAO,EAAE,KAAK,EAAE,CAAC","sourcesContent":["import Video from './NativeVideoModule';\n\nexport { VideoView, isPictureInPictureSupported } from './VideoView';\nexport { useVideoPlayer } from './VideoPlayer';\nexport { Video };\nexport {\n VideoSource,\n VideoPlayerEvents,\n VideoPlayerStatus,\n VideoContentFit,\n} from './VideoView.types';\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,qBAAqB,CAAC;AAExC,OAAO,EAAE,SAAS,EAAE,2BAA2B,EAAE,MAAM,aAAa,CAAC;AACrE,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAC/C,OAAO,EAAE,KAAK,EAAE,CAAC;AACjB,cAAc,mBAAmB,CAAC","sourcesContent":["import Video from './NativeVideoModule';\n\nexport { VideoView, isPictureInPictureSupported } from './VideoView';\nexport { useVideoPlayer } from './VideoPlayer';\nexport { Video };\nexport * from './VideoView.types';\n"]}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "expo-video",
3
3
  "title": "Expo Video",
4
- "version": "1.1.2",
4
+ "version": "1.1.3",
5
5
  "description": "A cross-platform, performant video component for React Native and Expo with Web support",
6
6
  "main": "build/index.js",
7
7
  "types": "build/index.d.ts",
@@ -36,5 +36,5 @@
36
36
  "peerDependencies": {
37
37
  "expo": "*"
38
38
  },
39
- "gitHead": "f8f9d041c6467f325b58c7913e0f5ed1af102e11"
39
+ "gitHead": "8b4cb45563b85c2ec91b1b249d136661bf6e8981"
40
40
  }
@@ -1,3 +1,6 @@
1
1
  import { requireNativeModule } from 'expo-modules-core';
2
2
 
3
+ /**
4
+ * @hidden
5
+ */
3
6
  export default requireNativeModule('ExpoVideo');
package/src/index.ts CHANGED
@@ -3,9 +3,4 @@ import Video from './NativeVideoModule';
3
3
  export { VideoView, isPictureInPictureSupported } from './VideoView';
4
4
  export { useVideoPlayer } from './VideoPlayer';
5
5
  export { Video };
6
- export {
7
- VideoSource,
8
- VideoPlayerEvents,
9
- VideoPlayerStatus,
10
- VideoContentFit,
11
- } from './VideoView.types';
6
+ export * from './VideoView.types';