Skip to content

Commit

Permalink
Rework versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
bigorn0 committed Oct 16, 2024
1 parent 3396b97 commit b6848e8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,23 +56,23 @@
"version_format": "<electron major version>.<package major>.<arbitrary patch>",
"nativeModules": {
"@parcel/watcher": {
"version": "32.2.3",
"version": "33.0.0-2.4.1",
"napi": true,
"prebuild_install": false,
"prebuilds_as_npm_packages": true,
"prebuilds_scope": "@parcel",
"to_build": false
},
"couchbase": {
"version": "32.4.3",
"version": "33.0.0-4.4.2",
"napi": true,
"prebuild_install": false,
"prebuilds_as_npm_packages": true,
"prebuilds_scope": "@couchbase",
"to_build": false
},
"desktop-trampoline": {
"version": "32.2.2",
"version": "33.0.0-0.9.10",
"napi": false,
"prebuild_install": true,
"prebuilds_as_npm_packages": false,
Expand All @@ -84,21 +84,21 @@
]
},
"kerberos": {
"version": "32.2.2",
"version": "33.0.0-2.2.0",
"napi": true,
"prebuild_install": true,
"prebuilds_as_npm_packages": false,
"to_build": false
},
"keytar": {
"version": "32.8.2",
"version": "33.0.0-7.9.0",
"napi": true,
"prebuild_install": true,
"prebuilds_as_npm_packages": false,
"to_build": false
},
"krb5": {
"version": "32.0.2",
"version": "33.0.0-0.5.5",
"napi": true,
"prebuild_install": true,
"prebuilds_as_npm_packages": false,
Expand All @@ -117,7 +117,7 @@
}
},
"mongodb-client-encryption": {
"version": "32.2.2",
"version": "33.0.0-2.9.1",
"prebuild_install": true,
"napi": true,
"prebuilds_as_npm_packages": false,
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": "33.0.0",
"version": "33.0.1",
"description": "A virtual package referencing all of the Studio native modules for a specific Electron version",
"keywords": [
"hackolade",
Expand Down

0 comments on commit b6848e8

Please sign in to comment.