Comparing version 1.1.24 to 1.1.25
export interface IUser { | ||
id?: number; | ||
userId?: number; | ||
name?: string; | ||
} |
{ | ||
"name": "onix-core", | ||
"version": "1.1.24", | ||
"version": "1.1.25", | ||
"description": "Onix library core", | ||
@@ -10,3 +10,3 @@ "main": "built/index.js", | ||
"webpack": "webpack", | ||
"publish": "tsc && webpack --config webpack.production.config.js", | ||
"produce": "tsc && webpack --config webpack.production.config.js", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
@@ -27,3 +27,3 @@ }, | ||
"@types/node": "^7.0.39", | ||
"awesome-typescript-loader": "^3.1.3", | ||
"awesome-typescript-loader": "^3.2.2", | ||
"source-map-loader": "^0.2.1", | ||
@@ -30,0 +30,0 @@ "typescript": "^2.4.2", |
export interface IUser { | ||
id?: number, | ||
userId?: number, | ||
name?: string, | ||
} |
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
1514680