@dcloudio/uni-mp-toutiao 3.0.0-alpha-4010620240509001 → 3.0.0-alpha-4010720240511001

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/README.md ADDED
@@ -0,0 +1 @@
1
+ # @dcloudio/uni-mp-toutiao
@@ -1,6 +1,6 @@
1
1
  import { isArray, hasOwn, isString, isPlainObject, isObject, capitalize, toRawType, makeMap, isFunction, isPromise, extend, remove } from '@vue/shared';
2
2
  import { normalizeLocale, LOCALE_EN } from '@dcloudio/uni-i18n';
3
- import { LINEFEED, Emitter, onCreateVueApp, invokeCreateVueAppHook } from '@dcloudio/uni-shared';
3
+ import { Emitter, onCreateVueApp, invokeCreateVueAppHook } from '@dcloudio/uni-shared';
4
4
 
5
5
  function getBaseSystemInfo() {
6
6
  return tt.getSystemInfoSync();
@@ -407,7 +407,7 @@ function normalizeErrMsg(errMsg) {
407
407
  return errMsg;
408
408
  }
409
409
  if (errMsg.stack) {
410
- console.error(errMsg.message + LINEFEED + errMsg.stack);
410
+ console.error(errMsg.message + '\n' + errMsg.stack);
411
411
  return errMsg.message;
412
412
  }
413
413
  return errMsg;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcloudio/uni-mp-toutiao",
3
- "version": "3.0.0-alpha-4010620240509001",
3
+ "version": "3.0.0-alpha-4010720240511001",
4
4
  "description": "uni-app mp-toutiao",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -25,11 +25,11 @@
25
25
  },
26
26
  "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da",
27
27
  "dependencies": {
28
- "@dcloudio/uni-cli-shared": "3.0.0-alpha-4010620240509001",
29
- "@dcloudio/uni-mp-compiler": "3.0.0-alpha-4010620240509001",
30
- "@dcloudio/uni-mp-vite": "3.0.0-alpha-4010620240509001",
31
- "@dcloudio/uni-mp-vue": "3.0.0-alpha-4010620240509001",
32
- "@dcloudio/uni-shared": "3.0.0-alpha-4010620240509001",
28
+ "@dcloudio/uni-cli-shared": "3.0.0-alpha-4010720240511001",
29
+ "@dcloudio/uni-mp-compiler": "3.0.0-alpha-4010720240511001",
30
+ "@dcloudio/uni-mp-vite": "3.0.0-alpha-4010720240511001",
31
+ "@dcloudio/uni-mp-vue": "3.0.0-alpha-4010720240511001",
32
+ "@dcloudio/uni-shared": "3.0.0-alpha-4010720240511001",
33
33
  "@vue/shared": "3.4.21",
34
34
  "@vue/compiler-core": "3.4.21"
35
35
  }