@live-change/uid 0.7.39 → 0.8.1

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/index.js +1 -1
  2. package/package.json +3 -2
package/index.js CHANGED
@@ -101,7 +101,7 @@ function verifyUidSource(uid, source) {
101
101
  return at.slice(0, source.length) == source
102
102
  }
103
103
 
104
- module.exports = {
104
+ export {
105
105
  encodeDate,
106
106
  decodeDate,
107
107
  encodeNumber,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/uid",
3
- "version": "0.7.39",
3
+ "version": "0.8.1",
4
4
  "description": "Simple unique id generator with timestamp and source",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -15,10 +15,11 @@
15
15
  "name": "Michał Łaszczewski",
16
16
  "url": "https://www.viamage.com/"
17
17
  },
18
+ "type": "module",
18
19
  "license": "MIT",
19
20
  "bugs": {
20
21
  "url": "https://github.com/live-change/live-change-framework/issues"
21
22
  },
22
23
  "homepage": "https://github.com/live-change/live-change-framework",
23
- "gitHead": "9e9cd47f2fb1c3c82b20fdddbc5505c99e1e1c68"
24
+ "gitHead": "d26056b63edb7fecb98c6b9ee14eba859360f900"
24
25
  }