@types/forge-viewer 7.69.6 → 7.69.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.
forge-viewer/README.md CHANGED
@@ -2,15 +2,14 @@
2
2
  > `npm install --save @types/forge-viewer`
3
3
 
4
4
  # Summary
5
- This package contains type definitions for Forge Viewer (https://forge.autodesk.com/en/docs/viewer/v7/developers_guide/overview/).
5
+ This package contains type definitions for forge-viewer (https://forge.autodesk.com/en/docs/viewer/v7/developers_guide/overview/).
6
6
 
7
7
  # Details
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/forge-viewer.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Thu, 14 Sep 2023 15:26:41 GMT
11
+ * Last updated: Tue, 07 Nov 2023 03:09:37 GMT
12
12
  * Dependencies: none
13
- * Global values: `Autodesk`, `THREE`
14
13
 
15
14
  # Credits
16
15
  These definitions were written by [Autodesk Forge Partner Development](https://github.com/Autodesk-Forge), [Alan Smith](https://github.com/alansmithnbs), [Jan Liska](https://github.com/liskaj), [Petr Broz](https://github.com/petrbroz), and [Cyrille Fauvel](https://github.com/cyrillef).
forge-viewer/index.d.ts CHANGED
@@ -1,13 +1,3 @@
1
- // Type definitions for non-npm package Forge Viewer 7.69
2
- // Project: https://forge.autodesk.com/en/docs/viewer/v7/developers_guide/overview/
3
- // Definitions by: Autodesk Forge Partner Development <https://github.com/Autodesk-Forge>
4
- // Alan Smith <https://github.com/alansmithnbs>
5
- // Jan Liska <https://github.com/liskaj>
6
- // Petr Broz <https://github.com/petrbroz>
7
- // Cyrille Fauvel <https://github.com/cyrillef>
8
- // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
9
- // Minimum TypeScript Version: 3.6
10
-
11
1
  // Copyright (c) Autodesk, Inc. All rights reserved
12
2
  //
13
3
  // Permission to use, copy, modify, and distribute this software in
forge-viewer/package.json CHANGED
@@ -1,34 +1,34 @@
1
1
  {
2
2
  "name": "@types/forge-viewer",
3
- "version": "7.69.6",
4
- "description": "TypeScript definitions for Forge Viewer",
3
+ "version": "7.69.8",
4
+ "description": "TypeScript definitions for forge-viewer",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/forge-viewer",
6
6
  "license": "MIT",
7
7
  "contributors": [
8
8
  {
9
9
  "name": "Autodesk Forge Partner Development",
10
- "url": "https://github.com/Autodesk-Forge",
11
- "githubUsername": "Autodesk-Forge"
10
+ "githubUsername": "Autodesk-Forge",
11
+ "url": "https://github.com/Autodesk-Forge"
12
12
  },
13
13
  {
14
14
  "name": "Alan Smith",
15
- "url": "https://github.com/alansmithnbs",
16
- "githubUsername": "alansmithnbs"
15
+ "githubUsername": "alansmithnbs",
16
+ "url": "https://github.com/alansmithnbs"
17
17
  },
18
18
  {
19
19
  "name": "Jan Liska",
20
- "url": "https://github.com/liskaj",
21
- "githubUsername": "liskaj"
20
+ "githubUsername": "liskaj",
21
+ "url": "https://github.com/liskaj"
22
22
  },
23
23
  {
24
24
  "name": "Petr Broz",
25
- "url": "https://github.com/petrbroz",
26
- "githubUsername": "petrbroz"
25
+ "githubUsername": "petrbroz",
26
+ "url": "https://github.com/petrbroz"
27
27
  },
28
28
  {
29
29
  "name": "Cyrille Fauvel",
30
- "url": "https://github.com/cyrillef",
31
- "githubUsername": "cyrillef"
30
+ "githubUsername": "cyrillef",
31
+ "url": "https://github.com/cyrillef"
32
32
  }
33
33
  ],
34
34
  "main": "",
@@ -40,6 +40,7 @@
40
40
  },
41
41
  "scripts": {},
42
42
  "dependencies": {},
43
- "typesPublisherContentHash": "ae125460165995a53f3b8484bd5729f889a3e5d1f6ef188134bb3cac9a1348e3",
44
- "typeScriptVersion": "4.5"
43
+ "typesPublisherContentHash": "a984959ebcb75393d47ee8184b81a143af1955b48bf3669107eeb095905beaa1",
44
+ "typeScriptVersion": "4.5",
45
+ "nonNpm": true
45
46
  }