@chartspire/chartspire-chart 1.1.0 → 10.0.0-alpha2

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,98 +1,98 @@
1
- {
2
- "name": "@chartspire/chartspire-chart",
3
- "version": "1.1.0",
4
- "description": "Lightweight k-line chart built with html5 canvas",
5
- "main": "./dist/index.cjs",
6
- "module": "./dist/index.esm.js",
7
- "unpkg": "./dist/umd/klinecharts.min.js",
8
- "types": "./dist/index.d.ts",
9
- "type": "module",
10
- "files": [
11
- "LICENSE_AGPL3",
12
- "LICENSE_APACHE_2.0",
13
- "README.md",
14
- "dist/",
15
- "NOTICE"
16
- ],
17
- "repository": {
18
- "type": "git",
19
- "url": "git+https://github.com/chartspire/chartspire-chart.git"
20
- },
21
- "bugs": {
22
- "url": "https://github.com/chartspire/chartspire-chart/issues"
23
- },
24
- "keywords": [
25
- "k-line",
26
- "time-line",
27
- "candlestick",
28
- "indicator",
29
- "finance",
30
- "klinechart",
31
- "stockchart",
32
- "stock",
33
- "chart",
34
- "canvas",
35
- "charting"
36
- ],
37
- "author": "ChartSpire",
38
- "scripts": {
39
- "lint": "eslint src/**/*.ts",
40
- "clean": "node scripts/clean.js",
41
- "build-esm": "node scripts/build-esm.js",
42
- "build-cjs": "cross-env NODE_ENV=production node scripts/build-cjs.js",
43
- "build-umd:dev": "cross-env NODE_ENV=development node scripts/build-umd.js",
44
- "build-umd:prod": "cross-env NODE_ENV=production node scripts/build-umd.js",
45
- "build-umd": "npm run build-umd:dev && npm run build-umd:prod",
46
- "build-core": "npm run build-esm && npm run build-cjs && npm run build-umd",
47
- "build-dts": "dts-bundle-generator --no-banner true --fail-on-class true --umd-module-name klinecharts -o dist/index.d.ts src/index.ts",
48
- "build": "npm run clean && npm run build-core && npm run build-dts",
49
- "prepare": "husky install",
50
- "docs:dev": "npm run dev --prefix docs",
51
- "docs:build": "npm run build --prefix docs",
52
- "docs:preview": "npm run preview --prefix docs",
53
- "docs:deploy": "npm run docs:build && gh-pages -d website"
54
- },
55
- "engines": {
56
- "node": ">=0.10.0"
57
- },
58
- "publishConfig": {
59
- "access": "restricted"
60
- },
61
- "devDependencies": {
62
- "@babel/standalone": "^7.24.4",
63
- "@rollup/plugin-commonjs": "^25.0.7",
64
- "@rollup/plugin-eslint": "^9.0.5",
65
- "@rollup/plugin-node-resolve": "^15.2.3",
66
- "@rollup/plugin-replace": "^5.0.5",
67
- "@rollup/plugin-terser": "^0.4.4",
68
- "@rollup/plugin-typescript": "^11.1.6",
69
- "@shikijs/vitepress-twoslash": "^1.4.0",
70
- "@stackblitz/sdk": "^1.9.0",
71
- "@types/node": "^20.12.7",
72
- "chalk": "^5.3.0",
73
- "codesandbox": "^0.0.0",
74
- "cross-env": "^7.0.3",
75
- "dts-bundle-generator": "^9.5.1",
76
- "eslint": "^8.57.1",
77
- "eslint-config-love": "^47.0.0",
78
- "eslint-plugin-import": "^2.29.1",
79
- "eslint-plugin-n": "^16.6.2",
80
- "eslint-plugin-promise": "^6.1.1",
81
- "fs-extra": "^11.2.0",
82
- "gh-pages": "^6.1.1",
83
- "husky": "^8.0.3",
84
- "resize-observer-polyfill": "^1.5.1",
85
- "rollup": "^4.16.4",
86
- "rollup-plugin-filesize": "^10.0.0",
87
- "rollup-plugin-progress": "^1.1.2",
88
- "tslib": "^2.6.2",
89
- "typescript": "^5.2.2",
90
- "vitepress": "^1.1.4"
91
- },
92
- "homepage": "https://github.com/asfand987/KLinePackage#readme",
93
- "directories": {
94
- "doc": "docs",
95
- "test": "tests"
96
- },
97
- "license": "AGPL-3.0"
98
- }
1
+ {
2
+ "name": "@chartspire/chartspire-chart",
3
+ "version": "10.0.0-alpha2",
4
+ "description": "Lightweight k-line chart built with html5 canvas",
5
+ "type": "module",
6
+ "main": "./dist/index.cjs",
7
+ "module": "./dist/index.esm.js",
8
+ "unpkg": "./dist/umd/klinecharts.min.js",
9
+ "types": "./dist/index.d.ts",
10
+ "files": [
11
+ "LICENSE",
12
+ "README.md",
13
+ "dist/",
14
+ "licenses/",
15
+ "NOTICE"
16
+ ],
17
+ "repository": {
18
+ "type": "git",
19
+ "url": "https://github.com/klinecharts/KLineChart"
20
+ },
21
+ "bugs": {
22
+ "url": "https://github.com/klinecharts/KLineChart/issues"
23
+ },
24
+ "homepage": "https://klinecharts.com/",
25
+ "keywords": [
26
+ "k-line",
27
+ "time-line",
28
+ "candlestick",
29
+ "indicator",
30
+ "finance",
31
+ "klinechart",
32
+ "stockchart",
33
+ "stock",
34
+ "chart",
35
+ "canvas"
36
+ ],
37
+ "author": "liihuu",
38
+ "license": "Apache-2.0",
39
+ "private": false,
40
+ "scripts": {
41
+ "preinstall": "npx only-allow pnpm",
42
+ "lint": "eslint src/**/*.ts",
43
+ "clean": "node scripts/clean.js",
44
+ "build-esm": "node scripts/build-esm.js",
45
+ "build-cjs": "cross-env NODE_ENV=production node scripts/build-cjs.js",
46
+ "build-umd:dev": "cross-env NODE_ENV=development node scripts/build-umd.js",
47
+ "build-umd:prod": "cross-env NODE_ENV=production node scripts/build-umd.js",
48
+ "build-umd": "pnpm build-umd:dev && pnpm build-umd:prod",
49
+ "build-core": "pnpm build-esm && pnpm build-cjs && pnpm build-umd",
50
+ "build-dts": "dts-bundle-generator --no-banner true --fail-on-class true --umd-module-name klinecharts -o dist/index.d.ts src/index.ts",
51
+ "build": "pnpm clean && pnpm build-core && pnpm build-dts",
52
+ "prepare": "husky install",
53
+ "docs:dev": "pnpm -F=docs dev",
54
+ "docs:build": "pnpm -F=docs build",
55
+ "docs:preview": "pnpm -F=docs preview",
56
+ "docs:deploy": "pnpm build-umd:prod && pnpm docs:build && gh-pages -d website"
57
+ },
58
+ "engines": {
59
+ "node": ">=0.10.0"
60
+ },
61
+ "packageManager": "pnpm@9.12.3",
62
+ "devDependencies": {
63
+ "@babel/standalone": "^7.24.4",
64
+ "@eslint/eslintrc": "^3.2.0",
65
+ "@rollup/plugin-eslint": "^9.0.5",
66
+ "@rollup/plugin-commonjs": "^25.0.7",
67
+ "@rollup/plugin-node-resolve": "^15.2.3",
68
+ "@rollup/plugin-replace": "^5.0.5",
69
+ "@rollup/plugin-terser": "^0.4.4",
70
+ "@rollup/plugin-typescript": "^11.1.6",
71
+ "@stackblitz/sdk": "^1.9.0",
72
+ "@types/node": "^20.12.7",
73
+ "@vueuse/core": "^11.1.0",
74
+ "chalk": "^5.3.0",
75
+ "codesandbox": "^2.2.3",
76
+ "cross-env": "^7.0.3",
77
+ "dts-bundle-generator": "^9.5.1",
78
+ "eslint": "^9.17.0",
79
+ "eslint-config-love": "^112.0.0",
80
+ "eslint-config-standard": "^17.1.0",
81
+ "eslint-plugin-file-progress": "^1.5.0",
82
+ "fs-extra": "^11.2.0",
83
+ "gh-pages": "^6.1.1",
84
+ "husky": "^8.0.3",
85
+ "resize-observer-polyfill": "^1.5.1",
86
+ "rollup": "^4.21.3",
87
+ "rollup-plugin-filesize": "^10.0.0",
88
+ "shiki": "^1.22.1",
89
+ "tslib": "^2.6.2",
90
+ "typescript": "^5.5.4",
91
+ "vitepress": "^1.5.0"
92
+ },
93
+ "pnpm": {
94
+ "overrides": {
95
+ "@rollup/plugin-eslint>eslint": "$eslint"
96
+ }
97
+ }
98
+ }
package/CHANGELOG.md DELETED
@@ -1,26 +0,0 @@
1
- # Changelog
2
-
3
- All notable changes to this project will be documented in this file.
4
-
5
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
-
8
- ## Unreleased
9
-
10
- ## 1.1.0 - 2024-12-07
11
- ### Added
12
- - Auto charts - Wedges, Head & Shoulders pattern and Inv Head & Shoulsers
13
- - New indicators - Candle volume & SuperTrend
14
- - UI enhancements
15
- - Bug fixes
16
- - Other under the hood improvements
17
- - Performance improvements
18
-
19
- ## 0.5.0 - 2024-12-07
20
- ### Added
21
- - Auto charts - Wedges, Head & Shoulders pattern and Inv Head & Shoulsers
22
- - New indicators - Candle volume & SuperTrend
23
- - UI enhancements
24
- - Bug fixes
25
- - Other under the hood improvements
26
- - Performance improvements