chore: 1.0.7

This commit is contained in:
xiaojunnuo
2023-06-28 10:21:32 +08:00
parent df55f1066c
commit ba6270990b
2 changed files with 4 additions and 4 deletions

View File

@@ -2,9 +2,9 @@
"name": "@certd/pipeline",
"private": false,
"version": "1.0.6",
"main": "./src",
"module": "./src",
"types": "./src",
"main": "./src/index.ts",
"module": "./src/index.ts",
"types": "./src/index.ts",
"publishConfig": {
"main": "./dist/bundle.js",
"module": "./dist/bundle.mjs",