@opendesign-plus-test/plugins 0.0.1-rc.15 → 0.0.1-rc.17
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.
|
@@ -10,7 +10,7 @@ export interface LastModifiedPluginOptions {
|
|
|
10
10
|
/** Path to the git repository root. */
|
|
11
11
|
rootDir?: string;
|
|
12
12
|
/** Absolute path for the output JSON file.
|
|
13
|
-
* Default: `<
|
|
13
|
+
* Default: `<viteConfig.root>/last-modified.json` */
|
|
14
14
|
outputFile?: string;
|
|
15
15
|
/** Max number of concurrent `git log` processes. Default: 20. */
|
|
16
16
|
concurrency?: number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opendesign-plus-test/plugins",
|
|
3
|
-
"version": "0.0.1-rc.
|
|
3
|
+
"version": "0.0.1-rc.17",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -20,17 +20,12 @@
|
|
|
20
20
|
"./analytics": {
|
|
21
21
|
"types": "./dist/analytics/analytics.d.ts",
|
|
22
22
|
"import": "./dist/analytics/index.js"
|
|
23
|
-
},
|
|
24
|
-
"./nuxt/*": {
|
|
25
|
-
"import": "./dist/nuxt/*/index.js",
|
|
26
|
-
"types": "./dist/nuxt/*.d.ts"
|
|
27
23
|
}
|
|
28
24
|
},
|
|
29
25
|
"devDependencies": {
|
|
30
26
|
"typescript": "~5.8.2",
|
|
31
27
|
"vite": "^6.2.3",
|
|
32
|
-
"vite-plugin-dts": "^4.5.3"
|
|
33
|
-
"@nuxt/kit": "^3.21.2"
|
|
28
|
+
"vite-plugin-dts": "^4.5.3"
|
|
34
29
|
},
|
|
35
30
|
"dependencies": {
|
|
36
31
|
"@opensig/open-analytics": "^1.0.1",
|