Skip to content

Commit 3481acc

Browse files
committed
0.0.140
1 parent 5027035 commit 3481acc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

imports/preload.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export async function preloadQueries(deep) {
7272
return { packagesQ, packagesO, handlersQ, handlersO, };
7373
}
7474

75-
export async function preloadApi(path = _path, secret = _secret, token = _token, ssl = _ssl) {
75+
export async function preloadApi(path = _path, secret = _secret, token = _token, ssl = false) {
7676
const p = path.replace(/(^\w+:|^)\/\//, '');
7777
const deep = new DeepClient({
7878
path: p,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deep-foundation/perception-imports",
3-
"version": "0.0.139",
3+
"version": "0.0.140",
44
"license": "Unlicense",
55
"type": "module",
66
"main": "import.js",

0 commit comments

Comments
 (0)