playcanvas
Advanced tools
Comparing version 1.38.1 to 1.38.2
/** | ||
* @license | ||
* PlayCanvas Engine v1.38.1 revision 58f980680 | ||
* PlayCanvas Engine v1.38.2 revision c34fa455a | ||
* Copyright 2011-2021 PlayCanvas Ltd. All rights reserved. | ||
@@ -5,0 +5,0 @@ */ |
130
package.json
{ | ||
"name": "playcanvas", | ||
"version": "1.38.1", | ||
"author": "PlayCanvas <support@playcanvas.com>", | ||
"homepage": "https://playcanvas.com", | ||
"description": "PlayCanvas WebGL game engine", | ||
"name": "playcanvas", | ||
"version": "1.38.2", | ||
"author": "PlayCanvas <support@playcanvas.com>", | ||
"homepage": "https://playcanvas.com", | ||
"description": "PlayCanvas WebGL game engine", | ||
"keywords": [ | ||
"3D", | ||
"2D", | ||
"VR", | ||
"WebGL", | ||
"WebGL2", | ||
"game", | ||
"engine", | ||
"HTML5", | ||
"browser", | ||
"3D", | ||
"2D", | ||
"VR", | ||
"WebGL", | ||
"WebGL2", | ||
"game", | ||
"engine", | ||
"HTML5", | ||
"browser", | ||
"typings" | ||
], | ||
"license": "MIT", | ||
"main": "build/playcanvas.js", | ||
"module": "build/playcanvas.mjs", | ||
"types": "index.d.ts", | ||
], | ||
"license": "MIT", | ||
"main": "build/playcanvas.js", | ||
"module": "build/playcanvas.mjs", | ||
"types": "index.d.ts", | ||
"bugs": { | ||
"url": "https://github.com/playcanvas/engine/issues" | ||
}, | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"type": "git", | ||
"url": "https://github.com/playcanvas/engine.git" | ||
}, | ||
}, | ||
"eslintConfig": { | ||
"extends": "@playcanvas/eslint-config", | ||
"extends": "@playcanvas/eslint-config", | ||
"parser": "babel-eslint" | ||
}, | ||
}, | ||
"eslintIgnore": [ | ||
"examples/lib/*", | ||
"examples/lib/*", | ||
"src/polyfill/*" | ||
], | ||
], | ||
"devDependencies": { | ||
"@babel/core": "^7.12.10", | ||
"@babel/plugin-proposal-class-properties": "^7.12.1", | ||
"@babel/preset-env": "^7.12.11", | ||
"@playcanvas/eslint-config": "^1.0.6", | ||
"@playcanvas/jsdoc-template": "^1.0.16", | ||
"@rollup/plugin-babel": "^5.2.2", | ||
"@rollup/plugin-replace": "^2.3.4", | ||
"@rollup/pluginutils": "^4.1.0", | ||
"babel-eslint": "10.1.0", | ||
"chai": "^4.2.0", | ||
"eslint": "^7.17.0", | ||
"http-server": "^0.12.3", | ||
"jsdoc": "^3.6.6", | ||
"karma": "^6.0.0", | ||
"karma-chrome-launcher": "^3.1.0", | ||
"karma-mocha": "^2.0.1", | ||
"karma-spec-reporter": "0.0.32", | ||
"mocha": "^8.2.1", | ||
"preprocessor": "^1.4.0", | ||
"rollup": "^2.36.1", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"sinon": "^9.2.3", | ||
"tsd-jsdoc": "^2.5.0", | ||
"@babel/core": "^7.12.10", | ||
"@babel/plugin-proposal-class-properties": "^7.12.1", | ||
"@babel/preset-env": "^7.12.11", | ||
"@playcanvas/eslint-config": "^1.0.6", | ||
"@playcanvas/jsdoc-template": "^1.0.16", | ||
"@rollup/plugin-babel": "^5.2.2", | ||
"@rollup/plugin-replace": "^2.3.4", | ||
"@rollup/pluginutils": "^4.1.0", | ||
"babel-eslint": "10.1.0", | ||
"chai": "^4.2.0", | ||
"eslint": "^7.17.0", | ||
"http-server": "^0.12.3", | ||
"jsdoc": "^3.6.6", | ||
"karma": "^6.0.0", | ||
"karma-chrome-launcher": "^3.1.0", | ||
"karma-mocha": "^2.0.1", | ||
"karma-spec-reporter": "0.0.32", | ||
"mocha": "^8.2.1", | ||
"preprocessor": "^1.4.0", | ||
"rollup": "^2.36.1", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"sinon": "^9.2.3", | ||
"tsd-jsdoc": "^2.5.0", | ||
"typescript": "^4.1.3" | ||
}, | ||
}, | ||
"scripts": { | ||
"build": "rollup -c", | ||
"build:es5": "rollup -c --environment target:es5", | ||
"build:es5min": "rollup -c --environment target:es5min", | ||
"build:es6": "rollup -c --environment target:es6", | ||
"build:debug": "rollup -c --environment target:debug", | ||
"build:profiler": "rollup -c --environment target:profiler", | ||
"docs": "jsdoc -c conf-api.json", | ||
"lint": "eslint --ext .js examples extras src rollup.config.js", | ||
"serve": "http-server build -a localhost -p 51000", | ||
"test": "karma start tests/karma.conf.js -- --single-run --release", | ||
"test:watch": "karma start tests/karma.conf.js", | ||
"test:debug": "karma start tests/karma.conf.js -- --single-run=false", | ||
"test:tsd": "npm run tsd && tsc --pretty false build/playcanvas.d.ts", | ||
"tsd": "jsdoc -c conf-tsd.json", | ||
"build": "rollup -c", | ||
"build:es5": "rollup -c --environment target:es5", | ||
"build:es5min": "rollup -c --environment target:es5min", | ||
"build:es6": "rollup -c --environment target:es6", | ||
"build:debug": "rollup -c --environment target:debug", | ||
"build:profiler": "rollup -c --environment target:profiler", | ||
"docs": "jsdoc -c conf-api.json", | ||
"lint": "eslint --ext .js examples extras src rollup.config.js", | ||
"serve": "http-server build -a localhost -p 51000", | ||
"test": "karma start tests/karma.conf.js -- --single-run --release", | ||
"test:watch": "karma start tests/karma.conf.js", | ||
"test:debug": "karma start tests/karma.conf.js -- --single-run=false", | ||
"test:tsd": "npm run tsd && tsc --pretty false build/playcanvas.d.ts", | ||
"tsd": "jsdoc -c conf-tsd.json", | ||
"unzipbundle": "gzip -x tests/assets/bundle.gz" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
10267758
255902