Skip to content

Commit

Permalink
Merge pull request #886 from soluble-io/strict-publint
Browse files Browse the repository at this point in the history
chore: strict publint checks
  • Loading branch information
belgattitude committed May 20, 2023
2 parents 144973f + 2c6d877 commit 9dec1fd
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions packages/cache-interop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"build-release": "yarn build",
"check-size": "size-limit",
"check-dist": "es-check -v",
"check-pub": "publint",
"check-pub": "publint --strict",
"clean": "rimraf ./dist ./build ./coverage ./out ./node_modules/.cache",
"test-unit": "jest --config jest.config.js --color $@",
"typecheck": "tsc --project ./tsconfig.json --noEmit",
Expand All @@ -62,7 +62,7 @@
"eslint": "8.41.0",
"get-tsconfig": "4.5.0",
"jest": "29.5.0",
"publint": "0.1.11",
"publint": "0.1.12",
"rimraf": "5.0.1",
"size-limit": "8.2.4",
"ts-jest": "29.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/cache-ioredis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"build-release": "yarn build && rimraf ./_release && yarn pack && mkdir ./_release && tar zxvf ./package.tgz --directory ./_release && rm ./package.tgz",
"check-size": "size-limit",
"check-dist": "es-check -v",
"check-pub": "publint",
"check-pub": "publint --strict",
"clean": "rimraf ./dist ./build ./coverage ./out ./_release ./node_modules/.cache",
"test": "run-s test-unit",
"test-unit": "jest --config jest.config.js --color $@",
Expand All @@ -69,7 +69,7 @@
"eslint": "8.41.0",
"get-tsconfig": "4.5.0",
"jest": "29.5.0",
"publint": "0.1.11",
"publint": "0.1.12",
"rimraf": "5.0.1",
"size-limit": "8.2.4",
"ts-jest": "29.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/cache-redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"build-release": "yarn build && rimraf ./_release && yarn pack && mkdir ./_release && tar zxvf ./package.tgz --directory ./_release && rm ./package.tgz",
"check-size": "size-limit",
"check-dist": "es-check -v",
"check-pub": "publint",
"check-pub": "publint --strict",
"clean": "rimraf ./dist ./build ./coverage ./out ./_release ./node_modules/.cache",
"test": "yarn run test-unit",
"test-unit": "jest --config jest.config.js --color $@",
Expand All @@ -70,7 +70,7 @@
"eslint": "8.41.0",
"get-tsconfig": "4.5.0",
"jest": "29.5.0",
"publint": "0.1.11",
"publint": "0.1.12",
"redis": "3.1.2",
"rimraf": "5.0.1",
"size-limit": "8.2.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/dsn-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"check-dist": "run-s check-dist-esm check-dist-cjs",
"check-dist-cjs": "es-check --not './dist/*.map.js' -v es2017 './dist/**/*.js'",
"check-dist-esm": "es-check --not './dist/*.map.js' -v es2017 --module './dist/**/*.mjs'",
"check-pub": "publint",
"check-pub": "publint --strict",
"clean": "rimraf ./dist ./build ./coverage ./_release",
"test-unit": "jest --config jest.config.mjs --color $@",
"typecheck": "tsc --project tsconfig.json --noEmit",
Expand All @@ -65,7 +65,7 @@
"get-tsconfig": "4.5.0",
"jest": "29.5.0",
"npm-run-all": "4.1.5",
"publint": "0.1.11",
"publint": "0.1.12",
"rimraf": "5.0.1",
"size-limit": "8.2.4",
"ts-jest": "29.1.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1824,7 +1824,7 @@ __metadata:
eslint: "npm:8.41.0"
get-tsconfig: "npm:4.5.0"
jest: "npm:29.5.0"
publint: "npm:0.1.11"
publint: "npm:0.1.12"
rimraf: "npm:5.0.1"
size-limit: "npm:8.2.4"
ts-jest: "npm:29.1.0"
Expand All @@ -1851,7 +1851,7 @@ __metadata:
get-tsconfig: "npm:4.5.0"
ioredis: "npm:^5.3.2"
jest: "npm:29.5.0"
publint: "npm:0.1.11"
publint: "npm:0.1.12"
rimraf: "npm:5.0.1"
size-limit: "npm:8.2.4"
ts-jest: "npm:29.1.0"
Expand All @@ -1876,7 +1876,7 @@ __metadata:
eslint: "npm:8.41.0"
get-tsconfig: "npm:4.5.0"
jest: "npm:29.5.0"
publint: "npm:0.1.11"
publint: "npm:0.1.12"
redis: "npm:3.1.2"
rimraf: "npm:5.0.1"
size-limit: "npm:8.2.4"
Expand Down Expand Up @@ -1908,7 +1908,7 @@ __metadata:
get-tsconfig: "npm:4.5.0"
jest: "npm:29.5.0"
npm-run-all: "npm:4.1.5"
publint: "npm:0.1.11"
publint: "npm:0.1.12"
rimraf: "npm:5.0.1"
size-limit: "npm:8.2.4"
ts-jest: "npm:29.1.0"
Expand Down Expand Up @@ -8159,16 +8159,16 @@ __metadata:
languageName: node
linkType: hard

"publint@npm:0.1.11":
version: 0.1.11
resolution: "publint@npm:0.1.11"
"publint@npm:0.1.12":
version: 0.1.12
resolution: "publint@npm:0.1.12"
dependencies:
npm-packlist: "npm:^5.1.3"
picocolors: "npm:^1.0.0"
sade: "npm:^1.8.1"
bin:
publint: lib/cli.js
checksum: 5af5db0ba2cff5431f0759b1907bc450d003de8b44a53b0ca037185eb2eb9f84509aaab99bd6340dda21fc0d639a05da9f46a7646a9c9927800e60552e68f91f
checksum: 20892c6df83a2ca1b5746bf6a5199e3422468bc2faf797d4551e80f8d61f900dc6dd2dea0406a0921464495c6fe3fcfc23dbc321d8c309d91fff8558499d6671
languageName: node
linkType: hard

Expand Down

0 comments on commit 9dec1fd

Please sign in to comment.