@nymphjs/guid 1.0.0-beta.34 → 1.0.0-beta.36

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.36](https://github.com/sciactive/nymphjs/compare/v1.0.0-beta.35...v1.0.0-beta.36) (2023-07-09)
7
+
8
+ **Note:** Version bump only for package @nymphjs/guid
9
+
10
+ # [1.0.0-beta.35](https://github.com/sciactive/nymphjs/compare/v1.0.0-beta.34...v1.0.0-beta.35) (2023-06-14)
11
+
12
+ **Note:** Version bump only for package @nymphjs/guid
13
+
6
14
  # [1.0.0-beta.34](https://github.com/sciactive/nymphjs/compare/v1.0.0-beta.33...v1.0.0-beta.34) (2023-05-13)
7
15
 
8
16
  **Note:** Version bump only for package @nymphjs/guid
package/dist/index.js CHANGED
@@ -1268,6 +1268,7 @@ class InvalidZone extends Zone {
1268
1268
  * @private
1269
1269
  */
1270
1270
 
1271
+
1271
1272
  function normalizeZone(input, defaultZone) {
1272
1273
  if (isUndefined(input) || input === null) {
1273
1274
  return defaultZone;
@@ -1439,6 +1440,7 @@ class Settings {
1439
1440
  it up into, say, parsingUtil.js and basicUtil.js and so on. But they are divided up by feature area.
1440
1441
  */
1441
1442
 
1443
+
1442
1444
  /**
1443
1445
  * @private
1444
1446
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nymphjs/guid",
3
- "version": "1.0.0-beta.34",
3
+ "version": "1.0.0-beta.36",
4
4
  "description": "NymphJS - GUID and Unique Code Generators",
5
5
  "type": "commonjs",
6
6
  "main": "dist/index.js",
@@ -15,7 +15,7 @@
15
15
  "clean": "test -d dist && rm -r dist || true",
16
16
  "build": "rollup -c",
17
17
  "watch": "rollup -c --watch",
18
- "prepare": "npm run clean && npm run build",
18
+ "prepublish": "npm run clean && npm run build",
19
19
  "test": "NODE_OPTIONS=--experimental-vm-modules npx jest",
20
20
  "test:watch": "NODE_OPTIONS=--experimental-vm-modules npx jest --watch"
21
21
  },
@@ -32,11 +32,11 @@
32
32
  },
33
33
  "license": "Apache-2.0",
34
34
  "devDependencies": {
35
- "@rollup/plugin-commonjs": "^24.1.0",
36
- "@rollup/plugin-node-resolve": "^15.0.2",
37
- "@rollup/plugin-typescript": "^11.1.0",
35
+ "@rollup/plugin-commonjs": "^25.0.1",
36
+ "@rollup/plugin-node-resolve": "^15.1.0",
37
+ "@rollup/plugin-typescript": "^11.1.1",
38
38
  "@tsconfig/recommended": "^1.0.2",
39
- "@types/jest": "^29.5.1",
39
+ "@types/jest": "^29.5.2",
40
40
  "@types/luxon": "^3.3.0",
41
41
  "@types/nanoid-dictionary": "^4.2.0",
42
42
  "@types/sha1": "^1.1.3",
@@ -44,11 +44,11 @@
44
44
  "luxon": "^3.3.0",
45
45
  "nanoid": "^4.0.2",
46
46
  "nanoid-dictionary": "^4.3.0",
47
- "rollup": "^3.21.4",
47
+ "rollup": "^3.25.1",
48
48
  "sha1": "^1.1.1",
49
49
  "ts-jest": "^29.1.0",
50
- "tslib": "^2.5.0",
51
- "typescript": "^5.0.4"
50
+ "tslib": "^2.5.3",
51
+ "typescript": "^5.1.3"
52
52
  },
53
- "gitHead": "4282d53e627e2e2ac20b3a0836b14f158d6212fc"
53
+ "gitHead": "aa19375408b87a48b121d618c794d0a884e156ce"
54
54
  }