@rbxts/humanoid-stat-manager 1.0.8 → 1.0.10

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/out/client.luau CHANGED
@@ -54,6 +54,7 @@ local HumanoidStatManager = {}
54
54
  do
55
55
  local _container = HumanoidStatManager
56
56
  local function init()
57
+ -- This only exists to suggest/enforce initial requiring of the module.
57
58
  end
58
59
  _container.init = init
59
60
  local function addModifier(modifier)
package/out/index.d.ts CHANGED
@@ -1 +1,2 @@
1
- export {};
1
+ import { HumanoidStatManager as dummy1 } from "./client";
2
+ import { HumanoidStatManager as dummy2 } from "./server";
package/out/server.luau CHANGED
@@ -34,6 +34,7 @@ local HumanoidStatManager = {}
34
34
  do
35
35
  local _container = HumanoidStatManager
36
36
  local function init()
37
+ -- This only exists to suggest/enforce initial requiring of the module.
37
38
  end
38
39
  _container.init = init
39
40
  local function addModifier(char, modifier)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rbxts/humanoid-stat-manager",
3
- "version": "1.0.8",
3
+ "version": "1.0.10",
4
4
  "description": "",
5
5
  "main": "out/init.lua",
6
6
  "scripts": {
package/out/init.luau DELETED
@@ -1,2 +0,0 @@
1
- -- Compiled with roblox-ts v3.0.0
2
- return nil