@thi.ng/ksuid
Advanced tools
Comparing version 3.2.14 to 3.2.16
@@ -10,2 +10,10 @@ import { BASE62 } from "@thi.ng/base-n/62"; | ||
export class AKSUID { | ||
epochSize; | ||
size; | ||
encodedSize; | ||
base; | ||
epoch; | ||
tmp; | ||
rnd; | ||
pad; | ||
constructor(epochSize, opts) { | ||
@@ -12,0 +20,0 @@ this.epochSize = epochSize; |
# Change Log | ||
- **Last updated**: 2023-10-23T07:37:37Z | ||
- **Last updated**: 2023-11-09T10:28:19Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -12,2 +12,8 @@ | ||
### [3.2.15](https://github.com/thi-ng/umbrella/tree/@thi.ng/ksuid@3.2.15) (2023-11-09) | ||
#### ♻️ Refactoring | ||
- update all tests (packages A-S) ([e3085e4](https://github.com/thi-ng/umbrella/commit/e3085e4)) | ||
## [3.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/ksuid@3.2.0) (2023-08-12) | ||
@@ -14,0 +20,0 @@ |
{ | ||
"name": "@thi.ng/ksuid", | ||
"version": "3.2.14", | ||
"version": "3.2.16", | ||
"description": "Configurable K-sortable unique IDs, ULIDs, binary & base-N encoded, 32/48/64bit time resolutions", | ||
@@ -33,19 +33,18 @@ "type": "module", | ||
"doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose", | ||
"doc:readme": "yarn doc:stats && tools:readme", | ||
"doc:stats": "tools:module-stats", | ||
"doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts", | ||
"pub": "yarn npm publish --access public", | ||
"test": "testament test" | ||
"test": "bun test" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/base-n": "^2.5.14", | ||
"@thi.ng/errors": "^2.4.0", | ||
"@thi.ng/random": "^3.6.12", | ||
"@thi.ng/strings": "^3.6.4" | ||
"@thi.ng/base-n": "^2.5.16", | ||
"@thi.ng/errors": "^2.4.2", | ||
"@thi.ng/random": "^3.6.14", | ||
"@thi.ng/strings": "^3.6.6" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.38.0", | ||
"@thi.ng/testament": "^0.3.24", | ||
"@microsoft/api-extractor": "^7.38.2", | ||
"@thi.ng/testament": "^0.4.1", | ||
"rimraf": "^5.0.5", | ||
"tools": "^0.0.1", | ||
"typedoc": "^0.25.2", | ||
"typedoc": "^0.25.3", | ||
"typescript": "^5.2.2" | ||
@@ -118,3 +117,3 @@ }, | ||
}, | ||
"gitHead": "336bd1bf95825b3c318a3ab49c54451c94aaa883\n" | ||
"gitHead": "669a3151e4302480244fe3e60eff5e732ea5b7a7\n" | ||
} |
@@ -115,3 +115,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
Package sizes (brotli'd, pre-treeshake): ESM: 888 bytes | ||
Package sizes (brotli'd, pre-treeshake): ESM: 1000 bytes | ||
@@ -118,0 +118,0 @@ ## Dependencies |
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
41424
403
Updated@thi.ng/base-n@^2.5.16
Updated@thi.ng/errors@^2.4.2
Updated@thi.ng/random@^3.6.14
Updated@thi.ng/strings@^3.6.6