@viberails/scanner 0.2.3 → 0.3.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.cjs CHANGED
@@ -991,7 +991,7 @@ async function scan(projectPath, _options) {
991
991
  }
992
992
 
993
993
  // src/index.ts
994
- var VERSION = "0.2.3";
994
+ var VERSION = "0.3.0";
995
995
  // Annotate the CommonJS export names for ESM import in node:
996
996
  0 && (module.exports = {
997
997
  VERSION,
package/dist/index.js CHANGED
@@ -953,7 +953,7 @@ async function scan(projectPath, _options) {
953
953
  }
954
954
 
955
955
  // src/index.ts
956
- var VERSION = "0.2.3";
956
+ var VERSION = "0.3.0";
957
957
  export {
958
958
  VERSION,
959
959
  aggregateConventions,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viberails/scanner",
3
- "version": "0.2.3",
3
+ "version": "0.3.0",
4
4
  "description": "Project scanning for viberails",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -25,7 +25,7 @@
25
25
  "access": "public"
26
26
  },
27
27
  "dependencies": {
28
- "@viberails/types": "0.2.3"
28
+ "@viberails/types": "0.3.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/node": "^25.3.5"