Skip to content

Commit

Permalink
0.0.140
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansglazunov committed Oct 26, 2024
1 parent 5027035 commit 3481acc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion imports/preload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export async function preloadQueries(deep) {
return { packagesQ, packagesO, handlersQ, handlersO, };
}

export async function preloadApi(path = _path, secret = _secret, token = _token, ssl = _ssl) {
export async function preloadApi(path = _path, secret = _secret, token = _token, ssl = false) {
const p = path.replace(/(^\w+:|^)\/\//, '');
const deep = new DeepClient({
path: p,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deep-foundation/perception-imports",
"version": "0.0.139",
"version": "0.0.140",
"license": "Unlicense",
"type": "module",
"main": "import.js",
Expand Down

0 comments on commit 3481acc

Please sign in to comment.