builder.io 1.1.13-12 → 1.1.13-14

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": "builder.io",
3
- "version": "1.1.13-12",
3
+ "version": "1.1.13-14",
4
4
  "description": "Add Builder.io code snippets to an application",
5
5
  "type": "module",
6
6
  "bin": {
package/types/types.d.ts CHANGED
@@ -437,6 +437,7 @@ export interface FileNode {
437
437
  code: string;
438
438
  path: string;
439
439
  timestamp?: number;
440
+ snippetId?: string;
440
441
  }
441
442
  export interface FolderNode {
442
443
  name: string;