#Maru

1 messages ยท Page 1 of 1 (latest)

wise geyserBOT
reef pulsar
#

Hello ๐Ÿ‘‹

hot forum
#

helloo

reef pulsar
hot forum
#

yes, we are

#

I have this at our package.json:
inside "dependencies":
"stripe": "^8.222.0",

#

previously we had "stripe": "^8.166.0",

#

I removed the stripe folder at node_modules and run npm install again, which installed Stripe

#

the VERSION file says 8.222 but at types folder I see a "2020-08-27" folder, which is weird right?

#

Also I made npm run build and I have lot of errors at some Stripe models

#

Object literal may only specify known properties, and 'save_default_payment_method' does not exist in type 'PaymentSettings'.
an example of one of thoseโ˜๐Ÿผ

reef pulsar
#

that's not the latest version though

#

Types for 2022-08-01 were introduced in version 10.0.0

#

You're installing 8.222.0 which is a version that was introduced prior to releasing 2022-08-01 types

#

does that make sense?

#

So you're using an older version of the library

hot forum
#

oooh

#

wow, weird that it doesn't install the latest then, will check that out

#

thanks hanzo

#

10.9.0 is the latest right?

reef pulsar
#

๐Ÿ‘ np ๐Ÿ™‚ happy to help

#

yup