@unovis/angular 1.0.0-beta.7 → 1.0.0-beta.8
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/README.md +2 -0
- package/dist/lib/README.md +2 -0
- package/dist/lib/package.json +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+

|
|
2
|
+
|
|
1
3
|
🟨 **Unovis** is a modular data visualization framework for React, Angular, Svelte, and vanilla TypeScript or JavaScript.
|
|
2
4
|
|
|
3
5
|
`@unovis/angular` provides Angular modules to `@unovis/ts`, which makes Unovis integration into an Angular
|
package/dist/lib/README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+

|
|
2
|
+
|
|
1
3
|
🟨 **Unovis** is a modular data visualization framework for React, Angular, Svelte, and vanilla TypeScript or JavaScript.
|
|
2
4
|
|
|
3
5
|
`@unovis/angular` provides Angular modules to `@unovis/ts`, which makes Unovis integration into an Angular
|
package/dist/lib/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.0.0-beta.
|
|
4
|
+
"version": "1.0.0-beta.8",
|
|
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.0.3",
|
|
40
40
|
"@angular/compiler": "^12.0.3",
|
|
41
41
|
"@angular/core": "^12.0.3",
|
|
42
|
-
"@unovis/ts": "1.0.0-beta.
|
|
42
|
+
"@unovis/ts": "1.0.0-beta.8"
|
|
43
43
|
},
|
|
44
44
|
"es2015": "fesm2015/unovis-angular.js",
|
|
45
45
|
"esm2015": "esm2015/unovis-angular.js",
|
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.0.0-beta.
|
|
4
|
+
"version": "1.0.0-beta.8",
|
|
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.0.3",
|
|
47
47
|
"@angular/compiler": "^12.0.3",
|
|
48
48
|
"@angular/core": "^12.0.3",
|
|
49
|
-
"@unovis/ts": "1.0.0-beta.
|
|
49
|
+
"@unovis/ts": "1.0.0-beta.8"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@angular-devkit/build-angular": "^12.0.3",
|