@living-architecture/riviere-cli 0.7.26 → 0.7.28
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/bin.js +9 -0
- package/dist/index.js +9 -0
- package/package.json +6 -6
package/dist/bin.js
CHANGED
|
@@ -27868,6 +27868,15 @@ function requireRule(rule, ruleName, moduleName) {
|
|
|
27868
27868
|
return rule;
|
|
27869
27869
|
}
|
|
27870
27870
|
|
|
27871
|
+
// ../riviere-extract-ts/dist/extraction-rules/literal-detection.js
|
|
27872
|
+
import { SyntaxKind } from "ts-morph";
|
|
27873
|
+
|
|
27874
|
+
// ../riviere-extract-ts/dist/extraction-rules/evaluate-extraction-rule-generic.js
|
|
27875
|
+
import { SyntaxKind as SyntaxKind2 } from "ts-morph";
|
|
27876
|
+
|
|
27877
|
+
// ../riviere-extract-ts/dist/extraction-rules/evaluate-extraction-rule.js
|
|
27878
|
+
import { SyntaxKind as SyntaxKind3 } from "ts-morph";
|
|
27879
|
+
|
|
27871
27880
|
// src/commands/extract/config-loader.ts
|
|
27872
27881
|
import {
|
|
27873
27882
|
dirname as dirname3,
|
package/dist/index.js
CHANGED
|
@@ -27885,6 +27885,15 @@ function requireRule(rule, ruleName, moduleName) {
|
|
|
27885
27885
|
return rule;
|
|
27886
27886
|
}
|
|
27887
27887
|
|
|
27888
|
+
// ../riviere-extract-ts/dist/extraction-rules/literal-detection.js
|
|
27889
|
+
import { SyntaxKind } from "ts-morph";
|
|
27890
|
+
|
|
27891
|
+
// ../riviere-extract-ts/dist/extraction-rules/evaluate-extraction-rule-generic.js
|
|
27892
|
+
import { SyntaxKind as SyntaxKind2 } from "ts-morph";
|
|
27893
|
+
|
|
27894
|
+
// ../riviere-extract-ts/dist/extraction-rules/evaluate-extraction-rule.js
|
|
27895
|
+
import { SyntaxKind as SyntaxKind3 } from "ts-morph";
|
|
27896
|
+
|
|
27888
27897
|
// src/commands/extract/config-loader.ts
|
|
27889
27898
|
import {
|
|
27890
27899
|
dirname as dirname3,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@living-architecture/riviere-cli",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.28",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -32,10 +32,10 @@
|
|
|
32
32
|
"glob": "^11.0.2",
|
|
33
33
|
"ts-morph": "^24.0.0",
|
|
34
34
|
"yaml": "^2.7.0",
|
|
35
|
-
"@living-architecture/riviere-builder": "0.5.
|
|
36
|
-
"@living-architecture/riviere-
|
|
37
|
-
"@living-architecture/riviere-extract-ts": "0.1.
|
|
38
|
-
"@living-architecture/riviere-
|
|
39
|
-
"@living-architecture/riviere-
|
|
35
|
+
"@living-architecture/riviere-builder": "0.5.26",
|
|
36
|
+
"@living-architecture/riviere-query": "0.4.26",
|
|
37
|
+
"@living-architecture/riviere-extract-ts": "0.1.30",
|
|
38
|
+
"@living-architecture/riviere-schema": "0.4.26",
|
|
39
|
+
"@living-architecture/riviere-extract-config": "0.3.7"
|
|
40
40
|
}
|
|
41
41
|
}
|