ts-structure-parser
Advanced tools
Comparing version 0.0.17 to 0.0.18
@@ -22,3 +22,3 @@ export import helpers = require("./helpers"); | ||
ARRAY = 1, | ||
UNION = 2, | ||
UNION = 2 | ||
} | ||
@@ -25,0 +25,0 @@ export interface TypeModel { |
"use strict"; | ||
var __extends = (this && this.__extends) || (function () { | ||
var extendStatics = Object.setPrototypeOf || | ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || | ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; | ||
var extendStatics = function (d, b) { | ||
extendStatics = Object.setPrototypeOf || | ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || | ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; | ||
return extendStatics(d, b); | ||
} | ||
return function (d, b) { | ||
@@ -7,0 +10,0 @@ extendStatics(d, b); |
{ | ||
"name": "ts-structure-parser", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"private": false, | ||
@@ -15,3 +15,3 @@ "main": "dist/index.js", | ||
"underscore": "1.9.1", | ||
"typescript": "3.0.1" | ||
"typescript": "3.1.6" | ||
}, | ||
@@ -18,0 +18,0 @@ "typings": "./dist/index.d.ts", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2261
110473
+ Addedtypescript@3.1.6(transitive)
- Removedtypescript@3.0.1(transitive)
Updatedtypescript@3.1.6