Skip to content

Commit

Permalink
add publish config
Browse files Browse the repository at this point in the history
  • Loading branch information
hipstersmoothie committed Aug 31, 2024
1 parent 19537b3 commit 36c5f1a
Show file tree
Hide file tree
Showing 35 changed files with 128 additions and 28 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
},
"packageManager": "[email protected]",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
"registry": "https://registry.npmjs.org/",
"access": "public"
}
}
2 changes: 1 addition & 1 deletion packages/config-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
"publishConfig": {
"access": "public"
}
}
}
5 changes: 4 additions & 1 deletion packages/config-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@
"playwright": "^1.42.1",
"vite-plugin-node-polyfills": "^0.21.0"
},
"type": "module"
"type": "module",
"publishConfig": {
"access": "public"
}
}
5 changes: 4 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,8 @@
},
"main": "./dist/commonjs/index.js",
"types": "./dist/commonjs/index.d.ts",
"type": "module"
"type": "module",
"publishConfig": {
"access": "public"
}
}
5 changes: 4 additions & 1 deletion packages/diff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,8 @@
},
"main": "./dist/commonjs/index.js",
"types": "./dist/commonjs/index.d.ts",
"type": "module"
"type": "module",
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,8 @@
},
"devDependencies": {
"@types/react": "^18.2.73"
},
"publishConfig": {
"access": "public"
}
}
5 changes: 4 additions & 1 deletion packages/file-ops/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,8 @@
},
"main": "./dist/commonjs/index.js",
"types": "./dist/commonjs/index.d.ts",
"type": "module"
"type": "module",
"publishConfig": {
"access": "public"
}
}
5 changes: 4 additions & 1 deletion packages/jimp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,8 @@
},
"main": "./dist/commonjs/index.js",
"types": "./dist/commonjs/index.d.ts",
"type": "module"
"type": "module",
"publishConfig": {
"access": "public"
}
}
5 changes: 4 additions & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,8 @@
},
"main": "./dist/commonjs/index.js",
"types": "./dist/commonjs/index.d.ts",
"type": "module"
"type": "module",
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,8 @@
"type": "module",
"dependencies": {
"zod": "^3.22.4"
},
"publishConfig": {
"access": "public"
}
}
5 changes: 4 additions & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,8 @@
},
"main": "./dist/commonjs/index.js",
"types": "./dist/commonjs/index.d.ts",
"type": "module"
"type": "module",
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions plugins/js-bmp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,8 @@
"@jimp/types": "workspace:*",
"@jimp/utils": "workspace:*",
"bmp-ts": "^1.0.9"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions plugins/js-gif/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,8 @@
"@jimp/types": "workspace:*",
"gifwrap": "^0.10.1",
"omggif": "^1.0.10"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions plugins/js-jpeg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,8 @@
"jpeg-js": "^0.4.4",
"@jimp/core": "workspace:*",
"@jimp/types": "workspace:*"
},
"publishConfig": {
"access": "public"
}
}
5 changes: 4 additions & 1 deletion plugins/js-png/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,8 @@
},
"main": "./dist/commonjs/index.js",
"types": "./dist/commonjs/index.d.ts",
"type": "module"
"type": "module",
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions plugins/js-tiff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,8 @@
"@jimp/core": "workspace:*",
"@jimp/types": "workspace:*",
"utif2": "^4.1.0"
},
"publishConfig": {
"access": "public"
}
}
5 changes: 4 additions & 1 deletion plugins/plugin-blit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,8 @@
},
"main": "./dist/commonjs/index.js",
"types": "./dist/commonjs/index.d.ts",
"type": "module"
"type": "module",
"publishConfig": {
"access": "public"
}
}
5 changes: 4 additions & 1 deletion plugins/plugin-blur/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,8 @@
},
"main": "./dist/commonjs/index.js",
"types": "./dist/commonjs/index.d.ts",
"type": "module"
"type": "module",
"publishConfig": {
"access": "public"
}
}
5 changes: 4 additions & 1 deletion plugins/plugin-circle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,8 @@
},
"main": "./dist/commonjs/index.js",
"types": "./dist/commonjs/index.d.ts",
"type": "module"
"type": "module",
"publishConfig": {
"access": "public"
}
}
5 changes: 4 additions & 1 deletion plugins/plugin-color/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,8 @@
},
"main": "./dist/commonjs/index.js",
"types": "./dist/commonjs/index.d.ts",
"type": "module"
"type": "module",
"publishConfig": {
"access": "public"
}
}
5 changes: 4 additions & 1 deletion plugins/plugin-contain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,8 @@
},
"main": "./dist/commonjs/index.js",
"types": "./dist/commonjs/index.d.ts",
"type": "module"
"type": "module",
"publishConfig": {
"access": "public"
}
}
5 changes: 4 additions & 1 deletion plugins/plugin-cover/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,8 @@
},
"main": "./dist/commonjs/index.js",
"types": "./dist/commonjs/index.d.ts",
"type": "module"
"type": "module",
"publishConfig": {
"access": "public"
}
}
5 changes: 4 additions & 1 deletion plugins/plugin-crop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,8 @@
},
"main": "./dist/commonjs/index.js",
"types": "./dist/commonjs/index.d.ts",
"type": "module"
"type": "module",
"publishConfig": {
"access": "public"
}
}
5 changes: 4 additions & 1 deletion plugins/plugin-displace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,8 @@
},
"main": "./dist/commonjs/index.js",
"types": "./dist/commonjs/index.d.ts",
"type": "module"
"type": "module",
"publishConfig": {
"access": "public"
}
}
5 changes: 4 additions & 1 deletion plugins/plugin-dither/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,8 @@
},
"main": "./dist/commonjs/index.js",
"types": "./dist/commonjs/index.d.ts",
"type": "module"
"type": "module",
"publishConfig": {
"access": "public"
}
}
5 changes: 4 additions & 1 deletion plugins/plugin-fisheye/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,8 @@
},
"main": "./dist/commonjs/index.js",
"types": "./dist/commonjs/index.d.ts",
"type": "module"
"type": "module",
"publishConfig": {
"access": "public"
}
}
5 changes: 4 additions & 1 deletion plugins/plugin-flip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,8 @@
},
"main": "./dist/commonjs/index.js",
"types": "./dist/commonjs/index.d.ts",
"type": "module"
"type": "module",
"publishConfig": {
"access": "public"
}
}
5 changes: 4 additions & 1 deletion plugins/plugin-hash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,8 @@
},
"main": "./dist/commonjs/index.js",
"types": "./dist/commonjs/index.d.ts",
"type": "module"
"type": "module",
"publishConfig": {
"access": "public"
}
}
5 changes: 4 additions & 1 deletion plugins/plugin-mask/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,8 @@
},
"main": "./dist/commonjs/index.js",
"types": "./dist/commonjs/index.d.ts",
"type": "module"
"type": "module",
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions plugins/plugin-print/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,8 @@
"parse-bmfont-binary": "^1.0.6",
"parse-bmfont-xml": "^1.1.6",
"zod": "^3.22.4"
},
"publishConfig": {
"access": "public"
}
}
5 changes: 4 additions & 1 deletion plugins/plugin-resize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,8 @@
},
"main": "./dist/commonjs/index.js",
"types": "./dist/commonjs/index.d.ts",
"type": "module"
"type": "module",
"publishConfig": {
"access": "public"
}
}
5 changes: 4 additions & 1 deletion plugins/plugin-rotate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,8 @@
},
"main": "./dist/commonjs/index.js",
"types": "./dist/commonjs/index.d.ts",
"type": "module"
"type": "module",
"publishConfig": {
"access": "public"
}
}
5 changes: 4 additions & 1 deletion plugins/plugin-shadow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,8 @@
},
"main": "./dist/commonjs/index.js",
"types": "./dist/commonjs/index.d.ts",
"type": "module"
"type": "module",
"publishConfig": {
"access": "public"
}
}
5 changes: 4 additions & 1 deletion plugins/plugin-threshold/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,8 @@
},
"main": "./dist/commonjs/index.js",
"types": "./dist/commonjs/index.d.ts",
"type": "module"
"type": "module",
"publishConfig": {
"access": "public"
}
}
5 changes: 4 additions & 1 deletion turbo/generators/templates/package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,8 @@
},
"main": "./dist/commonjs/index.js",
"types": "./dist/commonjs/index.d.ts",
"type": "module"
"type": "module",
"publishConfig": {
"access": "public"
}
}

0 comments on commit 36c5f1a

Please sign in to comment.