Skip to content

Commit

Permalink
Merge pull request #397 from gprzybylowicz/es5_builds
Browse files Browse the repository at this point in the history
Es5 builds
  • Loading branch information
ivanpopelyshev authored Jul 27, 2021
2 parents 6a6118c + 5614e16 commit baf1249
Show file tree
Hide file tree
Showing 48 changed files with 324 additions and 47 deletions.
4 changes: 2 additions & 2 deletions bundles/all-3.8/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@
"license": "SEE SPINE-LICENSE",
"homepage": "https://github.com/pixijs/pixi-spine/#readme",
"devDependencies": {
"@pixi-build-tools/rollup-configurator": "^1.0.11",
"@pixi-spine/rollup-config": "~1.0.0",
"@pixi-spine/eslint-config": "~1.0.0",
"chai": "~4.2.0",
"eslint": "~7.13.0",
"prepend": "=1.0.2",
"rimraf": "3.0.2",
"rollup": "~2.33.1",
"rollup": "^2.53.3",
"tslib": "~2.2.0",
"typescript": "~4.2.3"
}
Expand Down
2 changes: 1 addition & 1 deletion bundles/all-3.8/rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { main } = require('@pixi-build-tools/rollup-configurator/main');
const { main } = require('@pixi-spine/rollup-config/main');

const results = main({
globals: {
Expand Down
2 changes: 2 additions & 0 deletions bundles/all-3.8/tsconfig-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "compile",
"declaration": true,
"declarationMap": true,
"skipLibCheck": true
},
"include": [
Expand Down
1 change: 1 addition & 0 deletions bundles/all-3.8/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "compile",
"baseUrl": "./",
"paths": {
"@pixi-spine/*": [
"packages/*/src"
Expand Down
4 changes: 2 additions & 2 deletions bundles/all-4.0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@
"license": "SEE SPINE-LICENSE",
"homepage": "https://github.com/pixijs/pixi-spine/#readme",
"devDependencies": {
"@pixi-build-tools/rollup-configurator": "^1.0.11",
"@pixi-spine/rollup-config": "~1.0.0",
"@pixi-spine/eslint-config": "~1.0.0",
"chai": "~4.2.0",
"eslint": "~7.13.0",
"prepend": "=1.0.2",
"rimraf": "3.0.2",
"rollup": "~2.33.1",
"rollup": "^2.53.3",
"tslib": "~2.2.0",
"typescript": "~4.2.3"
}
Expand Down
2 changes: 1 addition & 1 deletion bundles/all-4.0/rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { main } = require('@pixi-build-tools/rollup-configurator/main');
const { main } = require('@pixi-spine/rollup-config/main');

const results = main({
globals: {
Expand Down
2 changes: 2 additions & 0 deletions bundles/all-4.0/tsconfig-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "compile",
"declaration": true,
"declarationMap": true,
"skipLibCheck": true
},
"include": [
Expand Down
1 change: 1 addition & 0 deletions bundles/all-4.0/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "compile",
"baseUrl": "./",
"paths": {
"@pixi-spine/*": [
"packages/*/src"
Expand Down
4 changes: 2 additions & 2 deletions bundles/pixi-spine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@
"license": "SEE SPINE-LICENSE",
"homepage": "https://github.com/pixijs/pixi-spine/#readme",
"devDependencies": {
"@pixi-build-tools/rollup-configurator": "^1.0.11",
"@pixi-spine/rollup-config": "~1.0.0",
"@pixi-spine/eslint-config": "~1.0.0",
"chai": "~4.2.0",
"eslint": "~7.13.0",
"prepend": "=1.0.2",
"rimraf": "3.0.2",
"rollup": "~2.33.1",
"rollup": "^2.53.3",
"tslib": "~2.2.0",
"typescript": "~4.2.3"
}
Expand Down
2 changes: 1 addition & 1 deletion bundles/pixi-spine/rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { main } = require('@pixi-build-tools/rollup-configurator/main');
const { main } = require('@pixi-spine/rollup-config/main');

const results = main({
globals: {
Expand Down
2 changes: 2 additions & 0 deletions bundles/pixi-spine/tsconfig-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "compile",
"declaration": true,
"declarationMap": true,
"skipLibCheck": true
},
"include": [
Expand Down
1 change: 1 addition & 0 deletions bundles/pixi-spine/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "compile",
"baseUrl": "./",
"paths": {
"@pixi-spine/*": [
"packages/*/src"
Expand Down
6 changes: 3 additions & 3 deletions packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@pixi/utils": "~6.0.2"
},
"scripts": {
"build": "rollup -c node_modules/@pixi-build-tools/rollup-configurator/index.js --silent",
"build": "rollup -c node_modules/@pixi-spine/rollup-config/index.js --silent",
"build:types": "rimraf compile && tsc -p tsconfig-api.json && api-extractor run && node scripts/injectGlobalMixins"
},
"repository": {
Expand All @@ -42,13 +42,13 @@
"homepage": "https://github.com/pixijs/pixi-spine/#readme",
"devDependencies": {
"@microsoft/api-extractor": "7.13.5",
"@pixi-build-tools/rollup-configurator": "^1.0.11",
"@pixi-spine/eslint-config": "~1.0.0",
"@pixi-spine/rollup-config": "~1.0.0",
"chai": "~4.2.0",
"eslint": "~7.13.0",
"prepend": "=1.0.2",
"rimraf": "3.0.2",
"rollup": "~2.33.1",
"rollup":"^2.53.3",
"tslib": "~2.2.0",
"typescript": "~4.2.3"
}
Expand Down
3 changes: 2 additions & 1 deletion packages/base/tsconfig-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "compile",
"skipLibCheck": true
"declaration": true,
"declarationMap": true
},
"include": [
"src/*.ts"
Expand Down
1 change: 1 addition & 0 deletions packages/base/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "compile",
"baseUrl": "./",
"paths": {
"@pixi-spine/*": [
"packages/*/src"
Expand Down
3 changes: 2 additions & 1 deletion packages/loader-3.8/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,12 @@
"devDependencies": {
"@pixi-build-tools/rollup-configurator": "^1.0.11",
"@pixi-spine/eslint-config": "~1.0.0",
"@pixi-spine/rollup-config": "~1.0.0",
"chai": "~4.2.0",
"eslint": "~7.13.0",
"prepend": "=1.0.2",
"rimraf": "3.0.2",
"rollup": "~2.33.1",
"rollup": "^2.53.3",
"tslib": "~2.2.0",
"typescript": "~4.2.3"
}
Expand Down
5 changes: 4 additions & 1 deletion packages/loader-3.8/rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { main } = require('@pixi-build-tools/rollup-configurator/main');
const {main} = require('@pixi-spine/rollup-config/main');

module.exports = main({
globals: {
Expand All @@ -7,3 +7,6 @@ module.exports = main({
'@pixi-spine/loader-base': 'PIXI.spine',
},
});



2 changes: 2 additions & 0 deletions packages/loader-3.8/tsconfig-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "compile",
"declaration": true,
"declarationMap": true,
"skipLibCheck": true
},
"include": [
Expand Down
1 change: 1 addition & 0 deletions packages/loader-3.8/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "compile",
"baseUrl": "./",
"paths": {
"@pixi-spine/*": [
"packages/*/src"
Expand Down
4 changes: 2 additions & 2 deletions packages/loader-4.0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@
},
"homepage": "https://github.com/pixijs/pixi-spine/#readme",
"devDependencies": {
"@pixi-build-tools/rollup-configurator": "^1.0.11",
"@pixi-spine/eslint-config": "~1.0.0",
"@pixi-spine/rollup-config": "~1.0.0",
"chai": "~4.2.0",
"eslint": "~7.13.0",
"prepend": "=1.0.2",
"rimraf": "3.0.2",
"rollup": "~2.33.1",
"rollup":"^2.53.3",
"tslib": "~2.2.0",
"typescript": "~4.2.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/loader-4.0/rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { main } = require('@pixi-build-tools/rollup-configurator/main');
const {main} = require('@pixi-spine/rollup-config/main');

module.exports = main({
globals: {
Expand Down
2 changes: 2 additions & 0 deletions packages/loader-4.0/tsconfig-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "compile",
"declaration": true,
"declarationMap": true,
"skipLibCheck": true
},
"include": [
Expand Down
1 change: 1 addition & 0 deletions packages/loader-4.0/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "compile",
"baseUrl": "./",
"paths": {
"@pixi-spine/*": [
"packages/*/src"
Expand Down
4 changes: 2 additions & 2 deletions packages/loader-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
},
"homepage": "https://github.com/pixijs/pixi-spine/#readme",
"devDependencies": {
"@pixi-build-tools/rollup-configurator": "^1.0.11",
"@pixi-spine/rollup-config": "~1.0.0",
"@pixi-spine/eslint-config": "~1.0.0",
"chai": "~4.2.0",
"eslint": "~7.13.0",
"prepend": "=1.0.2",
"rimraf": "3.0.2",
"rollup": "~2.33.1",
"rollup": "^2.53.3",
"tslib": "~2.2.0",
"typescript": "~4.2.3"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/loader-base/rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { main } = require('@pixi-build-tools/rollup-configurator/main');
const {main} = require('@pixi-spine/rollup-config/main');

module.exports = main({
globals: {
'@pixi-spine/base': 'PIXI.spine'
'@pixi-spine/base': 'PIXI.spine',
},
});
2 changes: 2 additions & 0 deletions packages/loader-base/tsconfig-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "compile",
"declaration": true,
"declarationMap": true,
"skipLibCheck": true
},
"include": [
Expand Down
1 change: 1 addition & 0 deletions packages/loader-base/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "compile",
"baseUrl": "./",
"paths": {
"@pixi-spine/*": [
"packages/*/src"
Expand Down
4 changes: 2 additions & 2 deletions packages/loader-uni/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
},
"homepage": "https://github.com/pixijs/pixi-spine/#readme",
"devDependencies": {
"@pixi-build-tools/rollup-configurator": "^1.0.11",
"@pixi-spine/rollup-config": "~1.0.0",
"@pixi-spine/eslint-config": "~1.0.0",
"chai": "~4.2.0",
"eslint": "~7.13.0",
"prepend": "=1.0.2",
"rimraf": "3.0.2",
"rollup": "~2.33.1",
"rollup": "^2.53.3",
"tslib": "~2.2.0",
"typescript": "~4.2.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/loader-uni/rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { main } = require('@pixi-build-tools/rollup-configurator/main');
const {main} = require('@pixi-spine/rollup-config/main');

module.exports = main({
globals: {
Expand Down
2 changes: 2 additions & 0 deletions packages/loader-uni/tsconfig-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "compile",
"declaration": true,
"declarationMap": true,
"skipLibCheck": true
},
"include": [
Expand Down
1 change: 1 addition & 0 deletions packages/loader-uni/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "compile",
"baseUrl": "./",
"paths": {
"@pixi-spine/*": [
"packages/*/src"
Expand Down
4 changes: 2 additions & 2 deletions packages/runtime-3.7/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
"license": "SEE SPINE-LICENSE",
"homepage": "https://github.com/pixijs/pixi-spine/#readme",
"devDependencies": {
"@pixi-build-tools/rollup-configurator": "^1.0.11",
"@pixi-spine/rollup-config": "~1.0.0",
"@pixi-spine/eslint-config": "~1.0.0",
"chai": "~4.2.0",
"eslint": "~7.13.0",
"rimraf": "3.0.2",
"rollup": "~2.33.1",
"rollup": "^2.53.3",
"tslib": "~2.2.0",
"typescript": "~4.2.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime-3.7/rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { main } = require('@pixi-build-tools/rollup-configurator/main');
const {main} = require('@pixi-spine/rollup-config/main');

module.exports = main({
globals: {
Expand Down
4 changes: 3 additions & 1 deletion packages/runtime-3.7/tsconfig-api.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "compile"
"outDir": "compile",
"declaration": true,
"declarationMap": true
},
"include": [
"src/*.ts"
Expand Down
1 change: 1 addition & 0 deletions packages/runtime-3.7/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "compile",
"baseUrl": "./",
"paths": {
"@pixi-spine/*": [
"packages/*/src"
Expand Down
16 changes: 8 additions & 8 deletions packages/runtime-3.8/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
"license": "SEE SPINE-LICENSE",
"homepage": "https://github.com/pixijs/pixi-spine/#readme",
"devDependencies": {
"@pixi-build-tools/rollup-configurator": "^1.0.11",
"@pixi-spine/eslint-config": "~1.0.0",
"chai": "~4.2.0",
"eslint": "~7.13.0",
"rimraf": "3.0.2",
"rollup": "~2.33.1",
"tslib": "~2.2.0",
"typescript": "~4.2.3"
"@pixi-spine/rollup-config": "~1.0.0",
"@pixi-spine/eslint-config": "~1.0.0",
"chai": "~4.2.0",
"eslint": "~7.13.0",
"rimraf": "3.0.2",
"rollup": "^2.53.3",
"tslib": "~2.2.0",
"typescript": "~4.2.3"
}
}
2 changes: 1 addition & 1 deletion packages/runtime-3.8/rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { main } = require('@pixi-build-tools/rollup-configurator/main');
const {main} = require('@pixi-spine/rollup-config/main');

module.exports = main({
globals: {
Expand Down
Loading

0 comments on commit baf1249

Please sign in to comment.