@nymphjs/guid 1.0.0-beta.86 → 1.0.0-beta.88

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [1.0.0-beta.88](https://github.com/sciactive/nymphjs/compare/v1.0.0-beta.87...v1.0.0-beta.88) (2025-01-30)
7
+
8
+ **Note:** Version bump only for package @nymphjs/guid
9
+
10
+ # [1.0.0-beta.87](https://github.com/sciactive/nymphjs/compare/v1.0.0-beta.86...v1.0.0-beta.87) (2025-01-20)
11
+
12
+ **Note:** Version bump only for package @nymphjs/guid
13
+
6
14
  # [1.0.0-beta.86](https://github.com/sciactive/nymphjs/compare/v1.0.0-beta.85...v1.0.0-beta.86) (2024-12-28)
7
15
 
8
16
  **Note:** Version bump only for package @nymphjs/guid
package/README.md CHANGED
@@ -45,7 +45,7 @@ const customId = customAlphabet('abc', 20)();
45
45
 
46
46
  # License
47
47
 
48
- Copyright 2021-2024 SciActive Inc
48
+ Copyright 2021-2025 SciActive Inc
49
49
 
50
50
  Licensed under the Apache License, Version 2.0 (the "License");
51
51
  you may not use this file except in compliance with the License.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nymphjs/guid",
3
- "version": "1.0.0-beta.86",
3
+ "version": "1.0.0-beta.88",
4
4
  "description": "Nymph.js - GUID and Unique Code Generators",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -49,5 +49,5 @@
49
49
  "tslib": "^2.8.1",
50
50
  "typescript": "^5.7.2"
51
51
  },
52
- "gitHead": "14a3b58c103192913b6e0a19ef6e91492019d234"
52
+ "gitHead": "056e2b49fde37bf9d93d6867a959ac31c8889c84"
53
53
  }