@sapphire/stopwatch 1.2.0 → 1.2.1-next.3b369501.0
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/dist/index.mjs +4 -0
- package/package.json +4 -5
package/dist/index.mjs
ADDED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sapphire/stopwatch",
|
|
3
|
-
"version": "1.2.0",
|
|
3
|
+
"version": "1.2.1-next.3b369501.0",
|
|
4
4
|
"description": "Accurately measure passing time.",
|
|
5
5
|
"author": "@sapphire",
|
|
6
6
|
"license": "MIT",
|
|
@@ -17,13 +17,12 @@
|
|
|
17
17
|
"scripts": {
|
|
18
18
|
"test": "jest",
|
|
19
19
|
"lint": "eslint src tests --ext ts --fix -c ../../.eslintrc",
|
|
20
|
-
"build": "tsc -b src",
|
|
21
|
-
"postbuild": "gen-esm-wrapper dist/index.js dist/index.mjs",
|
|
20
|
+
"build": "tsc -b src && gen-esm-wrapper dist/index.js dist/index.mjs",
|
|
22
21
|
"start": "yarn build -w",
|
|
23
22
|
"prepublishOnly": "yarn build"
|
|
24
23
|
},
|
|
25
24
|
"dependencies": {
|
|
26
|
-
"tslib": "2.
|
|
25
|
+
"tslib": "^2.3.1"
|
|
27
26
|
},
|
|
28
27
|
"repository": {
|
|
29
28
|
"type": "git",
|
|
@@ -54,5 +53,5 @@
|
|
|
54
53
|
"publishConfig": {
|
|
55
54
|
"access": "public"
|
|
56
55
|
},
|
|
57
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "3b369501af1401d30a8a0cbb03546998271c7ca8"
|
|
58
57
|
}
|