@unovis/angular 1.2.1-beta.2 → 1.2.1-beta.3

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@unovis/angular",
3
3
  "description": "Modular data visualization framework for React, Angular, Svelte, and vanilla TypeScript or JavaScript",
4
- "version": "1.2.1-beta.2",
4
+ "version": "1.2.1-beta.3",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/f5/unovis.git",
@@ -39,7 +39,7 @@
39
39
  "@angular/common": "12 - 16",
40
40
  "@angular/compiler": "12 - 16",
41
41
  "@angular/core": "12 - 16",
42
- "@unovis/ts": "1.2.1-beta.2"
42
+ "@unovis/ts": "1.2.1-beta.3"
43
43
  },
44
44
  "overrides": {
45
45
  "minimatch": "3.0.5",
@@ -0,0 +1,71 @@
1
+ {
2
+ "name": "@unovis/angular",
3
+ "description": "Modular data visualization framework for React, Angular, Svelte, and vanilla TypeScript or JavaScript",
4
+ "version": "1.0.2-beta.1",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/f5/unovis.git",
8
+ "directory": "packages/angular"
9
+ },
10
+ "homepage": "https://unovis.dev",
11
+ "bugs": {
12
+ "url": "https://github.com/f5/unovis/issues"
13
+ },
14
+ "keywords": [
15
+ "angular",
16
+ "data visualization",
17
+ "maps",
18
+ "charts",
19
+ "graphs"
20
+ ],
21
+ "author": "Nikita Rokotyan, F5 Inc. <nikita@f5.com> (https://rokotyan.com)",
22
+ "maintainers": [
23
+ "Nikita Rokotyan <nikita@f5.com> (https://rokotyan.com)",
24
+ "Rebecca Bol <r.bol@f5.com>"
25
+ ],
26
+ "license": "Apache-2.0",
27
+ "scripts": {
28
+ "ng": "npx ng",
29
+ "build": "npx ng build",
30
+ "watch": "npx ng build --watch --configuration development",
31
+ "test": "npx ng test",
32
+ "generate": "rollup -c; node .autogen.cjs; rm .autogen.cjs"
33
+ },
34
+ "main": "dist/lib/bundles/unovis-angular.umd.js",
35
+ "module": "dist/lib/esm2015/public-api.js",
36
+ "typings": "dist/lib/public-api.d.ts",
37
+ "type": "module",
38
+ "sideEffects": false,
39
+ "files": [
40
+ "dist"
41
+ ],
42
+ "dependencies": {
43
+ "tslib": "^2.3.1"
44
+ },
45
+ "peerDependencies": {
46
+ "@angular/common": "12 - 16",
47
+ "@angular/compiler": "12 - 16",
48
+ "@angular/core": "12 - 16",
49
+ "@unovis/ts": "1.0.2-beta.1"
50
+ },
51
+ "devDependencies": {
52
+ "@angular-devkit/build-angular": "^12.0.3",
53
+ "@angular/cli": "^12.0.3",
54
+ "@angular/common": "^12.0.3",
55
+ "@angular/compiler": "^12.0.3",
56
+ "@angular/compiler-cli": "^12.0.3",
57
+ "@angular/core": "^12.0.3",
58
+ "@types/jasmine": "~3.6.0",
59
+ "@types/node": "^12.11.1",
60
+ "jasmine-core": "~3.7.0",
61
+ "karma": "~6.3.0",
62
+ "karma-chrome-launcher": "~3.1.0",
63
+ "karma-coverage": "~2.0.3",
64
+ "karma-jasmine": "~4.0.0",
65
+ "karma-jasmine-html-reporter": "^1.5.0",
66
+ "ng-packagr": "^12.0.0",
67
+ "rollup": "^2.61.1",
68
+ "rollup-plugin-typescript2": "^0.31.1",
69
+ "ttypescript": "^1.5.13"
70
+ }
71
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unovis/angular",
3
3
  "description": "Modular data visualization framework for React, Angular, Svelte, and vanilla TypeScript or JavaScript",
4
- "version": "1.2.1-beta.2",
4
+ "version": "1.2.1-beta.3",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/f5/unovis.git",
@@ -46,7 +46,7 @@
46
46
  "@angular/common": "12 - 16",
47
47
  "@angular/compiler": "12 - 16",
48
48
  "@angular/core": "12 - 16",
49
- "@unovis/ts": "1.2.1-beta.2"
49
+ "@unovis/ts": "1.2.1-beta.3"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@angular-devkit/build-angular": "^12.0.3",