Compare commits

..

No commits in common. "main" and "0.1" have entirely different histories.
main ... 0.1

4 changed files with 4 additions and 19 deletions

View File

@ -1,10 +0,0 @@
## 生产接口协议
本项目使用typescript编写IDE推荐使用vscode。
### 编译与发布
更新 package.json 版本号
```shell
pnpm clean
pnpm build
pnpm release
```

View File

@ -1,13 +1,11 @@
{ {
"name": "cut-abstractions", "name": "cut-abstractions",
"version": "0.1.3", "version": "0.1.1",
"description": "", "description": "",
"main": "index.ts",
"files": ["dist/**/*"], "files": ["dist/**/*"],
"main":"./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.js",
"exports": { "exports": {
".": "./dist/index.js" ".": "./dist/**/*"
}, },
"scripts": { "scripts": {
"build": "tsc", "build": "tsc",

View File

@ -1,3 +0,0 @@
export * from './base';
export * from './processors';
export * from './parsers';

View File

@ -1,6 +1,6 @@
{ {
"include": ["src"], "include": ["src"],
"exclude": ["node_modules","samples","tests"], "exclude": ["samples","tests"],
"compilerOptions": { "compilerOptions": {
/* Visit https://aka.ms/tsconfig to read more about this file */ /* Visit https://aka.ms/tsconfig to read more about this file */