@rbxts/phantom
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "@rbxts/phantom", | ||
"description": "Immutable data library for Luau.", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"main": "src/init.luau", | ||
@@ -25,10 +25,10 @@ "typings": "src/index.d.ts", | ||
}, | ||
"devDependencies": { | ||
"@biomejs/biome": "1.8.2", | ||
"dependencies": { | ||
"@rbxts/compiler-types": "^2.3.0-types.1", | ||
"@rbxts/types": "^1.0.771" | ||
"@rbxts/types": "1.0.787" | ||
}, | ||
"scripts": { | ||
"serve": "rojo serve" | ||
"serve": "rojo serve", | ||
"fmt": "bunx @biomejs/biome check --write" | ||
} | ||
} |
@@ -166,7 +166,3 @@ export = PhantomDictionary; | ||
// Aliases | ||
export { | ||
merge as join, | ||
mergeDeep as joinDeep, | ||
merge as assign, | ||
}; | ||
export { merge as join, mergeDeep as joinDeep, merge as assign }; | ||
} |
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
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
0
94956
2
368
+ Added@rbxts/types@1.0.787
+ Added@rbxts/compiler-types@2.3.0-types.2(transitive)
+ Added@rbxts/types@1.0.787(transitive)