@farmfe/runtime
Advanced tools
Comparing version 0.9.2 to 0.9.3
# @farmfe/runtime | ||
## 0.9.3 | ||
### Patch Changes | ||
- 659244ed: Support create-farm-plugin and farm-plugin-tools | ||
## 0.9.2 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@farmfe/runtime", | ||
"version": "0.9.2", | ||
"version": "0.9.3", | ||
"description": "Runtime of Farm", | ||
"author": { | ||
"name": "bright wu", | ||
"email": "1611331@mail.nankai.edu.cn" | ||
"email": "1521488775@qq.com" | ||
}, | ||
"main": "src/index.ts", | ||
"keywords": [ | ||
"farm", | ||
"farm runtime plugin", | ||
"rust bundler", | ||
"build tool", | ||
"web bundler" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/farm-fe/farm" | ||
}, | ||
"devDependencies": { | ||
@@ -11,0 +22,0 @@ "@types/node": "^18.0.1", |
@@ -118,3 +118,3 @@ import { Module } from './module'; | ||
// return a empty module if the module is not registered | ||
console.log(`[Farm] Module "${moduleId}" is not registered`); | ||
console.debug(`[Farm] Module "${moduleId}" is not registered`); | ||
return {}; | ||
@@ -121,0 +121,0 @@ // throw new Error(`Module "${moduleId}" is not registered`); |
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
22291
13
0
4
0