@rbxts/axis 0.2.4 → 0.2.5

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.
Files changed (2) hide show
  1. package/out/index.d.ts +1 -1
  2. package/package.json +39 -39
package/out/index.d.ts CHANGED
@@ -47,7 +47,7 @@ export function device(inputType?: Enum.UserInputType): DeviceType;
47
47
  *
48
48
  * @param inputs A array of `Input` to update,
49
49
  */
50
- export function update(inputs: Input<defined>[]): void;
50
+ export function update(inputs: Input<unknown>[]): void;
51
51
 
52
52
  /**
53
53
  * Creates a new input axis with the provided keymap
package/package.json CHANGED
@@ -1,41 +1,41 @@
1
1
  {
2
- "name": "@rbxts/axis",
3
- "version": "0.2.4",
4
- "description": "roblox-ts typings for NeonD00m/axis",
5
- "main": "out/init.lua",
6
- "scripts": {
7
- "build": "rbxtsc",
8
- "watch": "rbxtsc -w",
9
- "prepublishOnly": "npm run build"
10
- },
11
- "repository": {
12
- "type": "git",
13
- "url": "git+https://github.com/teakzc/axis-types.git"
14
- },
15
- "homepage": "https://neond00m.github.io/Axis/",
16
- "keywords": [],
17
- "author": "teakzc",
18
- "license": "MIT",
19
- "type": "commonjs",
20
- "types": "out/index.d.ts",
21
- "files": [
22
- "out",
23
- "!**/*.tsbuildinfo"
24
- ],
25
- "publishConfig": {
26
- "access": "public"
27
- },
28
- "devDependencies": {
29
- "@rbxts/compiler-types": "^3.0.0-types.0",
30
- "@rbxts/types": "^1.0.906",
31
- "@typescript-eslint/eslint-plugin": "^8.55.0",
32
- "@typescript-eslint/parser": "^8.55.0",
33
- "eslint": "^9.39.2",
34
- "eslint-config-prettier": "^10.1.8",
35
- "eslint-plugin-prettier": "^5.5.5",
36
- "eslint-plugin-roblox-ts": "^1.3.1",
37
- "prettier": "^3.8.1",
38
- "roblox-ts": "^3.0.0",
39
- "typescript": "^5.9.3"
40
- }
2
+ "name": "@rbxts/axis",
3
+ "version": "0.2.5",
4
+ "description": "roblox-ts typings for NeonD00m/axis",
5
+ "main": "out/init.lua",
6
+ "scripts": {
7
+ "build": "rbxtsc",
8
+ "watch": "rbxtsc -w",
9
+ "prepublishOnly": "npm run build"
10
+ },
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "git+https://github.com/teakzc/axis-types.git"
14
+ },
15
+ "homepage": "https://neond00m.github.io/Axis/",
16
+ "keywords": [],
17
+ "author": "teakzc",
18
+ "license": "MIT",
19
+ "type": "commonjs",
20
+ "types": "out/index.d.ts",
21
+ "files": [
22
+ "out",
23
+ "!**/*.tsbuildinfo"
24
+ ],
25
+ "publishConfig": {
26
+ "access": "public"
27
+ },
28
+ "devDependencies": {
29
+ "@rbxts/compiler-types": "^3.0.0-types.0",
30
+ "@rbxts/types": "^1.0.906",
31
+ "@typescript-eslint/eslint-plugin": "^8.55.0",
32
+ "@typescript-eslint/parser": "^8.55.0",
33
+ "eslint": "^9.39.2",
34
+ "eslint-config-prettier": "^10.1.8",
35
+ "eslint-plugin-prettier": "^5.5.5",
36
+ "eslint-plugin-roblox-ts": "^1.3.1",
37
+ "prettier": "^3.8.1",
38
+ "roblox-ts": "^3.0.0",
39
+ "typescript": "^5.9.3"
40
+ }
41
41
  }