Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bigorn0 committed Jun 30, 2024
1 parent f508a41 commit 9f769eb
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 11 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"eslint": "9.3.0",
"libnpmpack": "7.0.3",
"libnpmpublish": "9.0.9",
"lodash": "4.17.21",
"lodash": "4.18.21",
"mocha": "10.4.0",
"patch-package": "^8.0.0",
"prebuild-install": "7.1.2",
Expand All @@ -57,23 +57,23 @@
"version_format": "<electron major version>.<package major>.<arbitrary patch>",
"nativeModules": {
"@parcel/watcher": {
"version": "31.2.17",
"version": "31.2.18",
"napi": true,
"prebuild_install": false,
"prebuilds_as_npm_packages": true,
"prebuilds_scope": "@parcel",
"to_build": false
},
"couchbase": {
"version": "31.4.17",
"version": "31.4.18",
"napi": true,
"prebuild_install": false,
"prebuilds_as_npm_packages": true,
"prebuilds_scope": "@couchbase",
"to_build": false
},
"desktop-trampoline": {
"version": "31.2.17",
"version": "31.2.18",
"napi": false,
"prebuild_install": true,
"prebuilds_as_npm_packages": false,
Expand All @@ -85,28 +85,28 @@
]
},
"kerberos": {
"version": "31.2.17",
"version": "31.2.18",
"napi": true,
"prebuild_install": true,
"prebuilds_as_npm_packages": false,
"to_build": false
},
"kerberos-plugins": {
"version": "31.1.17",
"version": "31.1.18",
"napi": false,
"prebuild_install": true,
"prebuilds_as_npm_packages": false,
"to_build": true
},
"keytar": {
"version": "31.8.17",
"version": "31.8.18",
"napi": true,
"prebuild_install": true,
"prebuilds_as_npm_packages": false,
"to_build": false
},
"krb5": {
"version": "31.0.17",
"version": "31.0.18",
"napi": true,
"prebuild_install": true,
"prebuilds_as_npm_packages": false,
Expand All @@ -125,7 +125,7 @@
}
},
"mongodb-client-encryption": {
"version": "31.2.17",
"version": "31.2.18",
"prebuild_install": true,
"napi": true,
"prebuilds_as_npm_packages": false,
Expand Down
16 changes: 15 additions & 1 deletion patches/desktop-trampoline+0.9.8.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/node_modules/desktop-trampoline/index.js b/node_modules/desktop-trampoline/index.js
index 0891bae..9d1b5a7 100644
index 0891bae..541c666 100644
--- a/node_modules/desktop-trampoline/index.js
+++ b/node_modules/desktop-trampoline/index.js
@@ -1,12 +1,10 @@
Expand Down Expand Up @@ -28,6 +28,20 @@ index 0891bae..9d1b5a7 100644
}

function getSSHWrapperFilename() {
diff --git a/node_modules/desktop-trampoline/package.json b/node_modules/desktop-trampoline/package.json
index 0cc0262..82eab84 100644
--- a/node_modules/desktop-trampoline/package.json
+++ b/node_modules/desktop-trampoline/package.json
@@ -10,8 +10,7 @@
},
"types": "./index.d.ts",
"scripts": {
- "build": "node-gyp rebuild",
- "install": "prebuild-install || node-gyp rebuild",
+ "install": "prebuild-install",
"test": "jest",
"lint": "prettier -c **/*.js **/*.md",
"lint:fix": "prettier --write **/*.js **/*.md",
diff --git a/node_modules/desktop-trampoline/prebuilds/darwin-arm64/desktop-trampoline b/node_modules/desktop-trampoline/prebuilds/darwin-arm64/desktop-trampoline
new file mode 100755
index 0000000..c7e3356
Expand Down
2 changes: 1 addition & 1 deletion studio-natives-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hackolade/studio-native-modules",
"version": "31.0.16",
"version": "31.0.18",
"description": "A virtual package referencing all of the Studio native modules for a specific Electron version",
"keywords": [
"hackolade",
Expand Down

0 comments on commit 9f769eb

Please sign in to comment.