@types/three 0.157.0 → 0.157.2

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 (3) hide show
  1. three/README.md +2 -3
  2. three/index.d.ts +0 -6
  3. three/package.json +20 -20
three/README.md CHANGED
@@ -8,9 +8,8 @@ This package contains type definitions for three (https://threejs.org/).
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/three.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Tue, 10 Oct 2023 07:05:53 GMT
12
- * Dependencies: [@types/fflate](https://npmjs.com/package/@types/fflate), [@types/meshoptimizer](https://npmjs.com/package/@types/meshoptimizer), [@types/stats.js](https://npmjs.com/package/@types/stats.js), [@types/webxr](https://npmjs.com/package/@types/webxr)
13
- * Global values: `THREE`
11
+ * Last updated: Wed, 18 Oct 2023 18:04:04 GMT
12
+ * Dependencies: [@types/stats.js](https://npmjs.com/package/@types/stats.js), [@types/webxr](https://npmjs.com/package/@types/webxr), [fflate](https://npmjs.com/package/fflate), [meshoptimizer](https://npmjs.com/package/meshoptimizer)
14
13
 
15
14
  # Credits
16
15
  These definitions were written by [Josh Ellis](https://github.com/joshuaellis), and [Nathan Bierema](https://github.com/Methuselah96).
three/index.d.ts CHANGED
@@ -1,9 +1,3 @@
1
- // Type definitions for three 0.157
2
- // Project: https://threejs.org/
3
- // Definitions by: Josh Ellis <https://github.com/joshuaellis>
4
- // Nathan Bierema <https://github.com/Methuselah96>
5
- // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
6
-
7
1
  // To update three.js type definition, please make changes to the repository at:
8
2
  // https://github.com/three-types/three-ts-types.
9
3
  // Periodically, the updates from the repository are pushed to DefinitelyTyped
three/package.json CHANGED
@@ -1,37 +1,24 @@
1
1
  {
2
2
  "name": "@types/three",
3
- "version": "0.157.0",
3
+ "version": "0.157.2",
4
4
  "description": "TypeScript definitions for three",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/three",
6
6
  "license": "MIT",
7
7
  "contributors": [
8
8
  {
9
9
  "name": "Josh Ellis",
10
- "url": "https://github.com/joshuaellis",
11
- "githubUsername": "joshuaellis"
10
+ "githubUsername": "joshuaellis",
11
+ "url": "https://github.com/joshuaellis"
12
12
  },
13
13
  {
14
14
  "name": "Nathan Bierema",
15
- "url": "https://github.com/Methuselah96",
16
- "githubUsername": "Methuselah96"
15
+ "githubUsername": "Methuselah96",
16
+ "url": "https://github.com/Methuselah96"
17
17
  }
18
18
  ],
19
+ "type": "module",
19
20
  "main": "",
20
21
  "types": "index.d.ts",
21
- "repository": {
22
- "type": "git",
23
- "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
24
- "directory": "types/three"
25
- },
26
- "scripts": {},
27
- "dependencies": {
28
- "@types/stats.js": "*",
29
- "@types/webxr": "*",
30
- "fflate": "~0.6.10",
31
- "meshoptimizer": "~0.18.1"
32
- },
33
- "typesPublisherContentHash": "63c77dccf70738b5366bf087bb39ca6274f45193346ed998ac0605d8e560fe57",
34
- "typeScriptVersion": "4.5",
35
22
  "exports": {
36
23
  ".": {
37
24
  "import": "./build/three.module.js",
@@ -44,5 +31,18 @@
44
31
  "./nodes": "./examples/jsm/nodes/Nodes.js",
45
32
  "./package.json": "./package.json"
46
33
  },
47
- "type": "module"
34
+ "repository": {
35
+ "type": "git",
36
+ "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
37
+ "directory": "types/three"
38
+ },
39
+ "scripts": {},
40
+ "dependencies": {
41
+ "@types/stats.js": "*",
42
+ "@types/webxr": "*",
43
+ "fflate": "~0.6.10",
44
+ "meshoptimizer": "~0.18.1"
45
+ },
46
+ "typesPublisherContentHash": "793c51304c26c918dd5ee5b103fbcbcf8155af7cb9cceb2837b49309565f40d6",
47
+ "typeScriptVersion": "4.5"
48
48
  }