rslog 1.2.0-beta.0 → 1.2.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.d.ts +1 -1
- package/package.json +11 -12
package/dist/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rslog",
|
|
3
|
-
"version": "1.2.0
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"types": "./dist/index.d.ts",
|
|
5
5
|
"main": "./dist/index.cjs",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -14,17 +14,6 @@
|
|
|
14
14
|
"files": [
|
|
15
15
|
"dist"
|
|
16
16
|
],
|
|
17
|
-
"scripts": {
|
|
18
|
-
"prepare": "modern build",
|
|
19
|
-
"preview": "bun run ./preview.ts",
|
|
20
|
-
"dev": "modern dev",
|
|
21
|
-
"build": "modern build",
|
|
22
|
-
"build:watch": "modern build -w",
|
|
23
|
-
"reset": "rimraf ./**/node_modules",
|
|
24
|
-
"new": "modern new",
|
|
25
|
-
"upgrade": "modern upgrade",
|
|
26
|
-
"test": "modern test"
|
|
27
|
-
},
|
|
28
17
|
"engines": {
|
|
29
18
|
"node": ">=14.17.6"
|
|
30
19
|
},
|
|
@@ -47,5 +36,15 @@
|
|
|
47
36
|
"publishConfig": {
|
|
48
37
|
"access": "public",
|
|
49
38
|
"registry": "https://registry.npmjs.org/"
|
|
39
|
+
},
|
|
40
|
+
"scripts": {
|
|
41
|
+
"preview": "bun run ./preview.ts",
|
|
42
|
+
"dev": "modern dev",
|
|
43
|
+
"build": "modern build",
|
|
44
|
+
"build:watch": "modern build -w",
|
|
45
|
+
"reset": "rimraf ./**/node_modules",
|
|
46
|
+
"new": "modern new",
|
|
47
|
+
"upgrade": "modern upgrade",
|
|
48
|
+
"test": "modern test"
|
|
50
49
|
}
|
|
51
50
|
}
|