@xyo-network/manifest 2.90.1 → 2.90.3

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
@@ -10,8 +10,8 @@
10
10
  },
11
11
  "description": "Primary SDK for using XYO Protocol 2.0",
12
12
  "dependencies": {
13
- "@xyo-network/manifest-model": "~2.90.1",
14
- "@xyo-network/manifest-wrapper": "~2.90.1"
13
+ "@xyo-network/manifest-model": "~2.90.3",
14
+ "@xyo-network/manifest-wrapper": "~2.90.3"
15
15
  },
16
16
  "devDependencies": {
17
17
  "@xylabs/ts-scripts-yarn3": "^3.2.42",
@@ -61,6 +61,6 @@
61
61
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
62
62
  },
63
63
  "sideEffects": false,
64
- "version": "2.90.1",
64
+ "version": "2.90.3",
65
65
  "type": "module"
66
66
  }
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
3
  "$id": "https://xyo.network/schemas/dapp-package-manifest-schema.json",
4
+ "additionalProperties": false,
4
5
  "definitions": {
5
6
  "architecture": {
6
7
  "description": "Architecture",
@@ -229,6 +230,9 @@
229
230
  }
230
231
  },
231
232
  "properties": {
233
+ "$schema": {
234
+ "type": "string"
235
+ },
232
236
  "description": {
233
237
  "type": "string"
234
238
  },
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "additionalProperties": false,
3
4
  "definitions": {
4
5
  "architecture": {
5
6
  "description": "Architecture",
@@ -227,9 +228,11 @@
227
228
  "type": "array"
228
229
  }
229
230
  },
230
- "additionalProperties": false,
231
231
  "description": "Describes an XYO Package which is a collection of XYO Modules",
232
232
  "properties": {
233
+ "$schema": {
234
+ "type": "string"
235
+ },
233
236
  "description": {
234
237
  "type": "string"
235
238
  },
@@ -1,7 +1,11 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
3
  "$id": "https://xyo.network/schemas/dapp-package-manifest-schema.json",
4
+ "additionalProperties": false,
4
5
  "properties": {
6
+ "$schema": {
7
+ "type": "string"
8
+ },
5
9
  "description": {
6
10
  "type": "string"
7
11
  },
package/src/schema.json CHANGED
@@ -4,6 +4,9 @@
4
4
  "additionalProperties": false,
5
5
  "description": "Describes an XYO Package which is a collection of XYO Modules",
6
6
  "properties": {
7
+ "$schema": {
8
+ "type": "string"
9
+ },
7
10
  "description": {
8
11
  "type": "string"
9
12
  },
@@ -1,4 +1,5 @@
1
1
  export const validDappPackageManifestSchema = {
2
+ $schema: 'http://json-schema.org/draft-07/schema#',
2
3
  external: {
3
4
  modules: [
4
5
  {
@@ -1,4 +1,6 @@
1
1
  export const invalidPackageManifestSchema = {
2
+ $schema: 'http://json-schema.org/draft-07/schema#',
3
+ foo: 'bar',
2
4
  nodes: [
3
5
  {
4
6
  config3: {
@@ -1,4 +1,5 @@
1
1
  export const validPackageManifestSchema = {
2
+ $schema: 'https://raw.githubusercontent.com/XYOracleNetwork/sdk-xyo-client-js/main/packages/manifest/src/compilations/schema.json',
2
3
  nodes: [
3
4
  {
4
5
  config: {