Skip to content

Commit

Permalink
v2.60.3
Browse files Browse the repository at this point in the history
  • Loading branch information
muxiangqiu committed Sep 17, 2024
1 parent a4979fe commit 747503e
Show file tree
Hide file tree
Showing 74 changed files with 311 additions and 311 deletions.
8 changes: 4 additions & 4 deletions ai-packages/ai-core/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@malagu/ai-core",
"version": "2.60.2",
"version": "2.60.3",
"description": "Core domain for AI programming",
"main": "lib/common/index.js",
"typings": "lib/common/index.d.ts",
"dependencies": {
"@malagu/core": "2.60.2",
"@malagu/http": "2.60.2",
"@malagu/core": "2.60.3",
"@malagu/http": "2.60.3",
"rxjs": "^6.6.0"
},
"publishConfig": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"test": "malagu-component test:js"
},
"devDependencies": {
"@malagu/component": "2.60.2"
"@malagu/component": "2.60.3"
},
"gitHead": "bbf636b21ea1a347affcc05a5f6f58b35bedef6d"
}
6 changes: 3 additions & 3 deletions cloud-packages/cloud/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@malagu/cloud",
"version": "2.60.2",
"version": "2.60.3",
"description": "",
"main": "lib/common/index.js",
"typings": "lib/common/index.d.ts",
"dependencies": {
"@malagu/core": "2.60.2"
"@malagu/core": "2.60.3"
},
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -35,7 +35,7 @@
"test": "malagu-component test:js"
},
"devDependencies": {
"@malagu/component": "2.60.2"
"@malagu/component": "2.60.3"
},
"gitHead": "bbf636b21ea1a347affcc05a5f6f58b35bedef6d"
}
8 changes: 4 additions & 4 deletions cloud-packages/cos/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@malagu/cos",
"version": "2.60.2",
"version": "2.60.3",
"description": "",
"main": "lib/node/index.js",
"typings": "lib/node/index.d.ts",
"dependencies": {
"@malagu/cloud": "2.60.2",
"@malagu/core": "2.60.2",
"@malagu/cloud": "2.60.3",
"@malagu/core": "2.60.3",
"cos-nodejs-sdk-v5": "^2.8.3"
},
"publishConfig": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"test": "malagu-component test:js"
},
"devDependencies": {
"@malagu/component": "2.60.2"
"@malagu/component": "2.60.3"
},
"gitHead": "bbf636b21ea1a347affcc05a5f6f58b35bedef6d"
}
16 changes: 8 additions & 8 deletions cloud-packages/faas-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@malagu/faas-adapter",
"version": "2.60.2",
"version": "2.60.3",
"description": "",
"main": "lib/node/index.js",
"typings": "lib/node/index.d.ts",
"dependencies": {
"@malagu/cli-common": "2.60.2",
"@malagu/cli-service": "2.60.2",
"@malagu/cloud": "2.60.2",
"@malagu/core": "2.60.2",
"@malagu/schedule": "2.60.2",
"@malagu/web": "2.60.2",
"@malagu/cli-common": "2.60.3",
"@malagu/cli-service": "2.60.3",
"@malagu/cloud": "2.60.3",
"@malagu/core": "2.60.3",
"@malagu/schedule": "2.60.3",
"@malagu/web": "2.60.3",
"cron": "^1.8.2"
},
"publishConfig": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"test": "malagu-component test:js"
},
"devDependencies": {
"@malagu/component": "2.60.2"
"@malagu/component": "2.60.3"
},
"gitHead": "bbf636b21ea1a347affcc05a5f6f58b35bedef6d"
}
12 changes: 6 additions & 6 deletions cloud-packages/fc-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@malagu/fc-adapter",
"version": "2.60.2",
"version": "2.60.3",
"description": "",
"main": "lib/node/index.js",
"typings": "lib/node/index.d.ts",
"dependencies": {
"@malagu/cloud": "2.60.2",
"@malagu/core": "2.60.2",
"@malagu/faas-adapter": "2.60.2",
"@malagu/web": "2.60.2",
"@malagu/cloud": "2.60.3",
"@malagu/core": "2.60.3",
"@malagu/faas-adapter": "2.60.3",
"@malagu/web": "2.60.3",
"@webserverless/fc-express": "^1.0.0",
"express": "^4.17.1",
"raw-body": "^2.3.3"
Expand Down Expand Up @@ -48,7 +48,7 @@
"test": "malagu-component test:js"
},
"devDependencies": {
"@malagu/component": "2.60.2"
"@malagu/component": "2.60.3"
},
"gitHead": "bbf636b21ea1a347affcc05a5f6f58b35bedef6d"
}
12 changes: 6 additions & 6 deletions cloud-packages/lambda-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@malagu/lambda-adapter",
"version": "2.60.2",
"version": "2.60.3",
"description": "",
"main": "lib/node/index.js",
"typings": "lib/node/index.d.ts",
"dependencies": {
"@malagu/cloud": "2.60.2",
"@malagu/core": "2.60.2",
"@malagu/faas-adapter": "2.60.2",
"@malagu/web": "2.60.2",
"@malagu/cloud": "2.60.3",
"@malagu/core": "2.60.3",
"@malagu/faas-adapter": "2.60.3",
"@malagu/web": "2.60.3",
"@vendia/serverless-express": "^4.5.2",
"express": "^4.17.1"
},
Expand Down Expand Up @@ -44,7 +44,7 @@
"test": "malagu-component test:js"
},
"devDependencies": {
"@malagu/component": "2.60.2"
"@malagu/component": "2.60.3"
},
"gitHead": "bbf636b21ea1a347affcc05a5f6f58b35bedef6d"
}
8 changes: 4 additions & 4 deletions cloud-packages/oss/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@malagu/oss",
"version": "2.60.2",
"version": "2.60.3",
"description": "",
"main": "lib/node/index.js",
"typings": "lib/node/index.d.ts",
"dependencies": {
"@malagu/cloud": "2.60.2",
"@malagu/core": "2.60.2",
"@malagu/cloud": "2.60.3",
"@malagu/core": "2.60.3",
"ali-oss": "^6.16.0"
},
"publishConfig": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"test": "malagu-component test:js"
},
"devDependencies": {
"@malagu/component": "2.60.2",
"@malagu/component": "2.60.3",
"@types/ali-oss": "^6.0.5"
},
"gitHead": "bbf636b21ea1a347affcc05a5f6f58b35bedef6d"
Expand Down
8 changes: 4 additions & 4 deletions cloud-packages/s3/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@malagu/s3",
"version": "2.60.2",
"version": "2.60.3",
"description": "",
"main": "lib/node/index.js",
"typings": "lib/node/index.d.ts",
"dependencies": {
"@malagu/cloud": "2.60.2",
"@malagu/core": "2.60.2",
"@malagu/cloud": "2.60.3",
"@malagu/core": "2.60.3",
"aws-sdk": "^2.807.0"
},
"publishConfig": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"test": "malagu-component test:js"
},
"devDependencies": {
"@malagu/component": "2.60.2"
"@malagu/component": "2.60.3"
},
"gitHead": "bbf636b21ea1a347affcc05a5f6f58b35bedef6d"
}
12 changes: 6 additions & 6 deletions cloud-packages/scf-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@malagu/scf-adapter",
"version": "2.60.2",
"version": "2.60.3",
"description": "",
"main": "lib/node/index.js",
"typings": "lib/node/index.d.ts",
"dependencies": {
"@malagu/cloud": "2.60.2",
"@malagu/core": "2.60.2",
"@malagu/faas-adapter": "2.60.2",
"@malagu/web": "2.60.2",
"@malagu/cloud": "2.60.3",
"@malagu/core": "2.60.3",
"@malagu/faas-adapter": "2.60.3",
"@malagu/web": "2.60.3",
"express": "^4.17.1",
"tencent-serverless-http": "^1.3.2"
},
Expand Down Expand Up @@ -46,7 +46,7 @@
"test": "malagu-component test:js"
},
"devDependencies": {
"@malagu/component": "2.60.2"
"@malagu/component": "2.60.3"
},
"gitHead": "bbf636b21ea1a347affcc05a5f6f58b35bedef6d"
}
12 changes: 6 additions & 6 deletions cloud-packages/vercel-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@malagu/vercel-adapter",
"version": "2.60.2",
"version": "2.60.3",
"description": "",
"main": "lib/node/index.js",
"typings": "lib/node/index.d.ts",
"dependencies": {
"@malagu/cli-common": "2.60.2",
"@malagu/core": "2.60.2",
"@malagu/web": "2.60.2",
"@malagu/cli-common": "2.60.3",
"@malagu/core": "2.60.3",
"@malagu/web": "2.60.3",
"chalk": "^4.1.0",
"command-exists": "^1.2.9",
"express": "^4.17.1",
Expand Down Expand Up @@ -42,8 +42,8 @@
"test": "malagu-component test:js"
},
"devDependencies": {
"@malagu/cli-service": "2.60.2",
"@malagu/component": "2.60.2"
"@malagu/cli-service": "2.60.3",
"@malagu/component": "2.60.3"
},
"gitHead": "bbf636b21ea1a347affcc05a5f6f58b35bedef6d"
}
6 changes: 3 additions & 3 deletions dev-packages/cli-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malagu/cli-common",
"version": "2.60.2",
"version": "2.60.3",
"description": "Malagu CLI Common.",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -28,7 +28,7 @@
"test": "malagu-component test:js"
},
"dependencies": {
"@malagu/frameworks": "2.60.2",
"@malagu/frameworks": "2.60.3",
"@yarnpkg/lockfile": "^1.1.0",
"chalk": "^4.1.0",
"commander": "^11.0.0",
Expand All @@ -49,7 +49,7 @@
"typescript": "~4.5.5"
},
"devDependencies": {
"@malagu/component": "2.60.2",
"@malagu/component": "2.60.3",
"@types/fs-extra": "^11.0.1",
"@types/jexl": "^2.3.1",
"@types/js-yaml": "^4.0.5",
Expand Down
8 changes: 4 additions & 4 deletions dev-packages/cli-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malagu/cli-runtime",
"version": "2.60.2",
"version": "2.60.3",
"description": "Malagu CLI Runtime.",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -29,8 +29,8 @@
"test": "malagu-component test:js"
},
"dependencies": {
"@malagu/cli-common": "2.60.2",
"@malagu/frameworks": "2.60.2",
"@malagu/cli-common": "2.60.3",
"@malagu/frameworks": "2.60.3",
"chalk": "^4.1.0",
"fs-extra": "^11.1.1",
"leven": "^3.1.0",
Expand All @@ -40,7 +40,7 @@
"rimraf": "^5.0.1"
},
"devDependencies": {
"@malagu/component": "2.60.2"
"@malagu/component": "2.60.3"
},
"gitHead": "bbf636b21ea1a347affcc05a5f6f58b35bedef6d"
}
6 changes: 3 additions & 3 deletions dev-packages/cli-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malagu/cli-service",
"version": "2.60.2",
"version": "2.60.3",
"description": "Malagu CLI Service.",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@gem-mine/webpack-chain": "^7.1.0",
"@malagu/cli-common": "2.60.2",
"@malagu/cli-common": "2.60.3",
"chalk": "^4.1.0",
"clean-webpack-plugin": "^4.0.0",
"clear-module": "^4.0.0",
Expand Down Expand Up @@ -63,7 +63,7 @@
"webpack-node-externals": "^3.0.0"
},
"devDependencies": {
"@malagu/component": "2.60.2",
"@malagu/component": "2.60.3",
"@types/friendly-errors-webpack-plugin": "^0.1.4",
"@types/memory-fs": "^0.3.3",
"@types/webpack-dev-server": "^4.7.2"
Expand Down
10 changes: 5 additions & 5 deletions dev-packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malagu/cli",
"version": "2.60.2",
"version": "2.60.3",
"description": "Malagu CLI.",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -36,9 +36,9 @@
"test": "malagu-component test:js"
},
"dependencies": {
"@malagu/cli-common": "2.60.2",
"@malagu/cli-runtime": "2.60.2",
"@malagu/frameworks": "2.60.2",
"@malagu/cli-common": "2.60.3",
"@malagu/cli-runtime": "2.60.3",
"@malagu/frameworks": "2.60.3",
"chalk": "^4.1.0",
"commander": "^11.0.0",
"dotenv": "^16.3.1",
Expand All @@ -55,7 +55,7 @@
"watchpack": "^2.2.0"
},
"devDependencies": {
"@malagu/component": "2.60.2",
"@malagu/component": "2.60.3",
"@types/js-yaml": "^3.12.1",
"@types/prompts": "^2.4.4"
},
Expand Down
2 changes: 1 addition & 1 deletion dev-packages/component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malagu/component",
"version": "2.60.2",
"version": "2.60.3",
"license": "MIT",
"description": "CLI for malagu component.",
"files": [
Expand Down
Loading

0 comments on commit 747503e

Please sign in to comment.