@mission_sciences/provider-sdk 0.1.1 → 0.1.2-dev.d7154d7

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": "@mission_sciences/provider-sdk",
3
- "version": "0.1.1",
3
+ "version": "0.1.2-dev.d7154d7",
4
4
  "description": "Provider SDK for JWT-based marketplace session management",
5
5
  "type": "module",
6
6
  "main": "./dist/marketplace-sdk.umd.js",
@@ -78,5 +78,9 @@
78
78
  "react": {
79
79
  "optional": true
80
80
  }
81
+ },
82
+ "publishConfig": {
83
+ "access": "public",
84
+ "provenance": true
81
85
  }
82
86
  }