@orbcharts/core 3.0.1 → 3.0.2

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 +6 -2
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "@orbcharts/core",
3
- "version": "3.0.1",
4
- "description": "OrbCharts is an open source chart library based on d3.js and rx.js",
3
+ "version": "3.0.2",
4
+ "description": "Core codes for OrbCharts",
5
5
  "author": "Blue Planet Inc.",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
8
8
  "d3",
9
9
  "rxjs",
10
+ "typescript",
10
11
  "svg",
11
12
  "visualization",
12
13
  "infographic",
@@ -21,8 +22,11 @@
21
22
  "files": [
22
23
  "*"
23
24
  ],
25
+ "main": "./dist/orbcharts-core.umd.js",
24
26
  "module": "./dist/orbcharts-core.es.js",
25
27
  "types": "./dist/src/index.d.ts",
28
+ "unpkg": "./dist/orbcharts-core.umd.js",
29
+ "jsdelivr": "./dist/orbcharts-core.umd.js",
26
30
  "scripts": {
27
31
  "test": "echo \"Error: no test specified\" && exit 1",
28
32
  "build": "vite build --mode production"