Skip to content

Commit

Permalink
Fix/git resolver again (#1121)
Browse files Browse the repository at this point in the history
* type external correctly

* bump version again
  • Loading branch information
niclim committed Mar 9, 2022
1 parent d728883 commit 9ac267b
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "openapi-workspaces",
"private": true,
"version": "0.22.21",
"version": "0.22.22",
"workspaces": [
"projects/json-pointer-helpers",
"projects/openapi-io",
Expand Down
2 changes: 1 addition & 1 deletion projects/api-checks/package.json
@@ -1,7 +1,7 @@
{
"name": "@useoptic/api-checks",
"packageManager": "yarn@3.0.2",
"version": "0.22.21",
"version": "0.22.22",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion projects/json-pointer-helpers/package.json
@@ -1,6 +1,6 @@
{
"name": "@useoptic/json-pointer-helpers",
"version": "0.22.21",
"version": "0.22.22",
"packageManager": "yarn@3.0.2",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion projects/openapi-cli/package.json
@@ -1,7 +1,7 @@
{
"name": "@useoptic/openapi-cli",
"packageManager": "yarn@3.0.2",
"version": "0.22.21",
"version": "0.22.22",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion projects/openapi-diff-experiment/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@useoptic/openapi-diff-experiment",
"private": true,
"packageManager": "yarn@3.0.2",
"version": "0.22.21",
"version": "0.22.22",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion projects/openapi-io/package.json
@@ -1,6 +1,6 @@
{
"name": "@useoptic/openapi-io",
"version": "0.22.21",
"version": "0.22.22",
"packageManager": "yarn@3.0.2",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion projects/openapi-io/src/parser/openapi-sourcemap-parser.ts
Expand Up @@ -77,7 +77,7 @@ export async function parseOpenAPIFromRepoWithSourcemap(
accept: '*/*',
},
},
resolve: true,
external: true,
};
const resolverResults: $RefParser.$Refs = await resolver.resolve(fileName, {
resolve,
Expand Down
2 changes: 1 addition & 1 deletion projects/openapi-utilities/package.json
@@ -1,6 +1,6 @@
{
"name": "@useoptic/openapi-utilities",
"version": "0.22.21",
"version": "0.22.22",
"packageManager": "yarn@3.0.2",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion projects/optic-ci/package.json
@@ -1,7 +1,7 @@
{
"name": "@useoptic/optic-ci",
"packageManager": "yarn@3.0.2",
"version": "0.22.21",
"version": "0.22.22",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion projects/snyk-rules/package.json
@@ -1,7 +1,7 @@
{
"name": "@useoptic/example-snyk-api-checks",
"packageManager": "yarn@3.0.2",
"version": "0.22.21",
"version": "0.22.22",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [
Expand Down

0 comments on commit 9ac267b

Please sign in to comment.