@pixi-spine/loader-uni
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -5,3 +5,3 @@ /* eslint-disable */ | ||
* @pixi-spine/loader-uni - v3.0.0 | ||
* Compiled Tue, 27 Apr 2021 15:13:33 UTC | ||
* Compiled Thu, 29 Apr 2021 13:42:28 UTC | ||
* | ||
@@ -8,0 +8,0 @@ * @pixi-spine/loader-uni is licensed under the MIT License. |
@@ -5,3 +5,3 @@ /* eslint-disable */ | ||
* @pixi-spine/loader-uni - v3.0.0 | ||
* Compiled Tue, 27 Apr 2021 15:13:33 UTC | ||
* Compiled Thu, 29 Apr 2021 13:42:28 UTC | ||
* | ||
@@ -8,0 +8,0 @@ * @pixi-spine/loader-uni is licensed under the MIT License. |
{ | ||
"name": "@pixi-spine/loader-uni", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Pixi integration with EsotericSoftware Spine, big, contains all runtimes", | ||
@@ -13,11 +13,11 @@ "main": "lib/loader-uni.js", | ||
"dependencies": { | ||
"@pixi-spine/base": "~3.0.0", | ||
"@pixi-spine/runtime-3.8": "~3.0.0", | ||
"@pixi-spine/runtime-3.7": "~3.0.0", | ||
"@pixi-spine/runtime-4.0": "~3.0.0", | ||
"@pixi-spine/loader-base": "~3.0.0" | ||
"@pixi-spine/base": "~3.0.1", | ||
"@pixi-spine/loader-base": "~3.0.1", | ||
"@pixi-spine/runtime-3.7": "~3.0.1", | ||
"@pixi-spine/runtime-3.8": "~3.0.1", | ||
"@pixi-spine/runtime-4.0": "~3.0.1" | ||
}, | ||
"scripts": { | ||
"build": "rollup -c rollup.config.js --silent", | ||
"build:types": "rimraf compile && tsc && api-extractor run && node scripts/injectGlobalMixins" | ||
"build:types": "rimraf compile && tsc -p tsconfig-api.json && api-extractor run && node scripts/injectGlobalMixins" | ||
}, | ||
@@ -44,12 +44,12 @@ "repository": { | ||
"devDependencies": { | ||
"rollup": "~2.33.1", | ||
"@pixi-build-tools/rollup-configurator": "^1.0.11", | ||
"@pixi-spine/eslint-config": "~1.0.0", | ||
"chai": "~4.2.0", | ||
"eslint": "~7.13.0", | ||
"typescript": "~4.2.3", | ||
"prepend": "=1.0.2", | ||
"rimraf": "3.0.2", | ||
"rollup": "~2.33.1", | ||
"tslib": "~2.2.0", | ||
"@pixi-build-tools/rollup-configurator": "^1.0.11", | ||
"chai": "~4.2.0", | ||
"prepend": "=1.0.2", | ||
"rimraf": "3.0.2" | ||
"typescript": "~4.2.3" | ||
} | ||
} |
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
27773