babel-plugin-cabloy-front-bean-module
Advanced tools
Comparing version 1.0.13 to 1.0.14
@@ -5,3 +5,3 @@ "use strict"; | ||
const module_info_1 = require("@cabloy/module-info"); | ||
const __Decorator_Supported = ['Bean', 'Local', 'Scope', 'Store']; | ||
const __Decorator_Supported = ['Bean', 'Local', 'Scope', 'Store', 'Virtual']; | ||
function default_1() { | ||
@@ -8,0 +8,0 @@ const visitor = { |
{ | ||
"name": "babel-plugin-cabloy-front-bean-module", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"description": "babel-plugin-cabloy-front-bean-module", | ||
@@ -18,8 +18,2 @@ "publishConfig": { | ||
], | ||
"scripts": { | ||
"lint": "eslint .", | ||
"clean": "tsc -b --clean", | ||
"tsc:publish": "npm run clean && tsc -b", | ||
"prepublishOnly": "npm run tsc:publish" | ||
}, | ||
"keywords": [ | ||
@@ -38,3 +32,8 @@ "egg", | ||
}, | ||
"gitHead": "2dfaef192c221fd62366ae4c8a7dc669d2b10651" | ||
} | ||
"gitHead": "7d6fd5a9b37581c22da794dc229ba1ab1bffc930", | ||
"scripts": { | ||
"lint": "eslint .", | ||
"clean": "tsc -b --clean", | ||
"tsc:publish": "npm run clean && tsc -b" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
6139