@stepzen/graphiql-proxy 0.45.0-beta.4 → 0.45.0-beta.6

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright IBM Corp. 2020, 2024
3
+ Copyright IBM Corp. 2020, 2025
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stepzen/graphiql-proxy",
3
- "version": "0.45.0-beta.4",
3
+ "version": "0.45.0-beta.6",
4
4
  "author": "Darren Waddell <darren@stepzen.com>",
5
5
  "license": "MIT",
6
6
  "homepage": "https://stepzen.com",
@@ -23,7 +23,7 @@
23
23
  "posttest": "prettier . --check"
24
24
  },
25
25
  "dependencies": {
26
- "@stepzen/fetch": "0.45.0-beta.4",
26
+ "@stepzen/fetch": "0.45.0-beta.6",
27
27
  "chalk": "^4.1.2",
28
28
  "cross-spawn": "^7.0.6",
29
29
  "debug": "^4.3.4",
@@ -61,5 +61,5 @@
61
61
  "--comment--": "workaround for CVE-2024-21538",
62
62
  "cross-spawn": "^7.0.6"
63
63
  },
64
- "gitHead": "fb688a215511194c4d73e904a1ef2edbe226ffe7"
64
+ "gitHead": "edecb3d823ed326c67eb8b22c39222849d0f31e6"
65
65
  }
@@ -1,4 +1,4 @@
1
- // Copyright IBM Corp. 2020, 2024
1
+ // Copyright IBM Corp. 2020, 2025
2
2
 
3
3
  const debugging = async (req, res) => {
4
4
  const {debugging} = req.stepzen
@@ -1,4 +1,4 @@
1
- // Copyright IBM Corp. 2020, 2024
1
+ // Copyright IBM Corp. 2020, 2025
2
2
 
3
3
  const details = async (req, res) => {
4
4
  const {zenservUrl, predicates, workspace} = req.stepzen
@@ -1,4 +1,4 @@
1
- // Copyright IBM Corp. 2020, 2024
1
+ // Copyright IBM Corp. 2020, 2025
2
2
 
3
3
  const ping = async (req, res) => {
4
4
  res.json({
@@ -1,4 +1,4 @@
1
- // Copyright IBM Corp. 2020, 2024
1
+ // Copyright IBM Corp. 2020, 2025
2
2
 
3
3
  const predicates = async (req, res) => {
4
4
  const {predicates} = req.stepzen
@@ -1,4 +1,4 @@
1
- // Copyright IBM Corp. 2020, 2024
1
+ // Copyright IBM Corp. 2020, 2025
2
2
 
3
3
  import debug from 'debug'
4
4
  import fetch from '@stepzen/fetch'
@@ -1,4 +1,4 @@
1
- // Copyright IBM Corp. 2020, 2024
1
+ // Copyright IBM Corp. 2020, 2025
2
2
 
3
3
  import fs from 'node:fs'
4
4
  import prettier from 'prettier'
@@ -1,4 +1,4 @@
1
- // Copyright IBM Corp. 2020, 2024
1
+ // Copyright IBM Corp. 2020, 2025
2
2
 
3
3
  import debug from 'debug'
4
4
  import express from 'express'
@@ -1,4 +1,4 @@
1
- // Copyright IBM Corp. 2020, 2024
1
+ // Copyright IBM Corp. 2020, 2025
2
2
  // Original code from https://github.com/facebook/create-react-app/blob/0f6fc2bc71d78f0dcae67f3f08ce98a42fc0a57c/packages/react-dev-utils/openChrome.applescript
3
3
 
4
4
  import chalk from 'chalk'
@@ -1,5 +1,5 @@
1
1
  (*
2
- Copyright IBM Corp. 2020, 2024
2
+ Copyright IBM Corp. 2020, 2025
3
3
 
4
4
  Original code from https://github.com/facebook/create-react-app/blob/0f6fc2bc71d78f0dcae67f3f08ce98a42fc0a57c/packages/react-dev-utils/openChrome.applescript
5
5
  *)