@adobe-apimesh/mesh-builder 1.0.1 → 1.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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -27,6 +27,8 @@ Compile Mesh function takes the `meshId` to find the built TypeScript mesh artif
27
27
  ## Types
28
28
 
29
29
  ```ts
30
+ validateMesh(meshConfig: MeshConfig) => Promise<boolean>
31
+
30
32
  buildMesh(meshId: string, meshConfig: MeshConfig) => Promise<boolean | undefined>
31
33
 
32
34
  compileMesh(meshId: string) => Promise<string[]>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe-apimesh/mesh-builder",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "private": false,
5
5
  "main": "dist/meshBuilder.js",
6
6
  "license": "MIT",