-
-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1815 from flexn-io/chore/published-1.8.0-rc.0
Chore/published 1.8.0 rc.0
- Loading branch information
Showing
41 changed files
with
725 additions
and
744 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,97 +1,97 @@ | ||
{ | ||
"$ref": "#/definitions/rnv.engine", | ||
"definitions": { | ||
"rnv.engine": { | ||
"type": "object", | ||
"properties": { | ||
"custom": { | ||
"description": "Object used to extend your renative with custom props. This allows renative json schema to be validated" | ||
}, | ||
"name": { | ||
"type": "string", | ||
"description": "Name of the engine (best to use name of the actual package)" | ||
}, | ||
"engineExtension": { | ||
"type": "string", | ||
"description": "Engine extension used by rnv during compilation" | ||
}, | ||
"overview": { | ||
"type": "string", | ||
"description": "Overview description of engine" | ||
}, | ||
"plugins": { | ||
"type": "object", | ||
"additionalProperties": { | ||
"type": "string" | ||
}, | ||
"description": "List of required plugins for this engine to work properly" | ||
}, | ||
"npm": { | ||
"type": "object", | ||
"properties": { | ||
"dependencies": { | ||
"type": "object", | ||
"additionalProperties": { | ||
"type": "string" | ||
} | ||
}, | ||
"devDependencies": { | ||
"$ref": "#/definitions/rnv.engine/properties/npm/properties/dependencies" | ||
}, | ||
"peerDependencies": { | ||
"$ref": "#/definitions/rnv.engine/properties/npm/properties/dependencies" | ||
}, | ||
"optionalDependencies": { | ||
"$ref": "#/definitions/rnv.engine/properties/npm/properties/dependencies" | ||
} | ||
}, | ||
"additionalProperties": false, | ||
"description": "Npm dependencies required for this plugin to work" | ||
}, | ||
"platforms": { | ||
"type": "object", | ||
"additionalProperties": { | ||
"$ref": "#/definitions/rnv.engine", | ||
"definitions": { | ||
"rnv.engine": { | ||
"type": "object", | ||
"properties": { | ||
"engine": { | ||
"type": "string" | ||
}, | ||
"npm": { | ||
"$ref": "#/definitions/rnv.engine/properties/npm" | ||
} | ||
"custom": { | ||
"description": "Object used to extend your renative with custom props. This allows renative json schema to be validated" | ||
}, | ||
"name": { | ||
"type": "string", | ||
"description": "Name of the engine (best to use name of the actual package)" | ||
}, | ||
"engineExtension": { | ||
"type": "string", | ||
"description": "Engine extension used by rnv during compilation" | ||
}, | ||
"overview": { | ||
"type": "string", | ||
"description": "Overview description of engine" | ||
}, | ||
"plugins": { | ||
"type": "object", | ||
"additionalProperties": { | ||
"type": "string" | ||
}, | ||
"description": "List of required plugins for this engine to work properly" | ||
}, | ||
"npm": { | ||
"type": "object", | ||
"properties": { | ||
"dependencies": { | ||
"type": "object", | ||
"additionalProperties": { | ||
"type": "string" | ||
} | ||
}, | ||
"devDependencies": { | ||
"$ref": "#/definitions/rnv.engine/properties/npm/properties/dependencies" | ||
}, | ||
"peerDependencies": { | ||
"$ref": "#/definitions/rnv.engine/properties/npm/properties/dependencies" | ||
}, | ||
"optionalDependencies": { | ||
"$ref": "#/definitions/rnv.engine/properties/npm/properties/dependencies" | ||
} | ||
}, | ||
"additionalProperties": false, | ||
"description": "Npm dependencies required for this plugin to work" | ||
}, | ||
"platforms": { | ||
"type": "object", | ||
"additionalProperties": { | ||
"type": "object", | ||
"properties": { | ||
"engine": { | ||
"type": "string" | ||
}, | ||
"npm": { | ||
"$ref": "#/definitions/rnv.engine/properties/npm" | ||
} | ||
}, | ||
"additionalProperties": false | ||
}, | ||
"propertyNames": { | ||
"enum": [ | ||
"web", | ||
"ios", | ||
"android", | ||
"androidtv", | ||
"firetv", | ||
"tvos", | ||
"macos", | ||
"linux", | ||
"windows", | ||
"tizen", | ||
"webos", | ||
"chromecast", | ||
"kaios", | ||
"webtv", | ||
"androidwear", | ||
"tizenwatch", | ||
"tizenmobile", | ||
"xbox" | ||
] | ||
} | ||
}, | ||
"$schema": { | ||
"type": "string", | ||
"description": "schema definition" | ||
} | ||
}, | ||
"additionalProperties": false | ||
}, | ||
"propertyNames": { | ||
"enum": [ | ||
"web", | ||
"ios", | ||
"android", | ||
"androidtv", | ||
"firetv", | ||
"tvos", | ||
"macos", | ||
"linux", | ||
"windows", | ||
"tizen", | ||
"webos", | ||
"chromecast", | ||
"kaios", | ||
"webtv", | ||
"androidwear", | ||
"tizenwatch", | ||
"tizenmobile", | ||
"xbox" | ||
] | ||
} | ||
}, | ||
"$schema": { | ||
"type": "string", | ||
"description": "schema definition" | ||
} | ||
}, | ||
"additionalProperties": false | ||
} | ||
}, | ||
"$schema": "http://json-schema.org/draft-04/schema#" | ||
} | ||
}, | ||
"$schema": "http://json-schema.org/draft-04/schema#" | ||
} |
Oops, something went wrong.