@deck.gl-community/graph-layers 9.3.1-alpha.0 → 9.3.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.
- package/dist/graph-style-schema.cdn.js +1 -1
- package/dist/graph-style-schema.json +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/loaders/dot-graph-loader.js +1 -1
- package/dist/loaders/dot-graph-loader.js.map +1 -1
- package/dist/loaders/json-graph-loader.js +1 -1
- package/dist/loaders/json-graph-loader.js.map +1 -1
- package/package.json +2 -2
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const GRAPH_STYLE_SCHEMA_CDN_URL = 'https://cdn.jsdelivr.net/npm/@deck.gl-community/graph-layers@9.3.1
|
|
1
|
+
export const GRAPH_STYLE_SCHEMA_CDN_URL = 'https://cdn.jsdelivr.net/npm/@deck.gl-community/graph-layers@9.3.1/dist/graph-style-schema.json';
|
|
2
2
|
export default GRAPH_STYLE_SCHEMA_CDN_URL;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$id": "https://cdn.jsdelivr.net/npm/@deck.gl-community/graph-layers@9.3.1
|
|
3
|
+
"$id": "https://cdn.jsdelivr.net/npm/@deck.gl-community/graph-layers@9.3.1/dist/graph-style-schema.json",
|
|
4
4
|
"title": "Deck.gl Graph Stylesheet",
|
|
5
5
|
"description": "JSON schema describing the declarative stylesheet format supported by @deck.gl-community/graph-layers.",
|
|
6
6
|
"$ref": "#/definitions/GraphStylesheet",
|
package/dist/index.cjs
CHANGED
|
@@ -8200,7 +8200,7 @@ function isPlainObject(value) {
|
|
|
8200
8200
|
}
|
|
8201
8201
|
|
|
8202
8202
|
// dist/loaders/json-graph-loader.js
|
|
8203
|
-
var VERSION = true ? "9.3.1
|
|
8203
|
+
var VERSION = true ? "9.3.1" : "latest";
|
|
8204
8204
|
var JSONGraphLoader = {
|
|
8205
8205
|
dataType: null,
|
|
8206
8206
|
batchType: null,
|
|
@@ -8225,7 +8225,7 @@ var JSONGraphLoader = {
|
|
|
8225
8225
|
};
|
|
8226
8226
|
|
|
8227
8227
|
// dist/loaders/dot-graph-loader.js
|
|
8228
|
-
var VERSION2 = true ? "9.3.1
|
|
8228
|
+
var VERSION2 = true ? "9.3.1" : "latest";
|
|
8229
8229
|
var DOTGraphLoader = {
|
|
8230
8230
|
dataType: null,
|
|
8231
8231
|
batchType: null,
|