chore(editor): bump version to 1.0.1
This commit is contained in:
committed by
github-actions[bot]
parent
14dc911e0a
commit
f8539d7958
2
package-lock.json
generated
2
package-lock.json
generated
@@ -17664,7 +17664,7 @@
|
|||||||
},
|
},
|
||||||
"packages/editor-app": {
|
"packages/editor-app": {
|
||||||
"name": "@esengine/editor-app",
|
"name": "@esengine/editor-app",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@esengine/ecs-framework": "file:../core",
|
"@esengine/ecs-framework": "file:../core",
|
||||||
"@esengine/editor-core": "file:../editor-core",
|
"@esengine/editor-core": "file:../editor-core",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@esengine/editor-app",
|
"name": "@esengine/editor-app",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"description": "ECS Framework Editor Application - Cross-platform desktop editor",
|
"description": "ECS Framework Editor Application - Cross-platform desktop editor",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"productName": "ECS Framework Editor",
|
"productName": "ECS Framework Editor",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"identifier": "com.esengine.editor",
|
"identifier": "com.esengine.editor",
|
||||||
"build": {
|
"build": {
|
||||||
"beforeDevCommand": "npm run dev",
|
"beforeDevCommand": "npm run dev",
|
||||||
@@ -53,13 +53,17 @@
|
|||||||
"assetProtocol": {
|
"assetProtocol": {
|
||||||
"enable": true,
|
"enable": true,
|
||||||
"scope": {
|
"scope": {
|
||||||
"allow": ["**"]
|
"allow": [
|
||||||
|
"**"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"capabilities": [
|
"capabilities": [
|
||||||
{
|
{
|
||||||
"identifier": "main",
|
"identifier": "main",
|
||||||
"windows": ["main"],
|
"windows": [
|
||||||
|
"main"
|
||||||
|
],
|
||||||
"permissions": [
|
"permissions": [
|
||||||
"core:default",
|
"core:default",
|
||||||
"shell:default",
|
"shell:default",
|
||||||
|
|||||||
Reference in New Issue
Block a user