@instructure/uid
Advanced tools
Comparing version 10.8.1-snapshot-0 to 10.8.1-snapshot-2
@@ -6,3 +6,3 @@ # Change Log | ||
## [10.8.1-snapshot-0](https://github.com/instructure/instructure-ui/compare/v10.8.0...v10.8.1-snapshot-0) (2024-12-10) | ||
## [10.8.1-snapshot-2](https://github.com/instructure/instructure-ui/compare/v10.8.0...v10.8.1-snapshot-2) (2024-12-11) | ||
@@ -9,0 +9,0 @@ **Note:** Version bump only for package @instructure/uid |
@@ -35,7 +35,7 @@ /* | ||
const results = new Set(); | ||
for (let x = 0; x < 5000; x++) { | ||
const id = uid('', 7); | ||
for (let x = 0; x < 500; x++) { | ||
const id = uid('', 17); | ||
results.add(id); | ||
} | ||
expect(results.size).toBe(5000); | ||
expect(results.size).toBe(500); | ||
}); | ||
@@ -42,0 +42,0 @@ it('adds a prefix', () => { |
@@ -38,7 +38,7 @@ "use strict"; | ||
const results = new Set(); | ||
for (let x = 0; x < 5000; x++) { | ||
const id = (0, _uid.uid)('', 7); | ||
for (let x = 0; x < 500; x++) { | ||
const id = (0, _uid.uid)('', 17); | ||
results.add(id); | ||
} | ||
expect(results.size).toBe(5000); | ||
expect(results.size).toBe(500); | ||
}); | ||
@@ -45,0 +45,0 @@ it('adds a prefix', () => { |
{ | ||
"name": "@instructure/uid", | ||
"version": "10.8.1-snapshot-0", | ||
"version": "10.8.1-snapshot-2", | ||
"description": "A unique (CSS-safe) id generator made by Instructure Inc.", | ||
@@ -25,8 +25,8 @@ "author": "Instructure, Inc. Engineering and Product Design", | ||
"devDependencies": { | ||
"@instructure/ui-babel-preset": "10.8.1-snapshot-0", | ||
"@testing-library/jest-dom": "^6.4.6", | ||
"vitest": "^2.1.1" | ||
"@instructure/ui-babel-preset": "10.8.1-snapshot-2", | ||
"@testing-library/jest-dom": "^6.6.3", | ||
"vitest": "^2.1.8" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.25.6" | ||
"@babel/runtime": "^7.26.0" | ||
}, | ||
@@ -33,0 +33,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
139014
Updated@babel/runtime@^7.26.0