@pantoken/jekyll 0.1.24 → 0.1.25
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.d.mts +3 -4
- package/package.json +8 -8
package/dist/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
//#region src/index.d.ts
|
|
2
2
|
/** A generated file: a site-relative path and its contents. */
|
|
3
|
-
interface JekyllFile {
|
|
3
|
+
export interface JekyllFile {
|
|
4
4
|
path: string;
|
|
5
5
|
content: string;
|
|
6
6
|
}
|
|
@@ -23,6 +23,5 @@ interface JekyllFile {
|
|
|
23
23
|
* }
|
|
24
24
|
* ```
|
|
25
25
|
*/
|
|
26
|
-
declare function toJekyllAssets(): JekyllFile[];
|
|
27
|
-
//#endregion
|
|
28
|
-
export { JekyllFile, toJekyllAssets };
|
|
26
|
+
export declare function toJekyllAssets(): JekyllFile[];
|
|
27
|
+
//#endregion
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pantoken/jekyll",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.25",
|
|
4
4
|
"description": "Emit the Instructure token stylesheet for a Jekyll site (a _sass partial + a plain CSS asset).",
|
|
5
|
-
"homepage": "https://pantoken.
|
|
5
|
+
"homepage": "https://pantoken.app",
|
|
6
6
|
"bugs": "https://github.com/thedannywahl/pantoken/issues",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|
|
@@ -24,15 +24,15 @@
|
|
|
24
24
|
"provenance": true
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@pantoken/components": "1.0
|
|
28
|
-
"@pantoken/css": "0.3.
|
|
29
|
-
"@pantoken/scss": "0.1.
|
|
27
|
+
"@pantoken/components": "1.1.0",
|
|
28
|
+
"@pantoken/css": "0.3.8",
|
|
29
|
+
"@pantoken/scss": "0.1.14"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@types/node": "^26.
|
|
32
|
+
"@types/node": "^26.5.0",
|
|
33
33
|
"typescript": "^7.0.2",
|
|
34
|
-
"vite": "npm:@voidzero-dev/vite-plus-core@0.3.
|
|
35
|
-
"vite-plus": "0.3.
|
|
34
|
+
"vite": "npm:@voidzero-dev/vite-plus-core@0.3.1",
|
|
35
|
+
"vite-plus": "0.3.1"
|
|
36
36
|
},
|
|
37
37
|
"engines": {
|
|
38
38
|
"node": ">=22.18.0"
|