@shapediver/viewer.features.attribute-visualization 2.1.5 → 2.2.1

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 (2) hide show
  1. package/README.md +8 -1
  2. package/package.json +7 -6
package/README.md CHANGED
@@ -1,3 +1,10 @@
1
1
  # `@shapediver/viewer.features.attribute-visualization`
2
2
 
3
- This package is part of the [`@shapediver/viewer`](https://www.npmjs.com/package/@shapediver/viewer), you can find all information [here](https://viewer.shapediver.com/v3/latest/api/index.html).
3
+ This is the npm package for the ShapeDiver Viewer attribute visualization features.
4
+
5
+ For more information on ShapeDiver, please visit our [homepage](https://shapediver.com/). If you need help, have a look at our [help desk](https://help.shapediver.com/doc/Viewer.1836580882.html).
6
+
7
+ ## Installation
8
+ ```
9
+ npm install --save @shapediver/viewer.features.attribute-visualization
10
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shapediver/viewer.features.attribute-visualization",
3
- "version": "2.1.5",
3
+ "version": "2.2.1",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "author": "Michael Oppitz <michael@shapediver.com>",
@@ -28,7 +28,8 @@
28
28
  "build": "bash ../../scripts/building/build.sh",
29
29
  "build-watch": "bash ../../scripts/building/build-watch.sh",
30
30
  "build-dep": "bash ../../scripts/building/build-dep.sh",
31
- "build-current": "npm run build-dep"
31
+ "build-current": "npm run build-dep",
32
+ "doc": "typedoc"
32
33
  },
33
34
  "bugs": {
34
35
  "url": "https://github.com/shapediver/Viewer/issues"
@@ -40,14 +41,14 @@
40
41
  "testEnvironment": "node"
41
42
  },
42
43
  "devDependencies": {
43
- "@shapediver/viewer": "2.1.5",
44
- "@shapediver/viewer.shared.services": "2.1.5",
45
- "@shapediver/viewer.shared.types": "2.1.5"
44
+ "@shapediver/viewer": "2.2.1",
45
+ "@shapediver/viewer.shared.services": "2.2.1",
46
+ "@shapediver/viewer.shared.types": "2.2.1"
46
47
  },
47
48
  "dependencies": {
48
49
  "detect-it": "4.0.1",
49
50
  "gl-matrix": "3.3.0",
50
51
  "tsyringe": "^4.5.0"
51
52
  },
52
- "gitHead": "a91608d9ed38aaa644cd8d5e107c942078d0ad74"
53
+ "gitHead": "e5780a1e8da3cd2d15db93a6a9e3775b4bd0f712"
53
54
  }