@rbxts/humanoid-stat-manager 1.0.13 → 1.0.14

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/index.d.ts CHANGED
@@ -1 +1,2 @@
1
- export {};
1
+ import { HumanoidStatManager as dummy1 } from './client';
2
+ import { HumanoidStatManager as dummy2 } from './server';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rbxts/humanoid-stat-manager",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "description": "",
5
5
  "main": "out/server.lua",
6
6
  "scripts": {
package/out/init.luau DELETED
@@ -1,7 +0,0 @@
1
- -- Compiled with roblox-ts v3.0.0
2
- local TS = _G[script]
3
- local dummy1 = TS.import(script, script, "client").HumanoidStatManager
4
- local dummy2 = TS.import(script, script, "server").HumanoidStatManager
5
- local _ = dummy1
6
- local _1 = dummy2
7
- return nil