mars2d-widget
Advanced tools
Comparing version 3.0.7 to 3.0.8
/*! | ||
* Mars2D平台插件,原生JS下的项目widget模块化设计功能模块 | ||
* 版本信息:v3.0.7 | ||
* 编译日期:2022-02-20 16:52:33 | ||
* 版本信息:v3.0.8 | ||
* 编译日期:2022-02-25 14:00:57 | ||
* 版权所有:Copyright by 火星科技 http://mars2d.cn | ||
@@ -31,4 +31,4 @@ */ | ||
* Mars2D平台插件,原生JS下的项目widget模块化设计功能模块 | ||
* 版本信息:v3.0.7, hash值: b9aaf9edab05d7f9ef77 | ||
* 编译日期:2022-02-20 16:52:33 | ||
* 版本信息:v3.0.8, hash值: b9aaf9edab05d7f9ef77 | ||
* 编译日期:2022-02-25 14:00:57 | ||
* 版权所有:Copyright by 火星科技 http://mars2d.cn | ||
@@ -35,0 +35,0 @@ * |
{ | ||
"name": "mars2d-widget", | ||
"version": "3.0.7", | ||
"version": "3.0.8", | ||
"description": "Mars2D平台插件,原生JS下的项目widget模块化设计功能模块", | ||
@@ -11,3 +11,3 @@ "main": "dist/mars2d-widget.js", | ||
"devDependencies": { | ||
"mars2d": "^3.0.7", | ||
"mars2d": "^3.0.8", | ||
"@babel/core": "^7.14.3", | ||
@@ -40,3 +40,3 @@ "@babel/eslint-parser": "^7.14.3", | ||
"build-npm": "webpack --env.prod --progress --profile --colors --config ./scripts/webpack.config.js --devtool source-map && webpack --env.prod --env.min --progress --profile --colors --config ./scripts/webpack.npm.js && node scripts/npm/buildNpm.js", | ||
"push": "npm publish" | ||
"push": "npm publish --registry=https://registry.npmjs.org" | ||
}, | ||
@@ -43,0 +43,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
218711