Bump the version to 0.58.0-rc1

This commit is contained in:
Simon Edwards 2022-12-28 21:48:43 +01:00
parent d6ba15df55
commit 86fc6689fb
2 changed files with 12 additions and 11 deletions

18
package-lock.json generated
View File

@ -1,17 +1,17 @@
{ {
"name": "@nodegui/nodegui", "name": "@nodegui/nodegui",
"version": "0.57.3", "version": "0.58.0-rc1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@nodegui/nodegui", "name": "@nodegui/nodegui",
"version": "0.57.3", "version": "0.58.0-rc1",
"hasInstallScript": true, "hasInstallScript": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@nodegui/artifact-installer": "^1.1.0", "@nodegui/artifact-installer": "^1.1.0",
"@nodegui/qode": "^16.4.3", "@nodegui/qode": "^18.12.1-rc1",
"cmake-js": "^6.2.1", "cmake-js": "^6.2.1",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"cuid": "^2.1.8", "cuid": "^2.1.8",
@ -1134,9 +1134,9 @@
} }
}, },
"node_modules/@nodegui/qode": { "node_modules/@nodegui/qode": {
"version": "16.4.3", "version": "18.12.1-rc1",
"resolved": "https://registry.npmjs.org/@nodegui/qode/-/qode-16.4.3.tgz", "resolved": "https://registry.npmjs.org/@nodegui/qode/-/qode-18.12.1-rc1.tgz",
"integrity": "sha512-WllfJVXffr3Rn7BSfo5cubZ5hx4OnQ7iqY/kj+2jwqUepzlRFKCvn9/vAJ/VXmiB0GZGcaCGM0U3rZGADdU5mw==", "integrity": "sha512-Bb0CnZJIIOh+KMnoJiiYwBHOdEPL67bLj/3yKFwms0zCuAOzFl07KxMRKALoyoMKvzY/QzQv3/531nSirWyBfw==",
"hasInstallScript": true, "hasInstallScript": true,
"dependencies": { "dependencies": {
"env-paths": "^2.2.1", "env-paths": "^2.2.1",
@ -6833,9 +6833,9 @@
} }
}, },
"@nodegui/qode": { "@nodegui/qode": {
"version": "16.4.3", "version": "18.12.1-rc1",
"resolved": "https://registry.npmjs.org/@nodegui/qode/-/qode-16.4.3.tgz", "resolved": "https://registry.npmjs.org/@nodegui/qode/-/qode-18.12.1-rc1.tgz",
"integrity": "sha512-WllfJVXffr3Rn7BSfo5cubZ5hx4OnQ7iqY/kj+2jwqUepzlRFKCvn9/vAJ/VXmiB0GZGcaCGM0U3rZGADdU5mw==", "integrity": "sha512-Bb0CnZJIIOh+KMnoJiiYwBHOdEPL67bLj/3yKFwms0zCuAOzFl07KxMRKALoyoMKvzY/QzQv3/531nSirWyBfw==",
"requires": { "requires": {
"env-paths": "^2.2.1", "env-paths": "^2.2.1",
"make-dir": "^3.1.0", "make-dir": "^3.1.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "@nodegui/nodegui", "name": "@nodegui/nodegui",
"version": "0.57.3", "version": "0.58.0-rc1",
"description": "A cross-platform library to build native desktop apps.", "description": "A cross-platform library to build native desktop apps.",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
@ -15,6 +15,7 @@
}, },
"scripts": { "scripts": {
"dev": "npm run build && node ./scripts/qode.js dist/demo.js", "dev": "npm run build && node ./scripts/qode.js dist/demo.js",
"demo": "node ./scripts/qode.js dist/demo.js",
"build": "tsc && npm run build:addon", "build": "tsc && npm run build:addon",
"install": "npm run setupqt && (node ./scripts/skip.js || npm run setupbinary || npm run build:addon)", "install": "npm run setupqt && (node ./scripts/skip.js || npm run setupbinary || npm run build:addon)",
"setupqt": "node ./scripts/setupMiniQt.js", "setupqt": "node ./scripts/setupMiniQt.js",
@ -33,7 +34,7 @@
"engineStrict": false, "engineStrict": false,
"dependencies": { "dependencies": {
"@nodegui/artifact-installer": "^1.1.0", "@nodegui/artifact-installer": "^1.1.0",
"@nodegui/qode": "^16.4.3", "@nodegui/qode": "^18.12.1-rc1",
"cmake-js": "^6.2.1", "cmake-js": "^6.2.1",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"cuid": "^2.1.8", "cuid": "^2.1.8",