Prepare for release

This commit is contained in:
Simon Edwards 2023-02-16 18:54:11 +01:00
parent 9129cdef0d
commit 2561fd92f9
2 changed files with 11 additions and 11 deletions

18
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@nodegui/nodegui",
"version": "0.58.0-rc4",
"version": "0.58.0",
"description": "A cross-platform library to build native desktop apps.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
@ -34,7 +34,7 @@
"engineStrict": false,
"dependencies": {
"@nodegui/artifact-installer": "^1.1.0",
"@nodegui/qode": "^18.12.1-rc1",
"@nodegui/qode": "^18.12.1",
"cmake-js": "^6.2.1",
"cross-env": "^7.0.3",
"cuid": "^2.1.8",