@quenty/screenshothudservice 1.2.0 → 1.2.1-canary.ecd6ba2.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
+ ## [1.2.1-canary.ecd6ba2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/screenshothudservice@1.2.0...@quenty/screenshothudservice@1.2.1-canary.ecd6ba2.0) (2023-03-06)
7
+
8
+ **Note:** Version bump only for package @quenty/screenshothudservice
9
+
10
+
11
+
12
+
13
+
6
14
  # [1.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/screenshothudservice@1.1.0...@quenty/screenshothudservice@1.2.0) (2023-03-05)
7
15
 
8
16
  **Note:** Version bump only for package @quenty/screenshothudservice
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2014-2022 Quenty
3
+ Copyright (c) 2014-2023 James Onnen (Quenty)
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  Provides centralized API surface for screenshot hud API
16
16
 
17
- <div align="center"><a href="https://quenty.github.io/NevermoreEngine/api/ScreenshotHudServiceUtils">View docs →</a></div>
17
+ <div align="center"><a href="https://quenty.github.io/NevermoreEngine/api/ScreenshotHudServiceClient">View docs →</a></div>
18
18
 
19
19
  ## Installation
20
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/screenshothudservice",
3
- "version": "1.2.0",
3
+ "version": "1.2.1-canary.ecd6ba2.0",
4
4
  "description": "Provides centralized API surface for screenshot hud API",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -25,20 +25,20 @@
25
25
  "Quenty"
26
26
  ],
27
27
  "dependencies": {
28
- "@quenty/baseobject": "^6.2.0",
29
- "@quenty/brio": "^8.7.0",
30
- "@quenty/instanceutils": "^7.8.0",
31
- "@quenty/loader": "^6.2.0",
32
- "@quenty/maid": "^2.5.0",
33
- "@quenty/promise": "^6.3.0",
34
- "@quenty/rx": "^7.7.0",
35
- "@quenty/servicebag": "^6.6.0",
36
- "@quenty/signal": "^2.3.0",
37
- "@quenty/statestack": "^8.7.0",
38
- "@quenty/valueobject": "^7.7.0"
28
+ "@quenty/baseobject": "6.2.0",
29
+ "@quenty/brio": "8.7.0",
30
+ "@quenty/instanceutils": "7.8.0",
31
+ "@quenty/loader": "6.2.0",
32
+ "@quenty/maid": "2.5.0",
33
+ "@quenty/promise": "6.3.0",
34
+ "@quenty/rx": "7.7.0",
35
+ "@quenty/servicebag": "6.6.0",
36
+ "@quenty/signal": "2.3.0",
37
+ "@quenty/statestack": "8.7.0",
38
+ "@quenty/valueobject": "7.7.0"
39
39
  },
40
40
  "publishConfig": {
41
41
  "access": "public"
42
42
  },
43
- "gitHead": "e62b5eac2e5d9084ab9083f128452dd2d98b6f1a"
43
+ "gitHead": "ecd6ba2fb8ca04a715b9823119ec5685e4c6d179"
44
44
  }