Skip to content

Commit

Permalink
chore: add new stuff to main exports, publish update
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberalien committed Nov 27, 2023
1 parent c82c640 commit 955b6a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion @iconify/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"description": "Collection of functions for cleaning up and parsing SVG for Iconify project",
"author": "Vjacheslav Trushkin",
"version": "4.0.0-beta.4",
"version": "4.0.0-beta.5",
"publishConfig": {
"tag": "next"
},
Expand Down
3 changes: 2 additions & 1 deletion @iconify/tools/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,6 @@ export { untar } from './download/helpers/untar';
export { execAsync } from './misc/exec';
export { cleanupIconKeyword } from './misc/keyword';
export { bumpVersion } from './misc/bump-version';
export { axiosConfig } from './download/api/config';
export { axiosConfig, fetchCallbacks } from './download/api/config';
export { sendAPIQuery } from './download/api/index';
export { runConcurrentQueries, defaultQueueParams } from './download/api/queue';

0 comments on commit 955b6a0

Please sign in to comment.