Merge branch 'release/10.1.0-beta.0' into develop

This commit is contained in:
Curry Yang
2024-09-18 14:12:38 +00:00
7 changed files with 12 additions and 11 deletions

10
package-lock.json generated
View File

@@ -21992,7 +21992,7 @@
}
},
"packages/insomnia": {
"version": "10.0.0",
"version": "10.1.0-beta.0",
"license": "Apache-2.0",
"dependencies": {
"@apideck/better-ajv-errors": "^0.3.6",
@@ -22147,7 +22147,7 @@
}
},
"packages/insomnia-inso": {
"version": "10.0.0",
"version": "10.1.0-beta.0",
"license": "Apache-2.0",
"dependencies": {
"@seald-io/nedb": "^4.0.4",
@@ -22589,7 +22589,7 @@
}
},
"packages/insomnia-sdk": {
"version": "10.0.0",
"version": "10.1.0-beta.0",
"license": "Apache-2.0",
"dependencies": {
"@types/deep-equal": "^1.0.4",
@@ -22640,7 +22640,7 @@
}
},
"packages/insomnia-smoke-test": {
"version": "10.0.0",
"version": "10.1.0-beta.0",
"license": "Apache-2.0",
"dependencies": {
"depd": "^1.1.2",
@@ -22731,7 +22731,7 @@
}
},
"packages/insomnia-testing": {
"version": "10.0.0",
"version": "10.1.0-beta.0",
"license": "Apache-2.0"
},
"packages/insomnia/node_modules/@esbuild/aix-ppc64": {

View File

@@ -12,7 +12,8 @@ RUN apt-get update && apt-get install -y xz-utils && rm -rf /var/lib/apt/lists/*
RUN tar -C /usr/bin -xvf /tmp/inso.tar.xz
FROM --platform=linux/amd64 docker.io/ubuntu:22.04
COPY --chmod=+x --from=fetch /usr/bin/inso /usr/bin/inso
COPY --from=fetch /usr/bin/inso /usr/bin/inso
RUN chmod +x /usr/bin/inso
RUN apt-get update && apt-get install -y libstdc++6 && rm -rf /var/lib/apt/lists/*
ENTRYPOINT ["/usr/bin/inso"]

View File

@@ -1,7 +1,7 @@
{
"private": true,
"name": "insomnia-inso",
"version": "10.0.0",
"version": "10.1.0-beta.0",
"homepage": "https://insomnia.rest",
"description": "A CLI for Insomnia - The Collaborative API Design Tool",
"author": "Kong <office@konghq.com>",

View File

@@ -1,7 +1,7 @@
{
"private": true,
"name": "insomnia-sdk",
"version": "10.0.0",
"version": "10.1.0-beta.0",
"description": "",
"main": "src/objects/index.ts",
"types": "src/objects/index.ts",

View File

@@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/kong/insomnia/issues"
},
"version": "10.0.0",
"version": "10.1.0-beta.0",
"scripts": {
"test:dev": "xvfb-maybe cross-env BUNDLE=dev playwright test",
"test:build": "xvfb-maybe cross-env BUNDLE=build playwright test",

View File

@@ -2,7 +2,7 @@
"private": true,
"name": "insomnia-testing",
"license": "Apache-2.0",
"version": "10.0.0",
"version": "10.1.0-beta.0",
"author": "Kong <office@konghq.com>",
"repository": {
"type": "git",

View File

@@ -1,6 +1,6 @@
{
"name": "insomnia",
"version": "10.0.0",
"version": "10.1.0-beta.0",
"productName": "Insomnia",
"private": true,
"description": "The Collaborative API Design Tool",