[all]<feat> 版本号升级
This commit is contained in:
parent
d44a968798
commit
3bebf5280e
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "inula-intl",
|
"name": "inula-intl",
|
||||||
"version": "0.0.4",
|
"version": "0.0.5",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "build/intl.umd.js",
|
"main": "build/intl.umd.js",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "MulanPSL2",
|
"license": "MulanPSL2",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"openinula": "^0.1.1"
|
"openinula": ">=0.1.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.21.3",
|
"@babel/core": "7.21.3",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "inula-request",
|
"name": "inula-request",
|
||||||
"version": "0.0.7",
|
"version": "0.0.9",
|
||||||
"description": "Inula-request brings you a convenient request experience!",
|
"description": "Inula-request brings you a convenient request experience!",
|
||||||
"main": "./dist/inulaRequest.js",
|
"main": "./dist/inulaRequest.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -62,7 +62,7 @@
|
||||||
"webpack-dev-server": "^4.13.3"
|
"webpack-dev-server": "^4.13.3"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"openinula": "^0.1.1"
|
"openinula": ">=0.1.1"
|
||||||
},
|
},
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"node_modules"
|
"node_modules"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "inula-router",
|
"name": "inula-router",
|
||||||
"version": "0.0.3",
|
"version": "0.0.4",
|
||||||
"description": "router for inula framework, a part of inula-ecosystem",
|
"description": "router for inula framework, a part of inula-ecosystem",
|
||||||
"main": "./router/cjs/router.js",
|
"main": "./router/cjs/router.js",
|
||||||
"module": "./router/esm/router.js",
|
"module": "./router/esm/router.js",
|
||||||
|
|
Loading…
Reference in New Issue