mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
tag: v1.5.1
This commit is contained in:
parent
e6b8c030da
commit
0ec64c5d85
7
build.sh
7
build.sh
@ -10,8 +10,11 @@ mkdir dev/ dist/
|
||||
|
||||
echo "Target cleared..."
|
||||
|
||||
microbundle --define __ACI_DEV__=true -o dev/index.js --tsconfig tsconfig.build.json --generateTypes=false &
|
||||
microbundle --define __ACI_DEV__=false -o dist/index.js --tsconfig tsconfig.build.json --generateTypes &
|
||||
microbundle --define __ACI_DEV__=true -o dev/index.js --tsconfig tsconfig.build.json --generateTypes=false --target=node --format=esm,cjs,modern &
|
||||
microbundle --define __ACI_DEV__=false -o dist/index.js --tsconfig tsconfig.build.json --generateTypes --target=node --format=esm,cjs,modern &
|
||||
|
||||
microbundle --define __ACI_DEV__=true -o dev/index.js --tsconfig tsconfig.build.json --generateTypes=false --target=web --format=umd &
|
||||
microbundle --define __ACI_DEV__=false -o dist/index.js --tsconfig tsconfig.build.json --generateTypes --target=web --format=umd &
|
||||
|
||||
# Add a simple index.d.ts file to type all dev builds
|
||||
echo "export * from '../dist/index.js';" | tee dev/index.d.ts \
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "axios-cache-interceptor",
|
||||
"version": "1.5.0",
|
||||
"version": "1.5.1",
|
||||
"description": "Cache interceptor for axios",
|
||||
"keywords": [
|
||||
"axios",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user