cabloy 5.1.87 → 5.1.88

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 5.1.88
4
+
5
+ ### Features
6
+
7
+ - Update functionality.
8
+
3
9
  ## 5.1.87
4
10
 
5
11
  ### Improvements
@@ -1,2 +1,3 @@
1
1
  allowBuilds:
2
2
  esbuild: true
3
+ micromark: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cabloy",
3
- "version": "5.1.87",
3
+ "version": "5.1.88",
4
4
  "gitHead": "2c5c19284bab738e492856189acb6fad74b8a7b7",
5
5
  "description": "A Node.js fullstack framework",
6
6
  "keywords": [
@@ -1,2 +1,3 @@
1
1
  allowBuilds:
2
+ micromark: true
2
3
  nx: true
@@ -48,6 +48,7 @@ allowBuilds:
48
48
  '@zhennann/ejs': true
49
49
  better-sqlite3: true
50
50
  esbuild: true
51
+ micromark: true
51
52
  msgpackr-extract: true
52
53
  vue-demi: true
53
54
 
@@ -55,4 +55,5 @@ allowBuilds:
55
55
  '@parcel/watcher': true
56
56
  '@zhennann/ejs': true
57
57
  esbuild: true
58
+ micromark: true
58
59
  vue-demi: true