@quenty/spawning 1.1.0-canary.252.9753dcc.0 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -3,9 +3,24 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
# 1.1.0
|
|
6
|
+
# 1.1.0 (2022-03-10)
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
### Features
|
|
10
10
|
|
|
11
11
|
* Add spawning package for centralized performance tracked spawning ([dc21714](https://github.com/Quenty/NevermoreEngine/commit/dc21714f03bfe510670d65072dfcdbdb3392d3ce))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# v1.1.0 (Thu Mar 10 2022)
|
|
18
|
+
|
|
19
|
+
#### 🚀 Enhancement
|
|
20
|
+
|
|
21
|
+
- feat: Add elo package and a variety of other changes [#252](https://github.com/Quenty/NevermoreEngine/pull/252) ([@Quenty](https://github.com/Quenty))
|
|
22
|
+
- feat: Add spawning package for centralized performance tracked spawning ([@Quenty](https://github.com/Quenty))
|
|
23
|
+
|
|
24
|
+
#### Authors: 1
|
|
25
|
+
|
|
26
|
+
- James Onnen ([@Quenty](https://github.com/Quenty))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quenty/spawning",
|
|
3
|
-
"version": "1.1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "Centralized spawning system",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Roblox",
|
|
@@ -24,16 +24,16 @@
|
|
|
24
24
|
"Quenty"
|
|
25
25
|
],
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@quenty/binder": "5.1.0
|
|
28
|
-
"@quenty/cmdrservice": "4.1.0
|
|
29
|
-
"@quenty/loader": "4.0.0",
|
|
30
|
-
"@quenty/maid": "2.2.0
|
|
31
|
-
"@quenty/randomutils": "2.1.1",
|
|
32
|
-
"@quenty/servicebag": "4.1.0
|
|
27
|
+
"@quenty/binder": "^5.1.0",
|
|
28
|
+
"@quenty/cmdrservice": "^4.1.0",
|
|
29
|
+
"@quenty/loader": "^4.0.0",
|
|
30
|
+
"@quenty/maid": "^2.2.0",
|
|
31
|
+
"@quenty/randomutils": "^2.1.1",
|
|
32
|
+
"@quenty/servicebag": "^4.1.0",
|
|
33
33
|
"@quentystudios/t": "^1.2.5"
|
|
34
34
|
},
|
|
35
35
|
"publishConfig": {
|
|
36
36
|
"access": "public"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "0797de955876b050fb24875de0423453e268b2ce"
|
|
39
39
|
}
|