@azure/schema-registry-json 1.0.1-alpha.20250204.1 → 1.0.1-alpha.20250206.1

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -162,7 +162,7 @@ learn more about how to build and test the code.
162
162
 
163
163
  - [Microsoft Azure SDK for Javascript](https://github.com/Azure/azure-sdk-for-js)
164
164
 
165
- ![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-js%2Fsdk%2Fschemaregistry%2Fschema-registry-json%2FREADME.png)
165
+
166
166
 
167
167
  [azure_cli]: https://learn.microsoft.com/cli/azure
168
168
  [azure_sub]: https://azure.microsoft.com/free/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/schema-registry-json",
3
- "version": "1.0.1-alpha.20250204.1",
3
+ "version": "1.0.1-alpha.20250206.1",
4
4
  "description": "Schema Registry JSON Serializer Library with typescript type definitions for node.js and browser.",
5
5
  "sdk-type": "client",
6
6
  "main": "./dist/commonjs/index.js",