@quenty/clienttranslator 4.3.0 → 4.3.1-canary.235.cd27669.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,17 @@
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
+ ## [4.3.1-canary.235.cd27669.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/clienttranslator@4.3.0...@quenty/clienttranslator@4.3.1-canary.235.cd27669.0) (2021-12-18)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * use task.delay() instead of delay() ([899db74](https://github.com/Quenty/NevermoreEngine/commit/899db7401c30825f32cb3583777c8a2d9fb5a4df))
12
+
13
+
14
+
15
+
16
+
6
17
  # [4.3.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/clienttranslator@4.2.0...@quenty/clienttranslator@4.3.0) (2021-12-09)
7
18
 
8
19
 
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2014 Quenty
3
+ Copyright (c) 2014-2021 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/clienttranslator",
3
- "version": "4.3.0",
3
+ "version": "4.3.1-canary.235.cd27669.0",
4
4
  "description": "Gets local translator for player",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -25,12 +25,12 @@
25
25
  "Quenty"
26
26
  ],
27
27
  "dependencies": {
28
- "@quenty/loader": "^3.1.1",
29
- "@quenty/promise": "^3.2.0",
30
- "@quenty/pseudolocalize": "^2.0.0"
28
+ "@quenty/loader": "3.1.1",
29
+ "@quenty/promise": "3.2.1-canary.235.cd27669.0",
30
+ "@quenty/pseudolocalize": "2.0.0"
31
31
  },
32
32
  "publishConfig": {
33
33
  "access": "public"
34
34
  },
35
- "gitHead": "adc1a4962fffcccc7f55411ebed6c9306d86dac6"
35
+ "gitHead": "cd276691d3ea5d0b5654f80a49c50da5c810c83b"
36
36
  }
@@ -39,7 +39,7 @@ function LocalizationServiceUtils.promiseTranslator(player)
39
39
  timeout = 0.5
40
40
  end
41
41
 
42
- delay(timeout, function()
42
+ task.delay(timeout, function()
43
43
  if not asyncTranslatorPromise:IsPending() then
44
44
  return
45
45
  end