@openfn/language-collections 0.8.0 → 0.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -592,7 +592,7 @@ var request = async (state, client2, path, options = {}) => {
592
592
  const { headers: _h, query: _q, ...otherOptions } = options;
593
593
  const query = parseQuery(options);
594
594
  const args = {
595
- path: import_node_path.default.join(basePath, path),
595
+ path: import_node_path.default.posix.join(basePath, path),
596
596
  headers,
597
597
  method: "GET",
598
598
  query,
package/dist/index.js CHANGED
@@ -567,7 +567,7 @@ var request = async (state, client2, path, options = {}) => {
567
567
  const { headers: _h, query: _q, ...otherOptions } = options;
568
568
  const query = parseQuery(options);
569
569
  const args = {
570
- path: nodepath.join(basePath, path),
570
+ path: nodepath.posix.join(basePath, path),
571
571
  headers,
572
572
  method: "GET",
573
573
  query,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@openfn/language-collections",
3
3
  "label": "Collections",
4
- "version": "0.8.0",
4
+ "version": "0.8.1",
5
5
  "description": "Collections Adaptor for OpenFn",
6
6
  "type": "module",
7
7
  "exports": {
@@ -23,7 +23,7 @@
23
23
  "dependencies": {
24
24
  "stream-json": "^1.8.0",
25
25
  "undici": "^5.29.0",
26
- "@openfn/language-common": "3.2.1"
26
+ "@openfn/language-common": "3.2.2"
27
27
  },
28
28
  "devDependencies": {
29
29
  "assertion-error": "2.0.0",