@pixi/prepare
Advanced tools
Comparing version 7.2.0-beta.4 to 7.2.0-rc
@@ -13,2 +13,7 @@ declare namespace GlobalMixins | ||
} | ||
interface IRenderer | ||
{ | ||
readonly prepare: import('@pixi/prepare').BasePrepare; | ||
} | ||
} |
{ | ||
"name": "@pixi/prepare", | ||
"version": "7.2.0-beta.4", | ||
"version": "7.2.0-rc", | ||
"main": "lib/index.js", | ||
@@ -38,8 +38,8 @@ "module": "lib/index.mjs", | ||
], | ||
"pixiRequirements": [ | ||
"@pixi/core", | ||
"@pixi/display", | ||
"@pixi/graphics", | ||
"@pixi/text" | ||
] | ||
"peerDependencies": { | ||
"@pixi/core": "7.2.0-rc", | ||
"@pixi/display": "7.2.0-rc", | ||
"@pixi/graphics": "7.2.0-rc", | ||
"@pixi/text": "7.2.0-rc" | ||
} | ||
} |
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
87684
848
4