@intuned/runtime-dev 1.0.3-nodefetch.0 → 1.0.4-remove-playwright.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/CHANGELOG.md ADDED
@@ -0,0 +1,7 @@
1
+ # UNRELEASED
2
+
3
+ -
4
+
5
+ # 1.0.3
6
+
7
+ - Fix node-fetch builds (used in deprecated `downloadFile` SDK functions).
@@ -22,7 +22,13 @@ export async function createAuthSession({
22
22
  }) {
23
23
  const isAuthSessionEnabled = (await fs.readJSON("./Intuned.json"))
24
24
  .authSessions?.enabled;
25
-
25
+ return {
26
+ status: 400,
27
+ body: {
28
+ error: "its working",
29
+ message: "its working",
30
+ },
31
+ };
26
32
  if (!isAuthSessionEnabled) {
27
33
  return {
28
34
  status: 400,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intuned/runtime-dev",
3
- "version": "1.0.3-nodefetch.0",
3
+ "version": "1.0.4-remove-playwright.1",
4
4
  "description": "Intuned runtime",
5
5
  "exports": {
6
6
  ".": "./dist/index.js",
package/WebTemplate.zip DELETED
Binary file