@micro-lc/preview 0.5.1-rc1 → 0.5.1
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +2 -0
- package/package.json +2 -3
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@micro-lc/preview",
|
3
|
-
"version": "0.5.1
|
3
|
+
"version": "0.5.1",
|
4
4
|
"module": "./dist/index.js",
|
5
5
|
"types": "./dist/index.d.ts",
|
6
6
|
"files": [
|
@@ -38,6 +38,5 @@
|
|
38
38
|
},
|
39
39
|
"engines": {
|
40
40
|
"node": ">=v16.20.1"
|
41
|
-
}
|
42
|
-
"stableVersion": "0.5.0"
|
41
|
+
}
|
43
42
|
}
|