Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "openapi-workspaces",
"license": "MIT",
"private": true,
"version": "1.0.6",
"version": "1.0.7",
"workspaces": [
"projects/json-pointer-helpers",
"projects/openapi-io",
Expand Down
2 changes: 1 addition & 1 deletion projects/json-pointer-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@useoptic/json-pointer-helpers",
"license": "MIT",
"packageManager": "yarn@4.1.1",
"version": "1.0.6",
"version": "1.0.7",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion projects/openapi-io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@useoptic/openapi-io",
"license": "MIT",
"packageManager": "yarn@4.1.1",
"version": "1.0.6",
"version": "1.0.7",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion projects/openapi-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@useoptic/openapi-utilities",
"license": "MIT",
"packageManager": "yarn@4.1.1",
"version": "1.0.6",
"version": "1.0.7",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion projects/optic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@useoptic/optic",
"license": "MIT",
"packageManager": "yarn@4.1.1",
"version": "1.0.6",
"version": "1.0.7",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ exports[`capture init init with --stdout 1`] = `
"capture:
abc.yml:
# Complete reference documentation for this configuration file is available:
# https://www.useoptic.com/docs/capturing-traffic#configuration-reference
# https://github.com/opticdev/optic/wiki/Using-Optic-Capture-with-Integration-Tests

# Run with "optic capture abc.yml --update interactive"
server:
Expand Down Expand Up @@ -64,7 +64,7 @@ capture:
method: GET
abc.yml:
# Complete reference documentation for this configuration file is available:
# https://www.useoptic.com/docs/capturing-traffic#configuration-reference
# https://github.com/opticdev/optic/wiki/Using-Optic-Capture-with-Integration-Tests

# Run with "optic capture abc.yml --update interactive"
server:
Expand Down Expand Up @@ -94,7 +94,7 @@ exports[`capture init init with no optic.yml 2`] = `
"capture:
abc.yml:
# Complete reference documentation for this configuration file is available:
# https://www.useoptic.com/docs/capturing-traffic#configuration-reference
# https://github.com/opticdev/optic/wiki/Using-Optic-Capture-with-Integration-Tests

# Run with "optic capture abc.yml --update interactive"
server:
Expand Down
2 changes: 1 addition & 1 deletion projects/optic/src/commands/capture/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export function captureConfigExample(
return `
${skipConfigUpdate ? `capture:\n ${oasFile}:` : ''}
# Complete reference documentation for this configuration file is available:
# https://www.useoptic.com/docs/capturing-traffic#configuration-reference
# https://github.com/opticdev/optic/wiki/Using-Optic-Capture-with-Integration-Tests

# Run with "optic capture ${oasFile} --update interactive"
server:
Expand Down
2 changes: 1 addition & 1 deletion projects/rulesets-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@useoptic/rulesets-base",
"license": "MIT",
"packageManager": "yarn@4.1.1",
"version": "1.0.6",
"version": "1.0.7",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion projects/standard-rulesets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@useoptic/standard-rulesets",
"license": "MIT",
"packageManager": "yarn@4.1.1",
"version": "1.0.6",
"version": "1.0.7",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [
Expand Down
Loading