@10yun/open-sdk 0.3.125 → 0.3.126

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": "@10yun/open-sdk",
3
- "version": "0.3.125",
3
+ "version": "0.3.126",
4
4
  "description": "开放平台接入sdk",
5
5
  "author": "10yun.com",
6
6
  "license": "MIT",
@@ -26,22 +26,9 @@
26
26
  },
27
27
  "homepage": "https://gitee.com/open10/open-sdk",
28
28
  "type": "module",
29
- "main": "./dist/index.cjs.js",
30
- "module": "./dist/index.es.js",
29
+ "main": "./dist/open-sdk.cjs.js",
30
+ "module": "./dist/open-sdk.es.js",
31
31
  "types": "./dist/index.d.ts",
32
- "exports": {
33
- ".": {
34
- "import": "./dist/index.es.js",
35
- "require": "./dist/index.cjs.js"
36
- },
37
- "./vite-plugin": {
38
- "import": "./dist/vite-plugin.es.js",
39
- "require": "./dist/vite-plugin.cjs.js"
40
- },
41
- "./uncompiled": {
42
- "import": "./uncompiled/index.js"
43
- }
44
- },
45
32
  "files": [
46
33
  "build",
47
34
  "common",
@@ -21,7 +21,6 @@ export function shiyunRelease(params = { menu_arr: [] }) {
21
21
  * useDevMode = true 时不开启热更新
22
22
  * 如果是在主应用中加载子应用vite,必须打开这个,否则vite加载不成功, 单独运行没影响
23
23
  */
24
- console.log('--asd');
25
24
  const useDevMode = true;
26
25
  return [
27
26
  // 微应用名字,与主应用注册的微应用名字保持一致
File without changes
File without changes