@quenty/contentproviderutils 7.0.0-canary.367.e9fdcbc.0 → 7.0.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,7 +3,87 @@
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
- # [7.0.0-canary.367.e9fdcbc.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/contentproviderutils@6.10.0...@quenty/contentproviderutils@7.0.0-canary.367.e9fdcbc.0) (2023-06-05)
6
+ # [7.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/contentproviderutils@6.20.0...@quenty/contentproviderutils@7.0.0) (2023-10-11)
7
+
8
+ **Note:** Version bump only for package @quenty/contentproviderutils
9
+
10
+
11
+
12
+
13
+
14
+ # [6.20.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/contentproviderutils@6.19.0...@quenty/contentproviderutils@6.20.0) (2023-09-21)
15
+
16
+ **Note:** Version bump only for package @quenty/contentproviderutils
17
+
18
+
19
+
20
+
21
+
22
+ # [6.19.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/contentproviderutils@6.18.0...@quenty/contentproviderutils@6.19.0) (2023-09-04)
23
+
24
+ **Note:** Version bump only for package @quenty/contentproviderutils
25
+
26
+
27
+
28
+
29
+
30
+ # [6.18.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/contentproviderutils@6.17.0...@quenty/contentproviderutils@6.18.0) (2023-08-23)
31
+
32
+ **Note:** Version bump only for package @quenty/contentproviderutils
33
+
34
+
35
+
36
+
37
+
38
+ # [6.17.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/contentproviderutils@6.16.0...@quenty/contentproviderutils@6.17.0) (2023-08-01)
39
+
40
+ **Note:** Version bump only for package @quenty/contentproviderutils
41
+
42
+
43
+
44
+
45
+
46
+ # [6.16.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/contentproviderutils@6.15.0...@quenty/contentproviderutils@6.16.0) (2023-07-28)
47
+
48
+ **Note:** Version bump only for package @quenty/contentproviderutils
49
+
50
+
51
+
52
+
53
+
54
+ # [6.15.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/contentproviderutils@6.14.0...@quenty/contentproviderutils@6.15.0) (2023-07-23)
55
+
56
+ **Note:** Version bump only for package @quenty/contentproviderutils
57
+
58
+
59
+
60
+
61
+
62
+ # [6.14.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/contentproviderutils@6.13.0...@quenty/contentproviderutils@6.14.0) (2023-07-15)
63
+
64
+ **Note:** Version bump only for package @quenty/contentproviderutils
65
+
66
+
67
+
68
+
69
+
70
+ # [6.13.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/contentproviderutils@6.12.0...@quenty/contentproviderutils@6.13.0) (2023-07-10)
71
+
72
+ **Note:** Version bump only for package @quenty/contentproviderutils
73
+
74
+
75
+
76
+
77
+
78
+ # [6.12.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/contentproviderutils@6.11.0...@quenty/contentproviderutils@6.12.0) (2023-06-17)
79
+
80
+ **Note:** Version bump only for package @quenty/contentproviderutils
81
+
82
+
83
+
84
+
85
+
86
+ # [6.11.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/contentproviderutils@6.10.0...@quenty/contentproviderutils@6.11.0) (2023-06-05)
7
87
 
8
88
  **Note:** Version bump only for package @quenty/contentproviderutils
9
89
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/contentproviderutils",
3
- "version": "7.0.0-canary.367.e9fdcbc.0",
3
+ "version": "7.0.0",
4
4
  "description": "Utility functions to ensure that content is preloaded (wrapping calls in promises)",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -27,17 +27,17 @@
27
27
  "Quenty"
28
28
  ],
29
29
  "dependencies": {
30
- "@quenty/baseobject": "6.2.1",
31
- "@quenty/instanceutils": "7.14.0",
32
- "@quenty/loader": "6.2.1",
33
- "@quenty/maid": "2.5.0",
34
- "@quenty/promise": "6.5.0",
35
- "@quenty/rx": "7.11.0",
36
- "@quenty/signal": "2.4.0",
37
- "@quenty/valueobject": "8.0.0-canary.367.e9fdcbc.0"
30
+ "@quenty/baseobject": "^7.0.0",
31
+ "@quenty/instanceutils": "^8.0.0",
32
+ "@quenty/loader": "^7.0.0",
33
+ "@quenty/maid": "^2.6.0",
34
+ "@quenty/promise": "^7.0.0",
35
+ "@quenty/rx": "^8.0.0",
36
+ "@quenty/signal": "^3.0.0",
37
+ "@quenty/valueobject": "^8.0.0"
38
38
  },
39
39
  "publishConfig": {
40
40
  "access": "public"
41
41
  },
42
- "gitHead": "e9fdcbc6ea1d46e068bf42a08b833099e9005259"
42
+ "gitHead": "fdeae46099587019ec5fc15317dc673aed379400"
43
43
  }
@@ -5,12 +5,12 @@
5
5
  local require = require(script.Parent.loader).load(script)
6
6
 
7
7
  local BaseObject = require("BaseObject")
8
- local Promise = require("Promise")
9
- local Signal = require("Signal")
10
- local Maid = require("Maid")
11
8
  local ContentProviderUtils = require("ContentProviderUtils")
12
- local RxInstanceUtils = require("RxInstanceUtils")
9
+ local Maid = require("Maid")
10
+ local Promise = require("Promise")
13
11
  local Rx = require("Rx")
12
+ local RxInstanceUtils = require("RxInstanceUtils")
13
+ local Signal = require("Signal")
14
14
  local ValueObject = require("ValueObject")
15
15
 
16
16
  local ImageLabelLoaded = setmetatable({}, BaseObject)