@types/pixi.js
Advanced tools
Comparing version 3.0.31 to 4.1.0
{ | ||
"name": "@types/pixi.js", | ||
"version": "3.0.31", | ||
"description": "TypeScript definitions for Pixi.js 3.0.9 dev", | ||
"version": "4.1.0", | ||
"description": "TypeScript definitions for Pixi.js 4.1", | ||
"license": "MIT", | ||
@@ -16,3 +16,3 @@ "author": "clark-stevenson <https://github.com/pixijs/pixi-typescript>", | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "804388992df5532e51d2d4d92e5e4f8c4f7720045bf6e9288a050cb3f77c9367" | ||
"typesPublisherContentHash": "9c46e85c570a59faa6c597cd4217caa4b0a2b8d5b1c00d4980cc1efda1d58b05" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for Pixi.js 3.0.9 dev (https://github.com/GoodBoyDigital/pixi.js/). | ||
This package contains type definitions for Pixi.js 4.1 (https://github.com/pixijs/pixi.js/tree/dev). | ||
@@ -12,9 +12,9 @@ # Details | ||
Additional Details | ||
* Last updated: Mon, 14 Nov 2016 19:35:00 GMT | ||
* File structure: UMD | ||
* Last updated: Tue, 22 Nov 2016 20:59:30 GMT | ||
* File structure: Mixed | ||
* Library Dependencies: none | ||
* Module Dependencies: none | ||
* Global values: PIXI | ||
* Global values: PIXI, pixi | ||
# Credits | ||
These definitions were written by clark-stevenson <https://github.com/pixijs/pixi-typescript>. |
@@ -6,14 +6,17 @@ { | ||
"moduleDependencies": [], | ||
"libraryMajorVersion": 3, | ||
"libraryMinorVersion": 0, | ||
"libraryName": "Pixi.js 3.0.9 dev", | ||
"libraryMajorVersion": 4, | ||
"libraryMinorVersion": 1, | ||
"libraryName": "Pixi.js 4.1", | ||
"typingsPackageName": "pixi.js", | ||
"projectName": "https://github.com/GoodBoyDigital/pixi.js/", | ||
"projectName": "https://github.com/pixijs/pixi.js/tree/dev", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"sourceBranch": "types-2.0", | ||
"kind": "UMD", | ||
"kind": "Mixed", | ||
"globals": [ | ||
"PIXI" | ||
"PIXI", | ||
"pixi" | ||
], | ||
"declaredModules": [], | ||
"declaredModules": [ | ||
"pixi.js" | ||
], | ||
"files": [ | ||
@@ -23,3 +26,3 @@ "index.d.ts" | ||
"hasPackageJson": false, | ||
"contentHash": "804388992df5532e51d2d4d92e5e4f8c4f7720045bf6e9288a050cb3f77c9367" | ||
"contentHash": "9c46e85c570a59faa6c597cd4217caa4b0a2b8d5b1c00d4980cc1efda1d58b05" | ||
} |
Sorry, the diff of this file is too big to display
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
100522
2144