提交 c42d2949 编写于 作者: J JiM-W

0.4.1

上级 15b105ef
## [0.4.1]
### Bugfixes
- 修复内联事件对象 $event的匹配问题
- 修复chameleon.config.js内部配置公用miniappConfig一个对象导致的对象合并不准确问题
## [0.4.1-alpha.1]
### Bugfixes
- 修复window下分包加载的bug
......
......@@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.4.1-alpha.1",
"version": "0.4.1",
"command": {
"publish": {
"allowBranch": "master",
......
{
"name": "babel-plugin-chameleon-import",
"version": "0.4.1-alpha.1",
"version": "0.4.1",
"description": "Component modular import plugin for babel.",
"repository": {
"type": "git",
......
{
"name": "chameleon-css-loader",
"version": "0.4.1-alpha.1",
"version": "0.4.1",
"description": "chameleon样式处理",
"main": "index.js",
"scripts": {
......
{
"name": "chameleon-dev-proxy",
"version": "0.4.1-alpha.1",
"version": "0.4.1",
"description": "cml开发环境代理服务模块",
"main": "index.js",
"author": "Chameleon-Team",
......
{
"version": "0.4.1-alpha.1",
"version": "0.4.1",
"name": "chameleon-errors-webpack-plugin",
"main": "index.js",
"author": "Chameleon-Team",
......
{
"name": "chameleon-linter",
"version": "0.4.1-alpha.1",
"version": "0.4.1",
"description": "cml规范校验工具",
"main": "index.js",
"scripts": {
......@@ -24,10 +24,10 @@
"@babel/traverse": "^7.1.4",
"bulk-require": "^1.0.1",
"chalk": "^2.4.1",
"chameleon-tool-utils": "0.4.1-alpha.1",
"cml-component-parser": "0.4.1-alpha.1",
"cml-htmllint": "0.4.1-alpha.1",
"cml-js-parser": "0.4.1-alpha.1",
"chameleon-tool-utils": "0.4.1",
"cml-component-parser": "0.4.1",
"cml-htmllint": "0.4.1",
"cml-js-parser": "0.4.1",
"commander": "^2.19.0",
"glob": "^7.1.3",
"json-lint": "^0.1.0",
......
{
"name": "chameleon-loader",
"version": "0.4.1-alpha.1",
"version": "0.4.1",
"description": "chameleon cml文件处理loader",
"main": "src/index.js",
"directories": {
......@@ -18,8 +18,8 @@
"@babel/types": "^7.3.4",
"babel-generator": "6.26.1",
"babel-traverse": "6.26.0",
"chameleon-template-parse": "0.4.1-alpha.1",
"chameleon-tool-utils": "0.4.1-alpha.1",
"chameleon-template-parse": "0.4.1",
"chameleon-tool-utils": "0.4.1",
"consolidate": "0.14.0",
"de-indent": "1.0.2",
"fs-extra": "^7.0.1",
......@@ -27,9 +27,9 @@
"he": "1.1.0",
"loader-utils": "1.1.0",
"lru-cache": "4.1.1",
"mvvm-interface-parser": "0.4.1-alpha.1",
"mvvm-interface-parser": "0.4.1",
"resolve": "1.4.0",
"runtime-check": "0.4.1-alpha.1",
"runtime-check": "0.4.1",
"source-map": "0.6.1",
"vue-style-loader": "4.0.1"
},
......
{
"name": "chameleon-miniapp-target",
"version": "0.4.1-alpha.1",
"version": "0.4.1",
"description": "chameleon 小程序webpack的target",
"main": "src/index.js",
"scripts": {
......@@ -14,7 +14,7 @@
"webpack": "^3.12.0"
},
"dependencies": {
"chameleon-tool-utils": "0.4.1-alpha.1"
"chameleon-tool-utils": "0.4.1"
},
"mail": "ChameleonCore@didiglobal.com",
"gitHead": "5ddcde4330774710f7646559446e008f7785ce00"
......
{
"name": "chameleon-mixins",
"version": "0.4.1-alpha.1",
"version": "0.4.1",
"description": "chameleon-mixins",
"main": "index.js",
"scripts": {
......@@ -12,7 +12,7 @@
"license": "Apache",
"devDependencies": {
"chai": "^4.2.0",
"chameleon-css-loader": "0.4.1-alpha.1",
"chameleon-css-loader": "0.4.1",
"coveralls": "^2.11.9",
"eslint": "^5.9.0",
"gulp": "^3.9.1",
......
{
"name": "chameleon-template-parse",
"version": "0.4.1-alpha.1",
"version": "0.4.1",
"description": "",
"main": "index.js",
"scripts": {
......@@ -24,9 +24,9 @@
},
"devDependencies": {
"chai": "^4.2.0",
"chameleon-css-loader": "0.4.1-alpha.1",
"chameleon-mixins": "0.4.1-alpha.1",
"chameleon-tool-utils": "0.4.1-alpha.1",
"chameleon-css-loader": "0.4.1",
"chameleon-mixins": "0.4.1",
"chameleon-tool-utils": "0.4.1",
"clean-webpack-plugin": "^0.1.19",
"coveralls": "^2.11.9",
"eslint": "^5.9.0",
......
{
"name": "chameleon-templates",
"version": "0.4.1-alpha.1",
"version": "0.4.1",
"description": "",
"main": "index.js",
"scripts": {
......
......@@ -36,5 +36,5 @@
"test": "mocha --recursive --reporter spec",
"break-test": "./node_modules/.bin/mocha --inspect-brk --recursive --reporter spec"
},
"version": "0.4.1-alpha.1"
"version": "0.4.1"
}
\ No newline at end of file
{
"name": "chameleon-tool",
"version": "0.4.1-alpha.1",
"version": "0.4.1",
"description": "chameleon 脚手架工具",
"main": "chameleon.js",
"scripts": {
......@@ -30,7 +30,7 @@
"autoprefixer": "8.6.4",
"babel-core": "6.26.3",
"babel-loader": "7.1.4",
"babel-plugin-chameleon-import": "^0.4.1-alpha.1",
"babel-plugin-chameleon-import": "^0.4.1",
"babel-plugin-transform-remove-strict-mode": "0.0.2",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-env": "1.7.0",
......@@ -38,23 +38,23 @@
"babel-preset-stage-0": "6.24.1",
"body-parser": "^1.18.3",
"chalk": "^2.4.2",
"chameleon-css-loader": "^0.4.1-alpha.1",
"chameleon-dev-proxy": "^0.4.1-alpha.1",
"chameleon-errors-webpack-plugin": "^0.4.1-alpha.1",
"chameleon-linter": "^0.4.1-alpha.1",
"chameleon-loader": "^0.4.1-alpha.1",
"chameleon-miniapp-target": "^0.4.1-alpha.1",
"chameleon-mixins": "^0.4.1-alpha.1",
"chameleon-template-parse": "^0.4.1-alpha.1",
"chameleon-templates": "^0.4.1-alpha.1",
"chameleon-tool-utils": "^0.4.1-alpha.1",
"chameleon-url-loader": "^0.4.1-alpha.1",
"chameleon-vue-precompiler": "^0.4.1-alpha.1",
"chameleon-webpack-plugin": "^0.4.1-alpha.1",
"chameleon-weex-vue-loader": "^0.4.1-alpha.1",
"chameleon-css-loader": "^0.4.1",
"chameleon-dev-proxy": "^0.4.1",
"chameleon-errors-webpack-plugin": "^0.4.1",
"chameleon-linter": "^0.4.1",
"chameleon-loader": "^0.4.1",
"chameleon-miniapp-target": "^0.4.1",
"chameleon-mixins": "^0.4.1",
"chameleon-template-parse": "^0.4.1",
"chameleon-templates": "^0.4.1",
"chameleon-tool-utils": "^0.4.1",
"chameleon-url-loader": "^0.4.1",
"chameleon-vue-precompiler": "^0.4.1",
"chameleon-webpack-plugin": "^0.4.1",
"chameleon-weex-vue-loader": "^0.4.1",
"clean-webpack-plugin": "0.1.19",
"cml-extract-css-webpack-plugin": "^0.4.1-alpha.1",
"cml-vue-loader": "^0.4.1-alpha.1",
"cml-extract-css-webpack-plugin": "^0.4.1",
"cml-vue-loader": "^0.4.1",
"commander": "2.16.0",
"connect-history-api-fallback": "^1.5.0",
"copy-webpack-plugin": "4.5.2",
......@@ -69,16 +69,16 @@
"html-loader": "0.5.5",
"html-webpack-plugin": "2.30.1",
"inquirer": "6.0.0",
"interface-loader": "^0.4.1-alpha.1",
"interface-loader": "^0.4.1",
"ip": "1.1.5",
"less": "3.0.4",
"less-loader": "4.1.0",
"minimist": "1.2.0",
"mvvm-cml-loader": "0.4.1-alpha.1",
"mvvm-file-loader": "0.4.1-alpha.1",
"mvvm-miniapp-loader": "0.4.1-alpha.1",
"mvvm-pack": "0.4.1-alpha.1",
"mvvm-style-loader": "0.4.1-alpha.1",
"mvvm-cml-loader": "0.4.1",
"mvvm-file-loader": "0.4.1",
"mvvm-miniapp-loader": "0.4.1",
"mvvm-pack": "0.4.1",
"mvvm-style-loader": "0.4.1",
"node-phpcgi": "0.3.7",
"node-watch": "^0.5.9",
"opn": "5.3.0",
......@@ -100,10 +100,10 @@
"vuex": "3.0.1",
"webpack": "3.12.0",
"webpack-bundle-analyzer": "2.13.1",
"webpack-check-plugin": "^0.4.1-alpha.1",
"webpack-check-plugin": "^0.4.1",
"webpack-chunk-hash": "0.6.0",
"webpack-hot-middleware": "2.22.2",
"webpack-liveload-middleware": "^0.4.1-alpha.1",
"webpack-liveload-middleware": "^0.4.1",
"webpack-merge": "4.1.3",
"ws": "^6.1.0"
},
......
{
"name": "chameleon-vue-precompiler",
"version": "0.4.1-alpha.1",
"version": "0.4.1",
"description": "为chameleon提供 vue-loader 的模板预编译处理能力",
"author": "Chameleon-Team",
"scripts": {},
......
{
"name": "chameleon-webpack-plugin",
"version": "0.4.1-alpha.1",
"version": "0.4.1",
"description": "",
"main": "index.js",
"scripts": {
......
{
"name": "chameleon-weex-vue-loader",
"version": "0.4.1-alpha.1",
"version": "0.4.1",
"license": "Apache",
"main": "index.js",
"dependencies": {
......
{
"name": "cml-component-parser",
"version": "0.4.1-alpha.1",
"version": "0.4.1",
"description": "A tool that can parse interface file and return all properties and methods it has.",
"main": "index.js",
"scripts": {},
......@@ -13,9 +13,9 @@
"dependencies": {
"@babel/parser": "^7.1.3",
"@babel/traverse": "^7.2.2",
"chameleon-tool-utils": "0.4.1-alpha.1",
"cml-interface-parser": "0.4.1-alpha.1",
"cml-js-parser": "0.4.1-alpha.1",
"chameleon-tool-utils": "0.4.1",
"cml-interface-parser": "0.4.1",
"cml-js-parser": "0.4.1",
"commander": "^2.19.0"
},
"devDependencies": {
......
{
"name": "cml-extract-css-webpack-plugin",
"version": "0.4.1-alpha.1",
"version": "0.4.1",
"author": "Chameleon-Team",
"license": "Apache",
"dependencies": {
......
{
"name": "cml-htmllint",
"version": "0.4.1-alpha.1",
"version": "0.4.1",
"description": "An chameleon template linter.",
"keywords": [
"html",
......
{
"name": "cml-interface-parser",
"version": "0.4.1-alpha.1",
"version": "0.4.1",
"description": "A tool that can parse interface file and return all properties and methods it has.",
"main": "index.js",
"scripts": {
......@@ -13,7 +13,7 @@
"dependencies": {
"@babel/parser": "^7.1.3",
"@babel/traverse": "^7.2.2",
"chameleon-tool-utils": "0.4.1-alpha.1",
"chameleon-tool-utils": "0.4.1",
"commander": "^2.19.0"
},
"devDependencies": {
......
{
"name": "cml-js-parser",
"version": "0.4.1-alpha.1",
"version": "0.4.1",
"description": "A tool used to get variable names and methods that can be used in templates.",
"main": "index.js",
"scripts": {
......@@ -14,7 +14,7 @@
"@babel/parser": "^7.2.2",
"@babel/traverse": "^7.2.2",
"bulk-require": "^1.0.1",
"chameleon-tool-utils": "0.4.1-alpha.1"
"chameleon-tool-utils": "0.4.1"
},
"devDependencies": {
"chai": "^4.2.0",
......
{
"name": "cml-vue-loader",
"version": "0.4.1-alpha.1",
"version": "0.4.1",
"dependencies": {
"consolidate": "^0.14.0",
"hash-sum": "^1.0.2",
......
{
"name": "easy-chameleon",
"version": "0.4.1-alpha.0",
"version": "0.4.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
......@@ -516,9 +516,9 @@
}
},
"babel-plugin-chameleon-import": {
"version": "0.4.1-alpha.0",
"resolved": "https://registry.npmjs.org/babel-plugin-chameleon-import/-/babel-plugin-chameleon-import-0.4.1-alpha.0.tgz",
"integrity": "sha512-bRMDbdSEn1ZKOvpNwaHr9w+65pdFljasA/b5aX52Ab8HFAdyiz3BHm/UtFmbMpCBvzpHDngzj1uZJhOKbF8+bg==",
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/babel-plugin-chameleon-import/-/babel-plugin-chameleon-import-0.4.1.tgz",
"integrity": "sha512-lcEBvkkDS9lwnBrzIpFx7sGwZtpy8DbdDwda/rxbhQDKauV4F8t+WFzFUNv7L1w5RUGW+qTffG1vDeaBLSoc6g==",
"requires": {
"@babel/helper-module-imports": "^7.0.0",
"@babel/runtime": "^7.0.0"
......@@ -812,9 +812,9 @@
"integrity": "sha512-k7gg00DKPJQ8+iZJI7uZXndLcCzSiG1yvJ8rpgcZuIpQsowhNhryYgWRu9Etiu3dNpQlLyrGVHfg91dKmoJstw=="
},
"chameleon-css-loader": {
"version": "0.4.1-alpha.0",
"resolved": "https://registry.npmjs.org/chameleon-css-loader/-/chameleon-css-loader-0.4.1-alpha.0.tgz",
"integrity": "sha512-x4AEW7/fCYBqtUUju3XAMZ4aC0H8zdzsdRhi2U/IxdeJEkFivqdUbNepZ51y7O47y1qLUnm5onBpyiUnzYgOuA==",
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/chameleon-css-loader/-/chameleon-css-loader-0.4.1.tgz",
"integrity": "sha512-LJ1WT9Cvz1mWAEw9wTV2IHvuzF3fUwXNpNzCPW1QluaKogcU+WxvznQlw7NnJlCu+5J5zbpo449gMyqMZLvqCg==",
"requires": {
"autoprefixer": "^9.3.1",
"hash-sum": "^1.0.2",
......@@ -825,16 +825,16 @@
}
},
"chameleon-loader": {
"version": "0.4.1-alpha.0",
"resolved": "https://registry.npmjs.org/chameleon-loader/-/chameleon-loader-0.4.1-alpha.0.tgz",
"integrity": "sha512-dEdq1Pgt1sEO/1muEPtwXcSIQ4qD5NWGFpE/5nKY0+L42jnqFjWK0/nBh4gg2531slSNyqgQUWMQ5GsLpVqKbQ==",
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/chameleon-loader/-/chameleon-loader-0.4.1.tgz",
"integrity": "sha512-H8ghXTSk3gro886Wv0oZIMVnwu0T95pUxLSUIlK9Z6jnH9wbmFkZl7XOOZbtlglcDy0MN+SCPWwOaH042f59DQ==",
"requires": {
"@babel/parser": "7.1.2",
"@babel/types": "^7.3.4",
"babel-generator": "6.26.1",
"babel-traverse": "6.26.0",
"chameleon-template-parse": "0.4.1-alpha.0",
"chameleon-tool-utils": "0.4.1-alpha.0",
"chameleon-template-parse": "0.4.1",
"chameleon-tool-utils": "0.4.1",
"consolidate": "0.14.0",
"de-indent": "1.0.2",
"fs-extra": "^7.0.1",
......@@ -842,9 +842,9 @@
"he": "1.1.0",
"loader-utils": "1.1.0",
"lru-cache": "4.1.1",
"mvvm-interface-parser": "0.4.1-alpha.0",
"mvvm-interface-parser": "0.4.1",
"resolve": "1.4.0",
"runtime-check": "0.4.1-alpha.0",
"runtime-check": "0.4.1",
"source-map": "0.6.1",
"vue-style-loader": "4.0.1"
},
......@@ -872,17 +872,17 @@
}
},
"chameleon-miniapp-target": {
"version": "0.4.1-alpha.0",
"resolved": "https://registry.npmjs.org/chameleon-miniapp-target/-/chameleon-miniapp-target-0.4.1-alpha.0.tgz",
"integrity": "sha512-GX1qBeVu7kgABETgEMsPOmzAId7uvjwOtED+p0jIgjZv3Te9h7gDGpOiZ1yjM/71EtHOe1Cg5whjS+TAkUmf7A==",
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/chameleon-miniapp-target/-/chameleon-miniapp-target-0.4.1.tgz",
"integrity": "sha512-MHT8uZt60iUgEUVOdRgH+tH1sc8mzqXZ8AdIdTbkDRstkOvWlAlsx1sL7R6Gx/xwkch029r635jH0GjOLhnn2A==",
"requires": {
"chameleon-tool-utils": "0.4.1-alpha.0"
"chameleon-tool-utils": "0.4.1"
}
},
"chameleon-mixins": {
"version": "0.4.1-alpha.0",
"resolved": "https://registry.npmjs.org/chameleon-mixins/-/chameleon-mixins-0.4.1-alpha.0.tgz",
"integrity": "sha512-kUMADeZG/GRUenfVZxO7BmM9/iI5QZoTVfm5h0976oGnXUgpw3D3hHakWny4S3pCte9GALcMucIHlzKTbuRq4g=="
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/chameleon-mixins/-/chameleon-mixins-0.4.1.tgz",
"integrity": "sha512-SEuDi0PcgKySTqfHk5opjcO9rMqp0U1gY4D1yin85CYWhk0+nUWJgLmMies1b+INhgvLsGNni8pG9mqXsjpsdQ=="
},
"chameleon-runtime": {
"version": "0.1.4",
......@@ -902,9 +902,9 @@
}
},
"chameleon-template-parse": {
"version": "0.4.1-alpha.0",
"resolved": "https://registry.npmjs.org/chameleon-template-parse/-/chameleon-template-parse-0.4.1-alpha.0.tgz",
"integrity": "sha512-R1dSzjcNYtm1ruir3NOZtKMQLk+xxEYUSjvNCmZ7FinREhZkIyGS9GrVscTXLTvaZcqlYBlw6LV2pgb1ztx+Gg==",
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/chameleon-template-parse/-/chameleon-template-parse-0.4.1.tgz",
"integrity": "sha512-rh3Q5ml550uEKwrAiGodWYmxB+7WYEPbi9C/PnE4gOrRI0nqISf82c96DgCCZfgnfJ0zHjFsVRXoKfu5F2e96A==",
"requires": {
"@babel/generator": "^7.1.2",
"@babel/parser": "^7.3.4",
......@@ -924,14 +924,14 @@
}
},
"chameleon-templates": {
"version": "0.4.1-alpha.0",
"resolved": "https://registry.npmjs.org/chameleon-templates/-/chameleon-templates-0.4.1-alpha.0.tgz",
"integrity": "sha512-qEr0KNhdfm27DftMV7dRUNa+rDkfXmd8Y1FoIxV4JGLxAFGvdtu8CPC/2OQUYlXdgQQCmiEWoNPON+HFCEc2BA=="
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/chameleon-templates/-/chameleon-templates-0.4.1.tgz",
"integrity": "sha512-g64fuhwI9ZPsHccr8JhR8OSr3VEe3AUap6D2vVxuOO2DxaPkHXCykPAndrxpKXznPpw4Tc+FiIZSbMb+gtZjMw=="
},
"chameleon-tool-utils": {
"version": "0.4.1-alpha.0",
"resolved": "https://registry.npmjs.org/chameleon-tool-utils/-/chameleon-tool-utils-0.4.1-alpha.0.tgz",
"integrity": "sha512-5VXjBtnwYgexgjbR3sXdmcCGH0bWqNPakbFr6QK2OnLyP/xBVsCaY3ipcmDt/96ayKcWQw6vVnqpjEUn1talIw==",
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/chameleon-tool-utils/-/chameleon-tool-utils-0.4.1.tgz",
"integrity": "sha512-h1Bb6Rf9ZSW4h295+R4jf9avuBJ1wtd5EstV6UtRACe5CNOUCMUdi3XqyxAaoKMXl3MGIUADSaMbX2BW0bX+Jw==",
"requires": {
"chalk": "^2.4.2",
"colors": "^1.3.0",
......@@ -979,9 +979,9 @@
}
},
"chameleon-url-loader": {
"version": "0.4.1-alpha.0",
"resolved": "https://registry.npmjs.org/chameleon-url-loader/-/chameleon-url-loader-0.4.1-alpha.0.tgz",
"integrity": "sha512-mKrDiY4O+1ExQcHqM93dERXxaeKzum5jNnf4/wiSvj3UWxs722CttHJiV2+evVOnl15fG1wGevrxPG4ye9NNDg==",
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/chameleon-url-loader/-/chameleon-url-loader-0.4.1.tgz",
"integrity": "sha512-/Ep9RLCXVRquFARErBAHicAHcOCvWSjvqvcWWHfWkvODbVYXD5p0nxNXOSG3HkKnsSGptnQCV+vKtypfUgsi0A==",
"requires": {
"@webpack-contrib/schema-utils": "^1.0.0-beta.0",
"loader-utils": "^1.1.0",
......@@ -989,17 +989,17 @@
}
},
"chameleon-vue-precompiler": {
"version": "0.4.1-alpha.0",
"resolved": "https://registry.npmjs.org/chameleon-vue-precompiler/-/chameleon-vue-precompiler-0.4.1-alpha.0.tgz",
"integrity": "sha512-CncUepRjRf2N4jO4MzPaURY4uaIkGMrYvBekm4Nq+OuGwGiMRVfqd2DjUuFTcNlQKuRNHGrCXx7LCn0wHblyXA==",
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/chameleon-vue-precompiler/-/chameleon-vue-precompiler-0.4.1.tgz",
"integrity": "sha512-K1aut8ov/sY+1mQaMZyzh79RQYFIGX42sNu/51fNVmfxamHRUJ/FoyeAjuINf6oTAt45v9ZFy5JwcoW2wD41Rw==",
"requires": {
"esprima": "^4.0.1"
}
},
"chameleon-weex-vue-loader": {
"version": "0.4.1-alpha.0",
"resolved": "https://registry.npmjs.org/chameleon-weex-vue-loader/-/chameleon-weex-vue-loader-0.4.1-alpha.0.tgz",
"integrity": "sha512-alQ5WjYlq8vJX2pyw0HJsSMOBGSV+Ubg30C5dMyXXKm8vkcUZ5OgZOG9elPE293BilQfSzrcDT/fsAZQVjdxRQ==",
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/chameleon-weex-vue-loader/-/chameleon-weex-vue-loader-0.4.1.tgz",
"integrity": "sha512-dQUT698vvlwz4PWfH9DghLyYnOx2t+lwGs3VPe3qDFyA+uGk0tjnRlMKi1IMQarJXxhgghojMKaydFvtF7O45A==",
"requires": {
"consolidate": "^0.14.0",
"hash-sum": "^1.0.2",
......@@ -1683,9 +1683,9 @@
}
},
"electron-to-chromium": {
"version": "1.3.237",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.237.tgz",
"integrity": "sha512-SPAFjDr/7iiVK2kgTluwxela6eaWjjFkS9rO/iYpB/KGXgccUom5YC7OIf19c8m8GGptWxLU0Em8xM64A/N7Fg=="
"version": "1.3.241",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.241.tgz",
"integrity": "sha512-Gb9E6nWZlbgjDDNe5cAvMJixtn79krNJ70EDpq/M10lkGo7PGtBUe7Y0CYVHsBScRwi6ybCS+YetXAN9ysAHDg=="
},
"emojis-list": {
"version": "2.1.0",
......@@ -2913,17 +2913,17 @@
}
},
"interface-loader": {
"version": "0.4.1-alpha.0",
"resolved": "https://registry.npmjs.org/interface-loader/-/interface-loader-0.4.1-alpha.0.tgz",
"integrity": "sha512-aTBbYLNJFMs2RMvClY0Elb5O6TzuEFLM5CqkegqDD9GLnW/fI4XrdLi/EpisUIa7LhyYnFLctM5PhG+aD0sebQ==",
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/interface-loader/-/interface-loader-0.4.1.tgz",
"integrity": "sha512-d1Ewwbikvs3vQLdEIcnsblncXw+61ootXMLyVF2pjuJFwmEVlcrHzpHvcZahhxhAzPVn28ug0uVV9FeCrtBhFQ==",
"requires": {
"@babel/parser": "7.1.0",
"babel-generator": "6.26.1",
"babel-traverse": "6.26.0",
"chameleon-tool-utils": "0.4.1-alpha.0",
"chameleon-tool-utils": "0.4.1",
"loader-utils": "1.1.0",
"mvvm-interface-parser": "0.4.1-alpha.0",
"runtime-check": "0.4.1-alpha.0"
"mvvm-interface-parser": "0.4.1",
"runtime-check": "0.4.1"
},
"dependencies": {
"@babel/parser": {
......@@ -3845,16 +3845,16 @@
"dev": true
},
"mvvm-interface-parser": {
"version": "0.4.1-alpha.0",
"resolved": "https://registry.npmjs.org/mvvm-interface-parser/-/mvvm-interface-parser-0.4.1-alpha.0.tgz",
"integrity": "sha512-AScPel0/pPwpza8mqfsH9z1SX/g+RP6irxb5CGCa1eIEKXqnUTCLYoIzvb3A8Pp1UNposnQ1gbMzsp2Xi97TqQ==",
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/mvvm-interface-parser/-/mvvm-interface-parser-0.4.1.tgz",
"integrity": "sha512-qOSEi2pg3bReh4ZRkbnO+jmRPeK7WjPjMO3bFFHr6I0JX2P8sJMxeT+Y0ZTDjdP00NIJdwDZqt5Ik/E9rb7/Ug==",
"requires": {
"@babel/generator": "^7.3.4",
"@babel/parser": "^7.3.4",
"@babel/traverse": "^7.3.4",
"@babel/types": "^7.3.4",
"chameleon-tool-utils": "0.4.1-alpha.0",
"runtime-check": "0.4.1-alpha.0"
"chameleon-tool-utils": "0.4.1",
"runtime-check": "0.4.1"
},
"dependencies": {
"@babel/parser": {
......@@ -3907,9 +3907,9 @@
"dev": true
},
"node-releases": {
"version": "1.1.27",
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.27.tgz",
"integrity": "sha512-9iXUqHKSGo6ph/tdXVbHFbhRVQln4ZDTIBJCzsa90HimnBYc5jw8RWYt4wBYFHehGyC3koIz5O4mb2fHrbPOuA==",
"version": "1.1.28",
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.28.tgz",
"integrity": "sha512-AQw4emh6iSXnCpDiFe0phYcThiccmkNWMZnFZ+lDJjAP8J0m2fVd59duvUUyuTirQOhIAajTFkzG6FHCLBO59g==",
"requires": {
"semver": "^5.3.0"
}
......@@ -4544,9 +4544,9 @@
}
},
"runtime-check": {
"version": "0.4.1-alpha.0",
"resolved": "https://registry.npmjs.org/runtime-check/-/runtime-check-0.4.1-alpha.0.tgz",
"integrity": "sha512-lAGBPUP12fLguJ9neWoc45tyLjkJgbbd8qKY3D4zOQG7EAOdUNkqRTslR3kM5Kek4IAGUa6ciW1erZQJVhHKVg==",
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/runtime-check/-/runtime-check-0.4.1.tgz",
"integrity": "sha512-19ghvhYAA/VPmX5Nl8ojbmN5OF4n5BlCbd9oHS6mrpGY0AViKOyhY6UnoyiO4HTtTW+FxY3crlQl08jfzgHQ0w==",
"requires": {
"@babel/parser": "7.1.0",
"babel-generator": "6.26.1",
......@@ -5496,9 +5496,9 @@
}
},
"webpack-check-plugin": {
"version": "0.4.1-alpha.0",
"resolved": "https://registry.npmjs.org/webpack-check-plugin/-/webpack-check-plugin-0.4.1-alpha.0.tgz",
"integrity": "sha512-wZCtLEZHKHFZuL+Edbrq4u4jOnBRDRRHZvKkXC67m9crLibzzngJ8dGPaBX/C1/2t3Cynwo73TY+QvjMsJ8P6g==",
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/webpack-check-plugin/-/webpack-check-plugin-0.4.1.tgz",
"integrity": "sha512-+gyaRnSeuJIdD3lJ9zNvsDW8AagekxLk/5W1jF14RmH4LpOU1TYIdiydK4n5qGhGff5mFSzXQvt1rHtiMgDEyw==",
"requires": {
"@babel/parser": "7.1.0",
"babel-generator": "6.26.1",
......
{
"name": "easy-chameleon",
"version": "0.4.1-alpha.1",
"version": "0.4.1",
"description": "easy-chameleon",
"main": "index.js",
"bin": {
......@@ -21,28 +21,28 @@
"mvvm"
],
"dependencies": {
"babel-plugin-chameleon-import": "^0.4.1-alpha.1",
"babel-plugin-chameleon-import": "^0.4.1",
"chameleon-api": "^0.4.17",
"chameleon-bridge": "^0.1.10",
"chameleon-css-loader": "^0.4.1-alpha.1",
"chameleon-loader": "^0.4.1-alpha.1",
"chameleon-miniapp-target": "^0.4.1-alpha.1",
"chameleon-mixins": "^0.4.1-alpha.1",
"chameleon-css-loader": "^0.4.1",
"chameleon-loader": "^0.4.1",
"chameleon-miniapp-target": "^0.4.1",
"chameleon-mixins": "^0.4.1",
"chameleon-runtime": "^0.1.4",
"chameleon-store": "0.0.3",
"chameleon-template-parse": "^0.4.1-alpha.1",
"chameleon-templates": "^0.4.1-alpha.1",
"chameleon-tool-utils": "^0.4.1-alpha.1",
"chameleon-url-loader": "^0.4.1-alpha.1",
"chameleon-vue-precompiler": "^0.4.1-alpha.1",
"chameleon-weex-vue-loader": "^0.4.1-alpha.1",
"chameleon-template-parse": "^0.4.1",
"chameleon-templates": "^0.4.1",
"chameleon-tool-utils": "^0.4.1",
"chameleon-url-loader": "^0.4.1",
"chameleon-vue-precompiler": "^0.4.1",
"chameleon-weex-vue-loader": "^0.4.1",
"clean-webpack-plugin": "0.1.19",
"cml-ui": "^0.2.0-alpha.1",
"extract-text-webpack-plugin": "3.0.2",
"interface-loader": "^0.4.1-alpha.1",
"interface-loader": "^0.4.1",
"ora": "3.0.0",
"webpack-check-plugin": "^0.4.1-alpha.1",
"webpack-liveload-middleware": "0.4.1-alpha.1",
"webpack-check-plugin": "^0.4.1",
"webpack-liveload-middleware": "0.4.1",
"webpack-merge": "^4.1.3"
},
"devDependencies": {
......
{
"name": "interface-loader",
"version": "0.4.1-alpha.1",
"version": "0.4.1",
"description": "",
"main": "src/index.js",
"scripts": {
......@@ -13,10 +13,10 @@
"@babel/parser": "7.1.0",
"babel-generator": "6.26.1",
"babel-traverse": "6.26.0",
"chameleon-tool-utils": "0.4.1-alpha.1",
"chameleon-tool-utils": "0.4.1",
"loader-utils": "1.1.0",
"mvvm-interface-parser": "0.4.1-alpha.1",
"runtime-check": "0.4.1-alpha.1"
"mvvm-interface-parser": "0.4.1",
"runtime-check": "0.4.1"
},
"author": "Chameleon-Team",
"license": "Apache",
......
{
"name": "mvvm-babel-generator",
"version": "0.4.1-alpha.1",
"version": "0.4.1",
"description": "Turns an AST into code.",
"author": "Chameleon-Team",
"license": "Apache",
......
{
"name": "mvvm-babel-parser",
"version": "0.4.1-alpha.1",
"version": "0.4.1",
"description": "",
"main": "lib/index.js",
"directories": {
......
{
"name": "mvvm-cml-loader",
"version": "0.4.1-alpha.1",
"version": "0.4.1",
"description": "",
"main": "index.js",
"scripts": {
......@@ -9,9 +9,9 @@
"author": "Chameleon-Team",
"license": "Apache",
"dependencies": {
"chameleon-loader": "0.4.1-alpha.1",
"chameleon-tool-utils": "0.4.1-alpha.1",
"chameleon-loader": "0.4.1",
"chameleon-tool-utils": "0.4.1",
"loader-utils": "1.1.0",
"mvvm-template-parser": "0.4.1-alpha.1"
"mvvm-template-parser": "0.4.1"
}
}
\ No newline at end of file
{
"name": "mvvm-file-loader",
"version": "0.4.1-alpha.1",
"version": "0.4.1",
"description": "mvvm file loader",
"main": "dist/cjs.js",
"scripts": {
......
{
"name": "mvvm-interface-parser",
"version": "0.4.1-alpha.1",
"version": "0.4.1",
"main": "index.js",
"scripts": {
"cover": "istanbul cover --report lcov _mocha -- -R spec --recursive",
......@@ -14,8 +14,8 @@
"@babel/parser": "^7.3.4",
"@babel/traverse": "^7.3.4",
"@babel/types": "^7.3.4",
"chameleon-tool-utils": "0.4.1-alpha.1",
"runtime-check": "0.4.1-alpha.1"
"chameleon-tool-utils": "0.4.1",
"runtime-check": "0.4.1"
},
"devDependencies": {
"chai": "^4.2.0",
......
{
"name": "mvvm-miniapp-loader",
"version": "0.4.1-alpha.1",
"version": "0.4.1",
"description": "",
"main": "index.js",
"scripts": {
......
{
"name": "mvvm-pack",
"version": "0.4.1-alpha.1",
"version": "0.4.1",
"description": "",
"main": "index.js",
"scripts": {
......@@ -16,12 +16,12 @@
"@babel/parser": "^7.3.4",
"@babel/traverse": "^7.3.4",
"@babel/types": "^7.3.4",
"chameleon-tool-utils": "0.4.1-alpha.1",
"chameleon-webpack-plugin": "0.4.1-alpha.1",
"chameleon-tool-utils": "0.4.1",
"chameleon-webpack-plugin": "0.4.1",
"csso": "^3.5.1",
"mvvm-babel-parser": "0.4.1-alpha.1",
"mvvm-template-parser": "0.4.1-alpha.1",
"runtime-check": "0.4.1-alpha.1",
"mvvm-babel-parser": "0.4.1",
"mvvm-template-parser": "0.4.1",
"runtime-check": "0.4.1",
"uglify-js": "^3.5.10",
"webpack-merge": "^4.2.1"
},
......
{
"name": "mvvm-style-loader",
"version": "0.4.1-alpha.1",
"version": "0.4.1",
"description": "",
"main": "index.js",
"scripts": {
......@@ -11,7 +11,7 @@
"license": "Apache",
"dependencies": {
"postcss": "7.0.14",
"chameleon-tool-utils": "0.4.1-alpha.1"
"chameleon-tool-utils": "0.4.1"
},
"devDependencies": {
"chai": "^4.2.0",
......
{
"name": "mvvm-template-parser",
"version": "0.4.1-alpha.1",
"version": "0.4.1",
"description": "",
"main": "index.js",
"scripts": {
......@@ -14,8 +14,8 @@
"dependencies": {
"@babel/traverse": "^7.3.4",
"@babel/types": "^7.3.4",
"mvvm-babel-generator": "0.4.1-alpha.1",
"mvvm-babel-parser": "0.4.1-alpha.1"
"mvvm-babel-generator": "0.4.1",
"mvvm-babel-parser": "0.4.1"
},
"devDependencies": {
"chai": "^4.2.0",
......
{
"name": "runtime-check",
"version": "0.4.1-alpha.1",
"version": "0.4.1",
"description": "",
"main": "index.js",
"scripts": {
......
{
"name": "chameleon-url-loader",
"version": "0.4.1-alpha.1",
"version": "0.4.1",
"description": "A loader for webpack which transforms files into base64 URIs",
"license": "Apache",
"main": "dist/cjs.js",
......
{
"name": "webpack-check-plugin",
"version": "0.4.1-alpha.1",
"version": "0.4.1",
"description": "",
"main": "index.js",
"scripts": {
......
......@@ -23,6 +23,6 @@
"istanbul": "^0.4.5",
"mocha": "^5.2.0"
},
"version": "0.4.1-alpha.1",
"version": "0.4.1",
"gitHead": "5ddcde4330774710f7646559446e008f7785ce00"
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册