Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit daee022

Browse files
committedAug 6, 2024·
try again
1 parent 68985e6 commit daee022

File tree

9 files changed

+13
-10
lines changed

9 files changed

+13
-10
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "openapi-workspaces",
33
"license": "MIT",
44
"private": true,
5-
"version": "0.55.2-3",
5+
"version": "0.55.2-4",
66
"workspaces": [
77
"projects/json-pointer-helpers",
88
"projects/openapi-io",

‎projects/fastify-capture/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@useoptic/fastify-capture",
33
"license": "MIT",
44
"packageManager": "yarn@4.1.1",
5-
"version": "0.55.2-3",
5+
"version": "0.55.2-4",
66
"main": "build/index.js",
77
"types": "build/index.d.ts",
88
"files": [

‎projects/json-pointer-helpers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@useoptic/json-pointer-helpers",
33
"license": "MIT",
44
"packageManager": "yarn@4.1.1",
5-
"version": "0.55.2-3",
5+
"version": "0.55.2-4",
66
"main": "build/index.js",
77
"types": "build/index.d.ts",
88
"files": [

‎projects/openapi-io/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@useoptic/openapi-io",
33
"license": "MIT",
44
"packageManager": "yarn@4.1.1",
5-
"version": "0.55.2-3",
5+
"version": "0.55.2-4",
66
"main": "build/index.js",
77
"types": "build/index.d.ts",
88
"files": [

‎projects/openapi-utilities/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@useoptic/openapi-utilities",
33
"license": "MIT",
44
"packageManager": "yarn@4.1.1",
5-
"version": "0.55.2-3",
5+
"version": "0.55.2-4",
66
"main": "build/index.js",
77
"types": "build/index.d.ts",
88
"files": [

‎projects/optic/package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"name": "@useoptic/optic",
33
"license": "MIT",
44
"packageManager": "yarn@4.1.1",
5-
"version": "0.55.2-3",
5+
"version": "0.55.2-4",
66
"main": "build/index.js",
77
"types": "build/index.d.ts",
88
"files": [
99
"/build",
1010
"/src",
1111
"/ci",
12-
"/web/build"
12+
"/web"
1313
],
1414
"bin": "build/index.js",
1515
"repository": {
@@ -132,7 +132,8 @@
132132
"build/commands/ruleset/upload.js"
133133
],
134134
"assets": [
135-
"ci/configs/*"
135+
"ci/configs/*",
136+
"web/build/*"
136137
],
137138
"targets": [
138139
"node18-macos-arm64",

‎projects/optic/web/.npmignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.test.ts
2+
*.test.ts.snap

‎projects/rulesets-base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@useoptic/rulesets-base",
33
"license": "MIT",
44
"packageManager": "yarn@4.1.1",
5-
"version": "0.55.2-3",
5+
"version": "0.55.2-4",
66
"main": "build/index.js",
77
"types": "build/index.d.ts",
88
"files": [

‎projects/standard-rulesets/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@useoptic/standard-rulesets",
33
"license": "MIT",
44
"packageManager": "yarn@4.1.1",
5-
"version": "0.55.2-3",
5+
"version": "0.55.2-4",
66
"main": "build/index.js",
77
"types": "build/index.d.ts",
88
"files": [

0 commit comments

Comments
 (0)
Please sign in to comment.