Skip to content

Commit fd7d208

Browse files
committed
Init version
1 parent 128d5ca commit fd7d208

File tree

8 files changed

+24
-0
lines changed

8 files changed

+24
-0
lines changed

packages/core/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
"scripts": {
1313
"build": "tsc && bun build --target node --outfile=dist/index.js src/index.ts --production --packages=external && bun build --target node --outfile=dist/index.cjs --format=cjs src/index.ts --production --packages=external"
1414
},
15+
"publishConfig": {
16+
"access": "public"
17+
},
1518
"devDependencies": {
1619
"@types/node": "^24.10",
1720
"typescript": "^5.9"

packages/fetch/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
"scripts": {
1313
"build": "tsc && bun build --target node --outfile=dist/index.js src/index.ts --production --packages=external && bun build --target node --outfile=dist/index.cjs --format=cjs src/index.ts --production --packages=external"
1414
},
15+
"publishConfig": {
16+
"access": "public"
17+
},
1518
"dependencies": {
1619
"@devup-api/core": "workspace:*"
1720
},

packages/generator/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
"scripts": {
1313
"build": "tsc && bun build --target node --outfile=dist/index.js src/index.ts --production --packages=external && bun build --target node --outfile=dist/index.cjs --format=cjs src/index.ts --production --packages=external"
1414
},
15+
"publishConfig": {
16+
"access": "public"
17+
},
1518
"dependencies": {
1619
"@devup-api/core": "workspace:*",
1720
"@devup-api/utils": "workspace:*"

packages/next-plugin/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
"scripts": {
1313
"build": "tsc && bun build --target node --outfile=dist/index.js src/index.ts --production --packages=external && bun build --target node --outfile=dist/index.cjs --format=cjs src/index.ts --production --packages=external"
1414
},
15+
"publishConfig": {
16+
"access": "public"
17+
},
1518
"dependencies": {
1619
"@devup-api/utils": "workspace:*",
1720
"@devup-api/core": "workspace:*",

packages/rsbuild-plugin/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
"scripts": {
1313
"build": "tsc && bun build --target node --outfile=dist/index.js src/index.ts --production --packages=external && bun build --target node --outfile=dist/index.cjs --format=cjs src/index.ts --production --packages=external"
1414
},
15+
"publishConfig": {
16+
"access": "public"
17+
},
1518
"dependencies": {
1619
"@devup-api/utils": "workspace:*",
1720
"@devup-api/core": "workspace:*",

packages/utils/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
"scripts": {
1313
"build": "tsc && bun build --target node --outfile=dist/index.js src/index.ts --production --packages=external && bun build --target node --outfile=dist/index.cjs --format=cjs src/index.ts --production --packages=external"
1414
},
15+
"publishConfig": {
16+
"access": "public"
17+
},
1518
"devDependencies": {
1619
"@types/node": "^24.10",
1720
"typescript": "^5.9",

packages/vite-plugin/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
"scripts": {
1313
"build": "tsc && bun build --target node --outfile=dist/index.js src/index.ts --production --packages=external && bun build --target node --outfile=dist/index.cjs --format=cjs src/index.ts --production --packages=external"
1414
},
15+
"publishConfig": {
16+
"access": "public"
17+
},
1518
"dependencies": {
1619
"@devup-api/utils": "workspace:*",
1720
"@devup-api/core": "workspace:*",

packages/webpack-plugin/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
"scripts": {
1313
"build": "tsc && bun build --target node --outfile=dist/index.js src/index.ts --production --packages=external && bun build --target node --outfile=dist/index.cjs --format=cjs src/index.ts --production --packages=external"
1414
},
15+
"publishConfig": {
16+
"access": "public"
17+
},
1518
"dependencies": {
1619
"@devup-api/utils": "workspace:*",
1720
"@devup-api/core": "workspace:*",

0 commit comments

Comments
 (0)