Skip to content

Commit

Permalink
Merge pull request #27 from techno-dwarf-works/feature/refactoring
Browse files Browse the repository at this point in the history
Version 0.1.13
  • Loading branch information
uurha authored Oct 6, 2024
2 parents 4e85cbf + ca3d5f5 commit 683e52d
Show file tree
Hide file tree
Showing 13 changed files with 51 additions and 35 deletions.
16 changes: 16 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[submodule "BetterCommons"]
path = Assets/BetterCommons
url = git@github.com:techno-dwarf-works/better-commons.git
branch = upm
[submodule "BetterInternalCore"]
path = Assets/BetterInternalCore
url = git@github.com:techno-dwarf-works/better-internal-core.git
branch = upm
[submodule "BetterServices"]
path = Assets/BetterServices
url = git@github.com:techno-dwarf-works/better-services.git
branch = upm
[submodule "BetterAttributes"]
path = Assets/BetterAttributes
url = git@github.com:techno-dwarf-works/better-attributes.git
branch = upm
1 change: 1 addition & 0 deletions Assets/BetterAttributes
Submodule BetterAttributes added at 6bd91b

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Assets/BetterCommons
Submodule BetterCommons added at 2a0f16
8 changes: 8 additions & 0 deletions Assets/BetterCommons.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Assets/BetterInternalCore
Submodule BetterInternalCore added at dd654e
8 changes: 8 additions & 0 deletions Assets/BetterInternalCore.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Assets/BetterLocators/Runtime/BetterLocators.Runtime.asmdef
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "BetterLocators.Runtime",
"rootNamespace": "Better.Locators.Runtime",
"references": [
"GUID:1c5574afb40e5fe4ca9e9c156009297b",
"GUID:8bd4b41f8da90144d9006c4d926c9679"
"GUID:8bd4b41f8da90144d9006c4d926c9679",
"GUID:1c5574afb40e5fe4ca9e9c156009297b"
],
"includePlatforms": [],
"excludePlatforms": [],
Expand All @@ -15,7 +15,7 @@
"versionDefines": [
{
"name": "com.tdw.better.services",
"expression": "0.1.1",
"expression": "0.1.4",
"define": "BETTER_SERVICES"
}
],
Expand Down
4 changes: 2 additions & 2 deletions Assets/BetterLocators/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "com.tdw.better.locators",
"displayName": "Better Locators",
"version": "0.1.12",
"version": "0.1.13",
"unity": "2021.3",
"description": " ",
"dependencies": {
"com.tdw.better.internal.core": "0.0.2",
"com.tdw.better.commons": "0.0.7"
"com.tdw.better.commons": "0.0.57"
},
"author": {
"name": "Better Plugins",
Expand Down
1 change: 1 addition & 0 deletions Assets/BetterServices
Submodule BetterServices added at c320a8
8 changes: 8 additions & 0 deletions Assets/BetterServices.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"dependencies": {
"com.tdw.better.commons": "0.0.14",
"com.tdw.better.internal.core": "0.0.2",
"com.tdw.better.services": "0.1.1",
"com.unity.collab-proxy": "2.0.1",
"com.unity.feature.development": "1.0.1",
"com.unity.ide.rider": "3.0.18",
Expand Down
27 changes: 1 addition & 26 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,5 @@
{
"dependencies": {
"com.tdw.better.commons": {
"version": "0.0.14",
"depth": 0,
"source": "registry",
"dependencies": {
"com.tdw.better.internal.core": "0.0.2"
},
"url": "https://package.openupm.com"
},
"com.tdw.better.internal.core": {
"version": "0.0.2",
"depth": 0,
"source": "registry",
"dependencies": {},
"url": "https://package.openupm.com"
},
"com.tdw.better.services": {
"version": "0.1.1",
"depth": 0,
"source": "registry",
"dependencies": {
"com.tdw.better.internal.core": "0.0.2"
},
"url": "https://package.openupm.com"
},
"com.unity.collab-proxy": {
"version": "2.0.1",
"depth": 0,
Expand Down Expand Up @@ -134,9 +109,9 @@
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.modules.audio": "1.0.0",
"com.unity.modules.director": "1.0.0",
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.audio": "1.0.0",
"com.unity.modules.particlesystem": "1.0.0"
},
"url": "https://packages.unity.com"
Expand Down

0 comments on commit 683e52d

Please sign in to comment.