mirror of https://github.com/certd/certd
chore: pre publish
parent
152cb9b23a
commit
c553f63127
|
@ -2,7 +2,7 @@
|
|||
"name": "@certd/pipeline",
|
||||
"private": false,
|
||||
"version": "1.0.2",
|
||||
"main": "./src/index.ts",
|
||||
"main": "./dist/bundle.js",
|
||||
"module": "./dist/pipeline.mjs",
|
||||
"types": "./dist/d/index.d.ts",
|
||||
"publishConfig": {
|
||||
|
@ -17,7 +17,7 @@
|
|||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@certd/acme-client": "workspace:^1.0.2",
|
||||
"@certd/acme-client": "^1.0.2",
|
||||
"axios": "^1.4.0",
|
||||
"dayjs": "^1.11.7",
|
||||
"lodash": "^4.17.21",
|
||||
|
@ -27,18 +27,8 @@
|
|||
"reflect-metadata": "^0.1.13"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@alicloud/cs20151215": "^3.0.20",
|
||||
"@alicloud/openapi-client": "^0.4.6",
|
||||
"@alicloud/pop-core": "^1.7.13",
|
||||
"@midwayjs/bootstrap": "^3.11.6",
|
||||
"@midwayjs/cache": "^3.11.6",
|
||||
"@midwayjs/cli": "^2.0.15",
|
||||
"@midwayjs/core": "^3.11.6",
|
||||
"@midwayjs/decorator": "^3.11.6",
|
||||
"@midwayjs/koa": "^3.11.6",
|
||||
"@midwayjs/logger": "^2.17.0",
|
||||
"@midwayjs/typeorm": "^3.11.8",
|
||||
"@midwayjs/validate": "^3.11.6",
|
||||
"@types/chai": "^4.3.5",
|
||||
"@types/lodash": "^4.14.194",
|
||||
"@types/mocha": "^10.0.1",
|
||||
|
|
|
@ -31,5 +31,8 @@ module.exports = {
|
|||
"@certd/plugin-host",
|
||||
"@certd/plugin-tencent",
|
||||
"@certd/plugin-util",
|
||||
"log4js",
|
||||
"@midwayjs/core",
|
||||
"@midwayjs/decorator",
|
||||
],
|
||||
};
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "@certd/plugin-aliyun",
|
||||
"private": false,
|
||||
"version": "1.0.2",
|
||||
"main": "./src/index.ts",
|
||||
"main": "./dist/bundle.js",
|
||||
"module": "./dist/plugin-aliyun.mjs",
|
||||
"types": "./dist/es/plugin-aliyun.d.ts",
|
||||
"publishConfig": {
|
||||
|
|
|
@ -12,7 +12,9 @@ export default defineConfig({
|
|||
},
|
||||
rollupOptions: {
|
||||
plugins: [
|
||||
// @ts-ignore
|
||||
visualizer(),
|
||||
// @ts-ignore
|
||||
typescript({
|
||||
target: "esnext",
|
||||
rootDir: "src",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "@certd/plugin-all",
|
||||
"private": false,
|
||||
"version": "1.0.2",
|
||||
"main": "./src/index.ts",
|
||||
"main": "./dist/bundle.js",
|
||||
"module": "./dist/plugin-all.mjs",
|
||||
"types": "./dist/es/plugin-all.d.ts",
|
||||
"publishConfig": {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "@certd/plugin-cert",
|
||||
"private": false,
|
||||
"version": "1.0.2",
|
||||
"main": "./src/index.ts",
|
||||
"main": "./dist/bundle.js",
|
||||
"module": "./dist/plugin-cert.mjs",
|
||||
"types": "./dist/es/plugin-cert.d.ts",
|
||||
"publishConfig": {
|
||||
|
|
|
@ -11,7 +11,9 @@ export default defineConfig({
|
|||
},
|
||||
rollupOptions: {
|
||||
plugins: [
|
||||
// @ts-ignore
|
||||
visualizer(),
|
||||
// @ts-ignore
|
||||
typescript({
|
||||
target: "esnext",
|
||||
rootDir: "src",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "@certd/plugin-host",
|
||||
"private": false,
|
||||
"version": "1.0.2",
|
||||
"main": "./src/index.ts",
|
||||
"main": "./dist/bundle.js",
|
||||
"module": "./dist/plugin-host.mjs",
|
||||
"types": "./dist/es/plugin-host.d.ts",
|
||||
"publishConfig": {
|
||||
|
|
|
@ -11,7 +11,9 @@ export default defineConfig({
|
|||
},
|
||||
rollupOptions: {
|
||||
plugins: [
|
||||
// @ts-ignore
|
||||
visualizer(),
|
||||
// @ts-ignore
|
||||
typescript({
|
||||
target: "esnext",
|
||||
rootDir: "src",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "@certd/plugin-huawei",
|
||||
"private": false,
|
||||
"version": "1.0.2",
|
||||
"main": "./src/index.ts",
|
||||
"main": "./dist/bundle.js",
|
||||
"module": "./dist/plugin-huawei.mjs",
|
||||
"types": "./dist/es/plugin-huawei.d.ts",
|
||||
"publishConfig": {
|
||||
|
|
|
@ -11,7 +11,9 @@ export default defineConfig({
|
|||
},
|
||||
rollupOptions: {
|
||||
plugins: [
|
||||
// @ts-ignore
|
||||
visualizer(),
|
||||
// @ts-ignore
|
||||
typescript({
|
||||
target: "esnext",
|
||||
rootDir: "src",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "@certd/plugin-tencent",
|
||||
"private": false,
|
||||
"version": "1.0.2",
|
||||
"main": "./src/index.ts",
|
||||
"main": "./dist/bundle.js",
|
||||
"module": "./dist/plugin-tencent.mjs",
|
||||
"types": "./dist/es/plugin-tencent.d.ts",
|
||||
"publishConfig": {
|
||||
|
|
|
@ -11,7 +11,9 @@ export default defineConfig({
|
|||
},
|
||||
rollupOptions: {
|
||||
plugins: [
|
||||
// @ts-ignore
|
||||
visualizer(),
|
||||
// @ts-ignore
|
||||
typescript({
|
||||
target: "esnext",
|
||||
rootDir: "src",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "@certd/plugin-util",
|
||||
"private": false,
|
||||
"version": "1.0.2",
|
||||
"main": "./src/index.ts",
|
||||
"main": "./dist/bundle.js",
|
||||
"module": "./dist/plugin-util.mjs",
|
||||
"types": "./dist/es/plugin-util.d.ts",
|
||||
"publishConfig": {
|
||||
|
@ -41,8 +41,7 @@
|
|||
"typescript": "^4.8.4",
|
||||
"vite": "^3.1.0",
|
||||
"vue-tsc": "^0.38.9",
|
||||
"rollup-plugin-visualizer": "^5.8.2",
|
||||
"@rollup/plugin-typescript": "^11.0.0"
|
||||
"rollup-plugin-visualizer": "^5.8.2"
|
||||
},
|
||||
"gitHead": "5950e1cae7cf30ebfc5128c15c7d1b0d101cbbb8"
|
||||
}
|
||||
|
|
|
@ -2,6 +2,7 @@ import { defineConfig } from "vite";
|
|||
import visualizer from "rollup-plugin-visualizer";
|
||||
import typescript from "@rollup/plugin-typescript";
|
||||
// https://vitejs.dev/config/
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [],
|
||||
build: {
|
||||
|
@ -11,7 +12,9 @@ export default defineConfig({
|
|||
},
|
||||
rollupOptions: {
|
||||
plugins: [
|
||||
// @ts-ignore
|
||||
visualizer(),
|
||||
// @ts-ignore
|
||||
typescript({
|
||||
target: "esnext",
|
||||
rootDir: "src",
|
||||
|
|
Loading…
Reference in New Issue