@deck.gl-community/graph-layers 9.3.0-beta.1 → 9.3.0-beta.2

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.
@@ -1,2 +1,2 @@
1
- export const GRAPH_STYLE_SCHEMA_CDN_URL = 'https://cdn.jsdelivr.net/npm/@deck.gl-community/graph-layers@9.3.0-beta.1/dist/graph-style-schema.json';
1
+ export const GRAPH_STYLE_SCHEMA_CDN_URL = 'https://cdn.jsdelivr.net/npm/@deck.gl-community/graph-layers@9.3.0-beta.2/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.0-beta.1/dist/graph-style-schema.json",
3
+ "$id": "https://cdn.jsdelivr.net/npm/@deck.gl-community/graph-layers@9.3.0-beta.2/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.0-beta.1" : "latest";
8203
+ var VERSION = true ? "9.3.0-beta.2" : "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.0-beta.1" : "latest";
8228
+ var VERSION2 = true ? "9.3.0-beta.2" : "latest";
8229
8229
  var DOTGraphLoader = {
8230
8230
  dataType: null,
8231
8231
  batchType: null,
@@ -4,7 +4,7 @@
4
4
  import { ArrowGraphDataBuilder } from "../graph-data/arrow-graph-data-builder.js";
5
5
  // __VERSION__ is injected by babel-plugin-version-inline
6
6
  // @ts-ignore TS2304: Cannot find name '__VERSION__'.
7
- const VERSION = typeof "9.3.0-beta.1" !== 'undefined' ? "9.3.0-beta.1" : 'latest';
7
+ const VERSION = typeof "9.3.0-beta.2" !== 'undefined' ? "9.3.0-beta.2" : 'latest';
8
8
  export const DOTGraphLoader = {
9
9
  dataType: null,
10
10
  batchType: null,
@@ -4,7 +4,7 @@
4
4
  // import {PlainGraphDataBuilder} from '../graph-data/plain-graph-data-builder';
5
5
  // __VERSION__ is injected by babel-plugin-version-inline
6
6
  // @ts-ignore TS2304: Cannot find name '__VERSION__'.
7
- const VERSION = typeof "9.3.0-beta.1" !== 'undefined' ? "9.3.0-beta.1" : 'latest';
7
+ const VERSION = typeof "9.3.0-beta.2" !== 'undefined' ? "9.3.0-beta.2" : 'latest';
8
8
  export const JSONGraphLoader = {
9
9
  dataType: null,
10
10
  batchType: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deck.gl-community/graph-layers",
3
- "version": "9.3.0-beta.1",
3
+ "version": "9.3.0-beta.2",
4
4
  "description": "WebGL2-Powered library for Graph Visualization",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -68,5 +68,5 @@
68
68
  "peerDependencies": {
69
69
  "zod": "^4.0.0"
70
70
  },
71
- "gitHead": "c64fa2c8fbc0b16ec84b56838f58ac7a4e9ec9e6"
71
+ "gitHead": "82660b8a29be0958c81acd00669b3034375186ea"
72
72
  }