@langpkg/mcs_gen 0.0.8 → 0.1.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/README.md CHANGED
@@ -11,7 +11,7 @@
11
11
  <p align="center" style="font-style:italic; color:gray;">
12
12
  ----------------<br>
13
13
  </p>
14
- <img data="version" src="https://img.shields.io/badge/v-0.0.8-black"/>
14
+ <img data="version" src="https://img.shields.io/badge/v-0.1.0-black"/>
15
15
  <a href="https://github.com/langpkg/pkg"><img src="https://img.shields.io/badge/part of-langpkg/pkg-black"/></a>
16
16
  <br>
17
17
  <img src="https://img.shields.io/badge/coverage-~%25-brightgreen" alt="Test Coverage" />
package/dist/index.cjs CHANGED
@@ -60,6 +60,8 @@ yarn.lock
60
60
  pnpm-lock.yaml
61
61
  bun.lockb
62
62
 
63
+ bun.lock
64
+
63
65
  # Build outputs
64
66
  dist/
65
67
  build/
package/dist/index.js CHANGED
@@ -60,6 +60,8 @@ yarn.lock
60
60
  pnpm-lock.yaml
61
61
  bun.lockb
62
62
 
63
+ bun.lock
64
+
63
65
  # Build outputs
64
66
  dist/
65
67
  build/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@langpkg/mcs_gen",
3
- "version": "0.0.8",
3
+ "version": "0.1.0",
4
4
  "description": "maysara code style generator",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "scripts": {},
28
28
  "dependencies": {
29
- "@langpkg/mcs_fmt": "^0.0.7",
29
+ "@langpkg/mcs_fmt": "^0.1.0",
30
30
  "glob": "^13.0.6"
31
31
  },
32
32
  "devDependencies": {