File tree Expand file tree Collapse file tree 9 files changed +11
-145
lines changed Expand file tree Collapse file tree 9 files changed +11
-145
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- Version: v4.0.2
2
+ Version: v4.0.3
3
3
Apache License 2.0: Copyright (c) 2010-2017 LiosK
4
4
*/
5
5
var UUID ;
Original file line number Diff line number Diff line change @@ -1971,7 +1971,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="UUID.html
1971
1971
< br class ="clear ">
1972
1972
1973
1973
< footer >
1974
- Documentation generated by < a href ="https://github.com/jsdoc3/jsdoc "> JSDoc 3.5.5</ a > on Mon Dec 18 2017 11:45:54 GMT-0500 (EST)
1974
+ Documentation generated by < a href ="https://github.com/jsdoc3/jsdoc "> JSDoc 3.5.5</ a > on Mon Dec 18 2017 20:28:59 GMT-0500 (EST)
1975
1975
</ footer >
1976
1976
1977
1977
< script > prettyPrint ( ) ; </ script >
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ <h1>INSTALL</h1><p>Download <code>src/uuid.js</code> or call <code>npm install u
116
116
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
117
117
See the License for the specific language governing permissions and
118
118
limitations under the License.</ p >
119
- < h1 > AUTHOR</ h1 > < p > LiosK < a href ="mai ;lt ;o: ;c ;onta ;ct ;@ ;ma ;i ;l ;.liosk ;. ;net "> c ;onta ;ct ;@ ;ma ;i ;l ;.liosk ;. ;net</ a > </ p >
119
+ < h1 > AUTHOR</ h1 > < p > LiosK < a href ="mai ;lt ;o: ;c ;onta ;ct ;@ ;ma ;i ;l ;.liosk ;. ;net "> c ;onta ;ct ;@ ;ma ;i ;l ;.liosk ;. ;net</ a > </ p >
120
120
< h1 > SEE ALSO</ h1 > < ul >
121
121
< li > < a href ="https://www.ietf.org/rfc/rfc4122.txt "> RFC 4122</ a > </ li >
122
122
< li > < a href ="https://github.com/LiosK/UUID.js "> GitHub Repository</ a > </ li >
@@ -157,7 +157,7 @@ <h2>uuid.js</h2>
157
157
158
158
159
159
< dt class ="tag-version "> Version:</ dt >
160
- < dd class ="tag-version "> < ul class ="dummy "> < li > v4.0.2 </ li > </ ul > </ dd >
160
+ < dd class ="tag-version "> < ul class ="dummy "> < li > v4.0.3 </ li > </ ul > </ dd >
161
161
162
162
163
163
@@ -246,7 +246,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="UUID.html
246
246
< br class ="clear ">
247
247
248
248
< footer >
249
- Documentation generated by < a href ="https://github.com/jsdoc3/jsdoc "> JSDoc 3.5.5</ a > on Mon Dec 18 2017 11:45:54 GMT-0500 (EST)
249
+ Documentation generated by < a href ="https://github.com/jsdoc3/jsdoc "> JSDoc 3.5.5</ a > on Mon Dec 18 2017 20:28:59 GMT-0500 (EST)
250
250
</ footer >
251
251
252
252
< script > prettyPrint ( ) ; </ script >
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ <h1 class="page-title">Source: uuid.js</h1>
31
31
*
32
32
* @file
33
33
* @author LiosK
34
- * @version v4.0.2
34
+ * @version v4.0.3
35
35
* @license Apache License 2.0: Copyright (c) 2010-2017 LiosK
36
36
*/
37
37
@@ -419,7 +419,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="UUID.html
419
419
< br class ="clear ">
420
420
421
421
< footer >
422
- Documentation generated by < a href ="https://github.com/jsdoc3/jsdoc "> JSDoc 3.5.5</ a > on Mon Dec 18 2017 11:45:54 GMT-0500 (EST)
422
+ Documentation generated by < a href ="https://github.com/jsdoc3/jsdoc "> JSDoc 3.5.5</ a > on Mon Dec 18 2017 20:28:59 GMT-0500 (EST)
423
423
</ footer >
424
424
425
425
< script > prettyPrint ( ) ; </ script >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " uuidjs" ,
3
- "version" : " 4.0.2 " ,
3
+ "version" : " 4.0.3 " ,
4
4
"title" : " UUID.js" ,
5
5
"description" : " RFC-compliant UUID Generator for JavaScript" ,
6
6
"main" : " src/uuid.js" ,
17
17
},
18
18
"repository" : {
19
19
"type" : " git" ,
20
- "url" : " git ://github.com/LiosK/UUID.js.git"
20
+ "url" : " https ://github.com/LiosK/UUID.js.git"
21
21
},
22
22
"keywords" : [
23
23
" library" ,
Original file line number Diff line number Diff line change 3
3
*
4
4
* @file
5
5
* @author LiosK
6
- * @version v4.0.2
6
+ * @version v4.0.3
7
7
* @license Apache License 2.0: Copyright (c) 2010-2017 LiosK
8
8
*/
9
9
Original file line number Diff line number Diff line change 3
3
*
4
4
* @file
5
5
* @author LiosK
6
- * @version v4.0.2
6
+ * @version v4.0.3
7
7
* @license Apache License 2.0: Copyright (c) 2010-2017 LiosK
8
8
*/
9
9
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments