@antv/s2-vue 1.6.0 → 1.6.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,9 +1,10 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "@antv/s2-vue",
4
- "version": "1.6.0",
4
+ "version": "1.6.1",
5
5
  "main": "lib/index.js",
6
6
  "unpkg": "dist/index.min.js",
7
+ "jsdelivr": "dist/index.min.js",
7
8
  "module": "esm/index.js",
8
9
  "types": "esm/index.d.ts",
9
10
  "description": "use S2 with vue",
@@ -16,7 +17,8 @@
16
17
  },
17
18
  "repository": {
18
19
  "type": "git",
19
- "url": "https://github.com/antvis/S2.git"
20
+ "url": "https://github.com/antvis/S2.git",
21
+ "directory": "packages/s2-vue"
20
22
  },
21
23
  "bugs": {
22
24
  "url": "https://github.com/antvis/S2/issues"
@@ -46,35 +48,36 @@
46
48
  "build:analysis": "cross-env FORMAT=es ANALYSIS=true vite build",
47
49
  "build:dts": "run-s dts:*",
48
50
  "build:size-limit": "size-limit",
49
- "build:size-limit-json": "yarn build:size-limit --json",
51
+ "build:size-limit-json": "pnpm build:size-limit -- --json",
50
52
  "dts:build": "vue-tsc -p tsconfig.declaration.json",
51
53
  "dts:extract": "cross-env LIB=s2-vue node ../../scripts/dts.js",
52
54
  "test": "jest --passWithNoTests",
53
- "test:coverage": "yarn test --coverage",
54
- "test:ci": "yarn test --maxWorkers=3",
55
- "test:ci-coverage": "yarn test:coverage --maxWorkers=3",
56
- "test:watch": "yarn test --watch",
57
- "tsc": "vue-tsc --noEmit",
58
- "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
55
+ "test:coverage": "pnpm test -- --coverage",
56
+ "test:ci": "pnpm test -- --maxWorkers=3",
57
+ "test:ci-coverage": "pnpm test:coverage --maxWorkers=3",
58
+ "test:watch": "pnpm test -- --watch",
59
+ "tsc": "vue-tsc --noEmit"
59
60
  },
60
61
  "peerDependencies": {
61
62
  "@antv/s2": ">=1.0.0",
62
- "ant-design-vue": "^3.2.0",
63
+ "ant-design-vue": ">=3.2.0 <4",
63
64
  "vue": ">=3.x"
64
65
  },
65
66
  "dependencies": {
66
- "@vueuse/core": "^8.2.4",
67
+ "@vueuse/core": "^10.5.0",
67
68
  "lodash": "^4.17.21"
68
69
  },
69
70
  "devDependencies": {
70
- "@antv/s2": "*",
71
- "@antv/s2-shared": "*",
72
- "@testing-library/vue": "^6.5.1",
73
- "@vue/tsconfig": "^0.1.3",
74
- "ant-design-vue": "^3.2.0",
75
- "vite-svg-loader": "^3.3.0",
76
- "vue": "^3.2.31",
77
- "vue-tsc": "^0.34.11"
71
+ "@antv/g-base": "^0.5.15",
72
+ "@antv/s2": "workspace:*",
73
+ "@antv/s2-shared": "workspace:*",
74
+ "@testing-library/vue": "^6.6.1",
75
+ "@vue/shared": "^3.3.4",
76
+ "@vue/tsconfig": "^0.4.0",
77
+ "ant-design-vue": "^3.2.20",
78
+ "vite-svg-loader": "^3.6.0",
79
+ "vue": "^3.3.13",
80
+ "vue-tsc": "^1.8.19"
78
81
  },
79
82
  "size-limit": [
80
83
  {