smartbi-toolkit 1.2.1 → 1.2.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.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "smartbi-toolkit",
3
3
  "type": "module",
4
- "version": "1.2.1",
5
- "description": "A starter for creating a TypeScript package.",
4
+ "version": "1.2.3",
5
+ "description": "非官方smartbi开发工具包,集成了rmi调用,ext扩展包一键打包等功能",
6
6
  "author": "Alex Liu <648632561@qq.com>",
7
7
  "license": "MIT",
8
- "homepage": "https://github.com/author/library#readme",
8
+ "homepage": "https://github.com/StillAlexLiu/smartbi-toolkit/#readme",
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "git+https://github.com/author/library.git"
11
+ "url": "git+https://github.com/StillAlexLiu/smartbi-toolkit.git"
12
12
  },
13
13
  "bugs": {
14
- "url": "https://github.com/author/library/issues"
14
+ "url": "https://github.com/StillAlexLiu/smartbi-toolkit"
15
15
  },
16
16
  "exports": {
17
17
  ".": "./dist/index.js",