@bi_funsdata/js-sdk 1.0.0 → 1.0.1

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": "@bi_funsdata/js-sdk",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "The JavaScript browser client library for DataEye",
5
5
  "main": "dist/cjs.min.js",
6
6
  "module": "dist/esm.min.js",
@@ -11,8 +11,7 @@
11
11
  "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
12
12
  "bump": "bumpp package.json -c -p -t --all -x \"pnpm run changelog\"",
13
13
  "prepublishOnly": "npm run build",
14
- "lint": "eslint ./src",
15
- "build": "rollup -c"
14
+ "build": "rollup -c --bundleConfigAsCjs"
16
15
  },
17
16
  "keywords": [
18
17
  "sdk",
@@ -21,8 +20,10 @@
21
20
  "yeahmobi"
22
21
  ],
23
22
  "files": [
23
+ "images",
24
24
  "dist",
25
25
  "types",
26
+ "demo",
26
27
  "CHANGELOG.md"
27
28
  ],
28
29
  "publishConfig": {
@@ -35,17 +36,18 @@
35
36
  },
36
37
  "devDependencies": {
37
38
  "@babel/core": "^7.5.4",
38
- "@babel/preset-env": "^7.5.4",
39
+ "@babel/plugin-transform-runtime": "^7.25.9",
40
+ "@babel/preset-env": "^7.25.9",
41
+ "@babel/runtime": "^7.26.0",
42
+ "@rollup/plugin-babel": "^6.0.4",
39
43
  "@rollup/plugin-commonjs": "^28.0.1",
40
44
  "@rollup/plugin-dynamic-import-vars": "^2.1.5",
41
45
  "@rollup/plugin-node-resolve": "^15.3.0",
46
+ "@rollup/plugin-replace": "^6.0.1",
47
+ "@rollup/plugin-terser": "^0.4.4",
42
48
  "bumpp": "^9.8.1",
43
49
  "conventional-changelog-cli": "^5.0.0",
44
- "eslint": "^6.0.1",
45
- "rollup": "2.79.2",
46
- "rollup-plugin-babel": "^4.3.3",
47
- "rollup-plugin-replace": "^2.2.0",
48
- "rollup-plugin-terser": "^7.0.2"
50
+ "rollup": "4.26.0"
49
51
  },
50
52
  "dependencies": {
51
53
  "crypto-js": "^4.2.0",