@quenty/brio 5.2.0 → 5.2.1-canary.261.5628274.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 CHANGED
@@ -3,6 +3,14 @@
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
+ ## [5.2.1-canary.261.5628274.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/brio@5.2.0...@quenty/brio@5.2.1-canary.261.5628274.0) (2022-05-21)
7
+
8
+ **Note:** Version bump only for package @quenty/brio
9
+
10
+
11
+
12
+
13
+
6
14
  # [5.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/brio@5.1.0...@quenty/brio@5.2.0) (2022-03-27)
7
15
 
8
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/brio",
3
- "version": "5.2.0",
3
+ "version": "5.2.1-canary.261.5628274.0",
4
4
  "description": "Brios wrap an object and either are alive or dead",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -26,12 +26,12 @@
26
26
  "Quenty"
27
27
  ],
28
28
  "dependencies": {
29
- "@quenty/loader": "^4.1.0",
30
- "@quenty/maid": "^2.3.0",
31
- "@quenty/rx": "^4.2.0"
29
+ "@quenty/loader": "4.1.1-canary.261.5628274.0",
30
+ "@quenty/maid": "2.3.0",
31
+ "@quenty/rx": "4.2.1-canary.261.5628274.0"
32
32
  },
33
33
  "publishConfig": {
34
34
  "access": "public"
35
35
  },
36
- "gitHead": "501844bd6c3d3f765fd3032b997d8030bc963a1f"
36
+ "gitHead": "5628274461f4fa0135e63b62e99fcd508d4c94f9"
37
37
  }
@@ -591,7 +591,7 @@ end
591
591
 
592
592
  @since 3.6.0
593
593
  @param project (value: TBrio) -> TProject | Brio<TProject>
594
- @return (brio<TBrio>) -> Brio<TProject>
594
+ @return (Brio<TBrio>) -> Brio<TProject>
595
595
  ]=]
596
596
  function RxBrioUtils.mapBrioBrio(project)
597
597
  assert(type(project) == "function", "Bad project")