@spectrum-charts/vega-spec-builder 1.19.0-alpha → 1.19.0

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.
@@ -1,3 +1,3 @@
1
- /*! @spectrum-charts/vega-spec-builder@v1.19.0-alpha */
1
+ /*! @spectrum-charts/vega-spec-builder@v1.19.0 */
2
2
 
3
3
  /*! For license information please see index.js.LICENSE.txt */
package/package.json CHANGED
@@ -1,36 +1,36 @@
1
1
  {
2
- "name": "@spectrum-charts/vega-spec-builder",
3
- "version": "1.19.0-alpha",
4
- "description": "Vega spec builder for spectrum charts",
5
- "browser": "dist/index.js",
6
- "main": "dist/index.js",
7
- "module": "dist/index.js",
8
- "types": "dist/@types/index.d.ts",
9
- "files": [
10
- "dist"
11
- ],
12
- "author": "marshallpete",
13
- "license": "Apache-2.0",
14
- "scripts": {
15
- "build": "webpack --config ./webpack.config.js",
16
- "clean": "rm -rf dist",
17
- "pack-test": "yarn clean && yarn build && cross-env NODE_ENV=development npm pack",
18
- "pack": "cross-env NODE_ENV=production npm pack",
19
- "publish-package": "npm publish --access public"
20
- },
21
- "dependencies": {
22
- "@spectrum-charts/constants": "1.19.0-alpha",
23
- "@spectrum-charts/locales": "1.19.0-alpha",
24
- "@spectrum-charts/themes": "1.19.0-alpha",
25
- "@spectrum-charts/utils": "1.19.0-alpha",
26
- "immer": "^10.1.1",
27
- "vega": ">= 5.32.0",
28
- "venn-helper": "^2.3.6"
29
- },
30
- "devDependencies": {
31
- "ts-loader": "^9.4.2",
32
- "typescript": "^5.4.5",
33
- "webpack": "^5.75.0",
34
- "webpack-cli": "^5.0.1"
35
- }
2
+ "name": "@spectrum-charts/vega-spec-builder",
3
+ "version": "1.19.0",
4
+ "description": "Vega spec builder for spectrum charts",
5
+ "browser": "dist/index.js",
6
+ "main": "dist/index.js",
7
+ "module": "dist/index.js",
8
+ "types": "dist/@types/index.d.ts",
9
+ "files": [
10
+ "dist"
11
+ ],
12
+ "author": "marshallpete",
13
+ "license": "Apache-2.0",
14
+ "scripts": {
15
+ "build": "webpack --config ./webpack.config.js",
16
+ "clean": "rm -rf dist",
17
+ "pack-test": "yarn clean && yarn build && cross-env NODE_ENV=development npm pack",
18
+ "pack": "cross-env NODE_ENV=production npm pack",
19
+ "publish-package": "npm publish --access public"
20
+ },
21
+ "dependencies": {
22
+ "@spectrum-charts/constants": "1.19.0",
23
+ "@spectrum-charts/locales": "1.19.0",
24
+ "@spectrum-charts/themes": "1.19.0",
25
+ "@spectrum-charts/utils": "1.19.0",
26
+ "immer": "^10.1.1",
27
+ "vega": ">= 5.32.0",
28
+ "venn-helper": "^2.3.6"
29
+ },
30
+ "devDependencies": {
31
+ "ts-loader": "^9.4.2",
32
+ "typescript": "^5.4.5",
33
+ "webpack": "^5.75.0",
34
+ "webpack-cli": "^5.0.1"
35
+ }
36
36
  }