@dcloudio/uni-app-x 0.7.93 → 0.7.94

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcloudio/uni-app-x",
3
- "version": "0.7.93",
3
+ "version": "0.7.94",
4
4
  "description": "uni-app x types",
5
5
  "typings": "index.d.ts",
6
6
  "main": "index.d.ts",
@@ -109,7 +109,8 @@ declare global {
109
109
 
110
110
  enum UniSharedDataComponentStyleIsolation {
111
111
  Isolated,
112
- AppShared,
112
+ App,
113
+ AppAndPage
113
114
  }
114
115
 
115
116
  enum UniSharedDataComponentRenderer {
@@ -325,7 +325,7 @@ export type SetInnerAudioOptionOptions = {
325
325
  "osVer": "12.0",
326
326
  "uniVer": "x",
327
327
  "uniUtsPlugin": "x",
328
- "unixVer": "4.5.0",
328
+ "unixVer": "5.0",
329
329
  "unixUtsPlugin": "5.0"
330
330
  },
331
331
  "harmony": {
@@ -1208,8 +1208,8 @@ export interface InnerAudioContext {
1208
1208
  "osVer": "12.0",
1209
1209
  "uniVer": "√",
1210
1210
  "uniUtsPlugin": "x",
1211
- "unixVer": "x",
1212
- "unixUtsPlugin": "x"
1211
+ "unixVer": "5.0",
1212
+ "unixUtsPlugin": "5.0"
1213
1213
  },
1214
1214
  "harmony": {
1215
1215
  "osVer": "5.0.0",