@supatype/plugin-sdk 0.1.6 → 0.1.7

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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @supatype/plugin-sdk@0.1.6 build /home/runner/work/supatype/supatype/packages/plugin-sdk
2
+ > @supatype/plugin-sdk@0.1.7 build /home/runner/work/supatype/supatype/packages/plugin-sdk
3
3
  > tsc --project tsconfig.json
4
4
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @supatype/plugin-sdk@0.1.6 typecheck /home/runner/work/supatype/supatype/packages/plugin-sdk
2
+ > @supatype/plugin-sdk@0.1.7 typecheck /home/runner/work/supatype/supatype/packages/plugin-sdk
3
3
  > tsc --project tsconfig.json --noEmit
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@supatype/plugin-sdk",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "Plugin SDK for building Supatype extensions — field types, composites, providers, and widgets",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",