Comparing version 2.12.2 to 2.13.0-beta.0
@@ -105,3 +105,3 @@ // Based on https://www.lua.org/manual/5.0/manual.html#5.1 | ||
*/ | ||
declare function pairs<TKey, TValue>( | ||
declare function pairs<TKey extends AnyNotNil, TValue>( | ||
t: LuaTable<TKey, TValue> | ||
@@ -108,0 +108,0 @@ ): LuaIterable<LuaMultiReturn<[TKey, NonNullable<TValue>]>>; |
@@ -1,2 +0,2 @@ | ||
/// <reference types="typescript-to-lua/language-extensions" /> | ||
/// <reference types="@typescript-to-lua/language-extensions" /> | ||
@@ -3,0 +3,0 @@ /// <reference path="./coroutine.d.ts" /> |
@@ -1,2 +0,2 @@ | ||
/// <reference types="typescript-to-lua/language-extensions" /> | ||
/// <reference types="@typescript-to-lua/language-extensions" /> | ||
@@ -3,0 +3,0 @@ /// <reference path="./coroutine.d.ts" /> |
{ | ||
"name": "lua-types", | ||
"version": "2.12.2", | ||
"version": "2.13.0-beta.0", | ||
"description": "TypeScript definitions for Lua standard library", | ||
@@ -17,3 +17,4 @@ "keywords": [ | ||
"scripts": { | ||
"test": "jest", | ||
"test": "jest && npm run test:test-project", | ||
"test:test-project": "npm --prefix test/testproject ci && npm --prefix test/testproject run build", | ||
"lint": "prettier --check ." | ||
@@ -27,5 +28,2 @@ }, | ||
}, | ||
"peerDependencies": { | ||
"typescript-to-lua": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
@@ -38,4 +36,9 @@ "@types/jest": "^26.0.20", | ||
"ts-jest": "^26.5.3", | ||
"typescript-to-lua": "^1.0.1" | ||
"typescript": "4.7.3", | ||
"typescript-to-lua": "^1.9.0", | ||
"@typescript-to-lua/language-extensions": "^1.0.0" | ||
}, | ||
"peer-dependencies": { | ||
"@typescript-to-lua/language-extensions": "^1.0.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3613324
0
243
69412
9
1
2
1