Skip to content

Commit 026337d

Browse files
chore: Versions packages for latest changesets (#22)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent edc6363 commit 026337d

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

.changeset/strong-trains-look.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @taskless/loader
22

3+
## 0.0.33
4+
5+
### Patch Changes
6+
7+
- edc6363: - **Load a directory** - If you specify `TASKLESS_DIRECTORY` (autoloader), or use `directory` in the programatic API, the loader will attempt to load any installed packs from disk in addition to any network packs. This can be used to load packs without interacting with Taskless Cloud.
8+
9+
- **Deprecation** of `TASKLESS_OPTIONS` - The taskless options environment variable has been deprecated in favor of using individual `TASKLESS_*` flags.
10+
- `network` and `logging` are now expressed as `TASKLESS_OUTPUT` and can be expressed as a comma separated list. For example `TASKLESS_OUTPUT=network,console`. The default with an API key is `network`, and the default without an API key is `console`. If this value is set, it will override the default behavior. `network` and `logging` will be removed in the next release.
11+
312
## 0.0.32
413

514
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@taskless/loader",
33
"description": "Taskless Loader - Take control of your third party APIs",
4-
"version": "0.0.32",
4+
"version": "0.0.33",
55
"author": "Taskless",
66
"license": "Apache-2.0",
77
"repository": "taskless/loader-js",

0 commit comments

Comments
 (0)