@stryke/unique-id 0.2.0 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -81,7 +81,7 @@ export declare const DEFAULT_EPOCH: number;
81
81
  * @param options - The options to use when generating the snowflake
82
82
  * @returns A snowflake
83
83
  */
84
- export declare function snowflake({ shardId, epoch, timestamp, }: ISnowflakeGeneratorOptions): string;
84
+ export declare function snowflake({ shardId, epoch, timestamp }: ISnowflakeGeneratorOptions): string;
85
85
  /**
86
86
  * Deconstruct a snowflake to its values using the `epoch`.
87
87
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stryke/unique-id",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "type": "module",
5
5
  "description": "A package containing various helper functions to generate unique identifier strings",
6
6
  "repository": {
@@ -10,7 +10,7 @@
10
10
  },
11
11
  "private": false,
12
12
  "publishConfig": { "access": "public" },
13
- "dependencies": { "@stryke/hash": ">=0.3.0" },
13
+ "dependencies": { "@stryke/hash": ">=0.8.1" },
14
14
  "devDependencies": {},
15
15
  "sideEffects": false,
16
16
  "files": ["dist/**/*"],
@@ -24,7 +24,6 @@
24
24
  "stryke",
25
25
  "typescript",
26
26
  "utilities",
27
- "storm-stack",
28
27
  "storm-software",
29
28
  "storm",
30
29
  "storm-ops",