@rbxts/phantom
Advanced tools
Comparing version 0.5.0 to 0.6.0
{ | ||
"name": "@rbxts/phantom", | ||
"description": "Data manipulation library for Roblox", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "build:bench": "rojo sourcemap benchmarks.project.json --output sourcemap.json", |
@@ -9,2 +9,3 @@ import { compare, compareArray, compareTable } from "./compare"; | ||
import keys from "./keys"; | ||
import merge from "./merge"; | ||
import safeFreeze from "./safeFreeze"; | ||
@@ -34,2 +35,3 @@ import size from "./size"; | ||
keys, | ||
merge, | ||
safeFreeze, | ||
@@ -36,0 +38,0 @@ size, |
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
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
98610
215
1353