Closed TrevorS closed 7 months ago
Following this, too.
@juanfriss it looks like this may have coincided with this recent release: https://github.com/lob/lob-typescript-sdk/releases/tag/v1.3.4
Arghh, any update @juanfriss ?
This probably come from this line in package.json
"publishConfig": {
"access": "restricted"
},
version 1.3.5
is now published
@juanfriss Still not found for me
Are you sure the package is public ?
@QuentinLemCode I could just install it but let me check that!
@QuentinLemCode I could just install it but let me check that!
You are publishing it as restricted package, look in the package.json
file.
@juanfriss
What this command gives you ?
npm access get status @lob/lob-typescript-sdk
If private, you will need to pass it public with this command :
npm access set status=public @lob/lob-typescript-sdk
For those who can't wait (ie. blocking CI/CD pipeline)
I have uploaded a mirror of the lib on npm
Just replace the dependency in your package.json
by this :
"@lob/lob-typescript-sdk": "npm:@quentinlem/lob-typescript-sdk-mirror@1.3.5",
I just forked the repo here : https://github.com/QuentinLemCode/lob-typescript-sdk NPM : https://www.npmjs.com/package/@quentinlem/lob-typescript-sdk-mirror
npm access get status @lob/lob-typescript-sdk
private
, you are right. I'm gonna fix this now.
it is now public
can you confirm @QuentinLemCode?
can you confirm @QuentinLemCode?
I confirm @juanfriss :)
fantastic
Summary
It seems like maybe the registry entry was removed again?