@nymphjs/guid 1.0.0-beta.61 → 1.0.0-beta.63

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,20 @@
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.63](https://github.com/sciactive/nymphjs/compare/v1.0.0-beta.62...v1.0.0-beta.63) (2024-06-18)
7
+
8
+ ### Bug Fixes
9
+
10
+ - undo ts compilation to module change ([84be6d4](https://github.com/sciactive/nymphjs/commit/84be6d434be29f8afd53907d15be2eb77d1736ce))
11
+
12
+ ### Features
13
+
14
+ - export data iterator ([b86aa19](https://github.com/sciactive/nymphjs/commit/b86aa19fc77d744b5a683046dfb697fc4746df5c))
15
+
16
+ # [1.0.0-beta.62](https://github.com/sciactive/nymphjs/compare/v1.0.0-beta.61...v1.0.0-beta.62) (2024-06-15)
17
+
18
+ **Note:** Version bump only for package @nymphjs/guid
19
+
6
20
  # [1.0.0-beta.61](https://github.com/sciactive/nymphjs/compare/v1.0.0-beta.60...v1.0.0-beta.61) (2024-06-14)
7
21
 
8
22
  **Note:** Version bump only for package @nymphjs/guid
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nymphjs/guid",
3
- "version": "1.0.0-beta.61",
3
+ "version": "1.0.0-beta.63",
4
4
  "description": "Nymph.js - GUID and Unique Code Generators",
5
5
  "type": "commonjs",
6
6
  "main": "dist/index.js",
@@ -50,5 +50,5 @@
50
50
  "tslib": "^2.6.2",
51
51
  "typescript": "^5.3.3"
52
52
  },
53
- "gitHead": "109543e980a0c3401cdc543b4e595ac53d886d7c"
53
+ "gitHead": "f0cbd3ad3a0d429730a8f74132c587598a7498e2"
54
54
  }
package/tsconfig.json CHANGED
@@ -2,8 +2,8 @@
2
2
  "extends": "@tsconfig/recommended/tsconfig.json",
3
3
 
4
4
  "compilerOptions": {
5
- "lib": ["ES2021"],
6
- "target": "ES2021",
5
+ "lib": ["ES2023"],
6
+ "target": "ES2022",
7
7
  "noImplicitAny": true,
8
8
  "removeComments": false,
9
9
  "sourceMap": true,