@ttoss/ids 0.3.0 → 0.3.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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -25,14 +25,14 @@ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
25
25
  }), mod);
26
26
 
27
27
  // src/index.ts
28
- var src_exports = {};
29
- __export(src_exports, {
28
+ var index_exports = {};
29
+ __export(index_exports, {
30
30
  fromGlobalId: () => fromGlobalId,
31
31
  fromRecordId: () => fromRecordId,
32
32
  toGlobalId: () => toGlobalId,
33
33
  toRecordId: () => toRecordId
34
34
  });
35
- module.exports = __toCommonJS(src_exports);
35
+ module.exports = __toCommonJS(index_exports);
36
36
  var SEPARATOR = ":";
37
37
  var fromGlobalId = globalId => {
38
38
  const decodedGlobalId = Buffer.from(globalId, "base64").toString("utf8");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/ids",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "description": "A library to handle the different ids used in the ttoss ecosystem applications",
5
5
  "license": "MIT",
6
6
  "author": "ttoss",
@@ -27,7 +27,7 @@
27
27
  "devDependencies": {
28
28
  "jest": "^29.7.0",
29
29
  "tsup": "^8.3.5",
30
- "@ttoss/config": "^1.35.0"
30
+ "@ttoss/config": "^1.35.2"
31
31
  },
32
32
  "keywords": [
33
33
  "api",