openreachtech / eslint-rules-default

A showcasing package all the rules of ESLint.
MIT License
0 stars 0 forks source link

🚀 Publish `1.1.1` #299

Closed StewEucen closed 3 months ago

StewEucen commented 3 months ago

Overview

Tasks

npm login to GitHub Packages before publishing

Procedure to Publish

1. Check Commit Hash to Publish

2. Confirm Work to Publish

3. Publish

hecticme commented 3 months ago

This is my log 🧑‍🚀

npm notice
npm notice 📦  @openreachtech/eslint-rules-default@1.1.1
npm notice Tarball Contents
npm notice 1.1kB LICENSE
npm notice 4.8kB README.ja.md
npm notice 4.2kB README.md
npm notice 17.5kB configurations/core.js
npm notice 2.3kB configurations/disable-core-stylistic.js
npm notice 330B configurations/stylistic/all.js
npm notice 9.9kB configurations/stylistic/default-rules/js.js
npm notice 214B configurations/stylistic/default-rules/plus.js
npm notice 11.3kB configurations/stylistic/js.js
npm notice 377B configurations/stylistic/plus.js
npm notice 440B index.js
npm notice 531B index.mjs
npm notice 1.0kB package.json
npm notice 395B types/index.d.ts
npm notice Tarball Details
npm notice name: @openreachtech/eslint-rules-default
npm notice version: 1.1.1
npm notice filename: openreachtech-eslint-rules-default-1.1.1.tgz
npm notice package size: 11.0 kB
npm notice unpacked size: 54.5 kB
npm notice shasum: 7b496fe0c3edecdff5336a3613e389ca432d7b59
npm notice integrity: sha512-axJBWdm0BDScR[...]JOr740B0ImOTg==
npm notice total files: 14
npm notice
npm notice Publishing to https://npm.pkg.github.com with tag latest and default access (dry-run)
+ @openreachtech/eslint-rules-default@1.1.1
arbredoux commented 3 months ago

node & npm version

$ node -v
v20.12.1

$ npm -v
10.5.2

confirm

$ npm publish --dry-run
npm notice
npm notice 📦  @openreachtech/eslint-rules-default@1.1.1
npm notice === Tarball Contents ===
npm notice 1.1kB  LICENSE
npm notice 4.8kB  README.ja.md
npm notice 4.2kB  README.md
npm notice 17.5kB configurations/core.js
npm notice 2.3kB  configurations/disable-core-stylistic.js
npm notice 330B   configurations/stylistic/all.js
npm notice 9.9kB  configurations/stylistic/default-rules/js.js
npm notice 214B   configurations/stylistic/default-rules/plus.js
npm notice 11.3kB configurations/stylistic/js.js
npm notice 377B   configurations/stylistic/plus.js
npm notice 440B   index.js
npm notice 531B   index.mjs
npm notice 1.0kB  package.json
npm notice 395B   types/index.d.ts
npm notice === Tarball Details ===
npm notice name:          @openreachtech/eslint-rules-default
npm notice version:       1.1.1
npm notice filename:      openreachtech-eslint-rules-default-1.1.1.tgz
npm notice package size:  11.0 kB
npm notice unpacked size: 54.5 kB
npm notice shasum:        7b496fe0c3edecdff5336a3613e389ca432d7b59
npm notice integrity:     sha512-axJBWdm0BDScR[...]JOr740B0ImOTg==
npm notice total files:   14
npm notice
npm notice Publishing to https://npm.pkg.github.com with tag latest and default access (dry-run)
+ @openreachtech/eslint-rules-default@1.1.1
StewEucen commented 3 months ago