@virmator/compile 14.3.5 → 14.4.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/compile.d.ts +4 -4
- package/package.json +8 -8
package/dist/compile.d.ts
CHANGED
|
@@ -22,7 +22,7 @@ export declare const virmatorCompilePlugin: Readonly<Readonly<{
|
|
|
22
22
|
readonly web: true;
|
|
23
23
|
};
|
|
24
24
|
readonly packageType: {
|
|
25
|
-
readonly
|
|
25
|
+
readonly package: true;
|
|
26
26
|
};
|
|
27
27
|
readonly required: true;
|
|
28
28
|
};
|
|
@@ -59,7 +59,7 @@ export declare const virmatorCompilePlugin: Readonly<Readonly<{
|
|
|
59
59
|
readonly web: true;
|
|
60
60
|
};
|
|
61
61
|
readonly packageType: {
|
|
62
|
-
readonly
|
|
62
|
+
readonly package: true;
|
|
63
63
|
};
|
|
64
64
|
};
|
|
65
65
|
readonly 'mono-vir': {
|
|
@@ -97,7 +97,7 @@ export declare const virmatorCompilePlugin: Readonly<Readonly<{
|
|
|
97
97
|
readonly web: true;
|
|
98
98
|
};
|
|
99
99
|
readonly packageType: {
|
|
100
|
-
readonly
|
|
100
|
+
readonly package: true;
|
|
101
101
|
};
|
|
102
102
|
readonly required: true;
|
|
103
103
|
};
|
|
@@ -134,7 +134,7 @@ export declare const virmatorCompilePlugin: Readonly<Readonly<{
|
|
|
134
134
|
readonly web: true;
|
|
135
135
|
};
|
|
136
136
|
readonly packageType: {
|
|
137
|
-
readonly
|
|
137
|
+
readonly package: true;
|
|
138
138
|
};
|
|
139
139
|
};
|
|
140
140
|
readonly 'mono-vir': {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@virmator/compile",
|
|
3
|
-
"version": "14.
|
|
3
|
+
"version": "14.4.0",
|
|
4
4
|
"description": "Default TS compile plugin for virmator.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"virmator",
|
|
@@ -32,16 +32,16 @@
|
|
|
32
32
|
"test:update": "npm test update"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@augment-vir/assert": "^31.
|
|
36
|
-
"@augment-vir/common": "^31.
|
|
37
|
-
"@augment-vir/node": "^31.
|
|
38
|
-
"@virmator/core": "^14.
|
|
35
|
+
"@augment-vir/assert": "^31.55.0",
|
|
36
|
+
"@augment-vir/common": "^31.55.0",
|
|
37
|
+
"@augment-vir/node": "^31.55.0",
|
|
38
|
+
"@virmator/core": "^14.4.0",
|
|
39
39
|
"runstorm": "^1.0.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@augment-vir/test": "^31.
|
|
43
|
-
"@types/node": "^
|
|
44
|
-
"@virmator/plugin-testing": "^14.
|
|
42
|
+
"@augment-vir/test": "^31.55.0",
|
|
43
|
+
"@types/node": "^25.0.3",
|
|
44
|
+
"@virmator/plugin-testing": "^14.4.0",
|
|
45
45
|
"c8": "^10.1.3",
|
|
46
46
|
"istanbul-smart-text-reporter": "^1.1.5",
|
|
47
47
|
"mono-vir": "^2.4.2",
|