Skip to content

Commit

Permalink
Update axios and axios-retry to latest (#160)
Browse files Browse the repository at this point in the history
* Update axios and axios-retry to latest

* New component definition now takes a string key

* Remove SOAP client in favor of soap NPM package.

* Bump generator-spectral version
  • Loading branch information
taylorreece authored Dec 4, 2023
1 parent e75cb93 commit 0de094e
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 474 deletions.
4 changes: 2 additions & 2 deletions packages/generator-spectral/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prismatic-io/generator-spectral",
"version": "2.3.0",
"version": "2.3.1",
"description": "Yeoman generator for scaffolding out Prismatic components",
"keywords": [
"prismatic",
Expand Down Expand Up @@ -37,7 +37,7 @@
"generators"
],
"dependencies": {
"@prismatic-io/spectral": "7.3.4",
"@prismatic-io/spectral": "7.9.0",
"yeoman-generator": "5.6.1",
"lodash": "4.17.21",
"@apidevtools/swagger-parser": "10.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export type Connection = ConnectionDefinition & {
orderPriority: number;
};

export type Component = Pick<ComponentDefinition<false>, "display">;
export type Component = Pick<ComponentDefinition<false, any>, "display">;

export interface Result {
baseUrl: string;
Expand Down
7 changes: 3 additions & 4 deletions packages/spectral/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prismatic-io/spectral",
"version": "7.8.4",
"version": "7.9.0",
"description": "Utility library for building Prismatic components",
"keywords": [
"prismatic"
Expand Down Expand Up @@ -38,14 +38,13 @@
],
"dependencies": {
"@jsonforms/core": "3.0.0",
"axios": "0.27.2",
"axios-retry": "3.2.5",
"axios": "1.6.2",
"axios-retry": "3.9.1",
"date-fns": "2.30.0",
"form-data": "4.0.0",
"jest-mock": "27.0.3",
"safe-stable-stringify": "2.3.1",
"serialize-error": "8.1.0",
"soap": "1.0.0",
"url-join": "5.0.0",
"uuid": "8.3.2",
"valid-url": "1.0.9"
Expand Down
2 changes: 0 additions & 2 deletions packages/spectral/src/clients/soap/index.ts

This file was deleted.

113 changes: 0 additions & 113 deletions packages/spectral/src/clients/soap/types.ts

This file was deleted.

Loading

0 comments on commit 0de094e

Please sign in to comment.