veslx 0.0.1 → 0.0.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "veslx",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "veslx": "bin/veslx.ts"
@@ -0,0 +1,49 @@
1
+ {
2
+ "type": "directory",
3
+ "name": "test-content",
4
+ "path": ".",
5
+ "children": [
6
+ {
7
+ "type": "file",
8
+ "name": "README.md",
9
+ "path": "README.md",
10
+ "size": 472
11
+ },
12
+ {
13
+ "type": "directory",
14
+ "name": "test-slides",
15
+ "path": "test-slides",
16
+ "children": [
17
+ {
18
+ "type": "file",
19
+ "name": "SLIDES.mdx",
20
+ "path": "test-slides/SLIDES.mdx",
21
+ "size": 122,
22
+ "frontmatter": {
23
+ "title": "Test Slides",
24
+ "description": "These are test slides for testing purposes.",
25
+ "date": "2024-06-15"
26
+ }
27
+ }
28
+ ]
29
+ },
30
+ {
31
+ "type": "directory",
32
+ "name": "test-post",
33
+ "path": "test-post",
34
+ "children": [
35
+ {
36
+ "type": "file",
37
+ "name": "README.mdx",
38
+ "path": "test-post/README.mdx",
39
+ "size": 115,
40
+ "frontmatter": {
41
+ "title": "Test Post",
42
+ "description": "This is a test post for testing purposes.",
43
+ "date": "2024-06-15"
44
+ }
45
+ }
46
+ ]
47
+ }
48
+ ]
49
+ }
File without changes
File without changes