@types/three 0.93.30 → 0.93.31

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 -2
  2. three/index.d.ts +0 -1
  3. three/package.json +2 -7
three/README.md CHANGED
@@ -8,10 +8,10 @@ This package contains type definitions for three.js ( 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: Sat, 30 Mar 2019 04:20:27 GMT
11
+ * Last updated: Wed, 10 Apr 2019 16:24:39 GMT
12
12
  * Dependencies: none
13
13
  * Global values: Detector, THREE
14
14
 
15
15
  # Credits
16
16
  These definitions were written by Kon <http://phyzkit.net/>, Satoru Kimura <https://github.com/gyohk>, Florent Poujol <https://github.com/florentpoujol>, HouChunlei <https://github.com/omni360>, Ivo <https://github.com/ivoisbelongtous>, David Asmuth <https://github.com/piranha771>, Brandon Roberge,
17
- // Qinsi ZHU <https://github.com/qszhusightp>, Toshiya Nakakura <https://github.com/nakakura>, Stefan Profanter <https://github.com/Pro>, Edmund Fokschaner <https://github.com/efokschaner>, Roelof Jooste <https://github.com/PsychoSTS>, Apurva Ojas <https://github.com/apurvaojas>, Tiger Oakes <https://github.com/NotWoods>, Methuselah96 <https://github.com/Methuselah96>, Dilip Ramirez <https://github.com/Dukuo>, Julian Strecker <https://github.com/JulianSSS>, Zhang Hao <https://github.com/devilsparta>, Konstantin Lukaschenko <https://github.com/KonstantinLukaschenko>, Daniel Yim <https://github.com/danyim>, Saransh Kataria <https://github.com/saranshkataria>, Philippe Suter <https://github.com/psuter>.
17
+ // Qinsi ZHU <https://github.com/qszhusightp>, Toshiya Nakakura <https://github.com/nakakura>, Stefan Profanter <https://github.com/Pro>, Edmund Fokschaner <https://github.com/efokschaner>, Roelof Jooste <https://github.com/PsychoSTS>, Apurva Ojas <https://github.com/apurvaojas>, Tiger Oakes <https://github.com/NotWoods>, Methuselah96 <https://github.com/Methuselah96>, Dilip Ramirez <https://github.com/Dukuo>, Julian Strecker <https://github.com/JulianSSS>, Zhang Hao <https://github.com/devilsparta>, Konstantin Lukaschenko <https://github.com/KonstantinLukaschenko>, Daniel Yim <https://github.com/danyim>, Saransh Kataria <https://github.com/saranshkataria>.
three/index.d.ts CHANGED
@@ -21,7 +21,6 @@
21
21
  // Konstantin Lukaschenko <https://github.com/KonstantinLukaschenko>
22
22
  // Daniel Yim <https://github.com/danyim>
23
23
  // Saransh Kataria <https://github.com/saranshkataria>
24
- // Philippe Suter <https://github.com/psuter>
25
24
  // Definitions: https://github.com//DefinitelyTyped
26
25
  // TypeScript Version: 2.8
27
26
 
three/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/three",
3
- "version": "0.93.30",
3
+ "version": "0.93.31",
4
4
  "description": "TypeScript definitions for three.js",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -102,11 +102,6 @@
102
102
  "name": "Saransh Kataria",
103
103
  "url": "https://github.com/saranshkataria",
104
104
  "githubUsername": "saranshkataria"
105
- },
106
- {
107
- "name": "Philippe Suter",
108
- "url": "https://github.com/psuter",
109
- "githubUsername": "psuter"
110
105
  }
111
106
  ],
112
107
  "main": "",
@@ -118,6 +113,6 @@
118
113
  },
119
114
  "scripts": {},
120
115
  "dependencies": {},
121
- "typesPublisherContentHash": "a248bfd2c9ea61df36da2595973557050affc73ff571b000944a5becea4b023c",
116
+ "typesPublisherContentHash": "cfc98e77400b8c355106c89a7d2db75bd8d147f96c26fbca2f0260373ba55f9d",
122
117
  "typeScriptVersion": "2.8"
123
118
  }