@carrot-foundation/schemas 0.1.33 → 0.1.34

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/dist/index.cjs CHANGED
@@ -1150,7 +1150,7 @@ function buildSchemaUrl(schemaPath) {
1150
1150
  return `${getSchemaBaseUrl()}/${cleanPath}`;
1151
1151
  }
1152
1152
  function getSchemaVersionOrDefault() {
1153
- return "0.1.33";
1153
+ return "0.1.34";
1154
1154
  }
1155
1155
 
1156
1156
  // src/mass-id/mass-id.schema.ts
package/dist/index.js CHANGED
@@ -1148,7 +1148,7 @@ function buildSchemaUrl(schemaPath) {
1148
1148
  return `${getSchemaBaseUrl()}/${cleanPath}`;
1149
1149
  }
1150
1150
  function getSchemaVersionOrDefault() {
1151
- return "0.1.33";
1151
+ return "0.1.34";
1152
1152
  }
1153
1153
 
1154
1154
  // src/mass-id/mass-id.schema.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carrot-foundation/schemas",
3
- "version": "0.1.33",
3
+ "version": "0.1.34",
4
4
  "description": "Carrot schema definitions and zod validation schemas",
5
5
  "license": "Apache-2.0",
6
6
  "private": false,
@@ -2,8 +2,8 @@
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "title": "GasID NFT IPFS Record",
4
4
  "description": "Complete GasID NFT IPFS record including fixed attributes and detailed carbon emissions prevention data",
5
- "$id": "https://raw.githubusercontent.com/carrot-foundation/schemas/refs/tags/0.1.33/schemas/ipfs/gas-id/gas-id.schema.json",
6
- "version": "0.1.33",
5
+ "$id": "https://raw.githubusercontent.com/carrot-foundation/schemas/refs/tags/0.1.34/schemas/ipfs/gas-id/gas-id.schema.json",
6
+ "version": "0.1.34",
7
7
  "type": "object",
8
8
  "properties": {
9
9
  "$schema": {
@@ -2,8 +2,8 @@
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "title": "MassID NFT IPFS Record",
4
4
  "description": "Complete MassID NFT IPFS record including fixed attributes and detailed waste tracking data",
5
- "$id": "https://raw.githubusercontent.com/carrot-foundation/schemas/refs/tags/0.1.33/schemas/ipfs/mass-id/mass-id.schema.json",
6
- "version": "0.1.33",
5
+ "$id": "https://raw.githubusercontent.com/carrot-foundation/schemas/refs/tags/0.1.34/schemas/ipfs/mass-id/mass-id.schema.json",
6
+ "version": "0.1.34",
7
7
  "type": "object",
8
8
  "properties": {
9
9
  "$schema": {