@antv/g-plugin-dom-interaction
Advanced tools
Comparing version 1.0.0-alpha.25 to 1.0.0-alpha.26
@@ -0,26 +1,6 @@ | ||
import _classCallCheck from '@babel/runtime/helpers/esm/classCallCheck'; | ||
import _createClass from '@babel/runtime/helpers/esm/createClass'; | ||
import { inject, singleton, Module } from 'mana-syringe'; | ||
import { ContextService, RenderingPluginContribution } from '@antv/g'; | ||
function _classCallCheck(instance, Constructor) { | ||
if (!(instance instanceof Constructor)) { | ||
throw new TypeError("Cannot call a class as a function"); | ||
} | ||
} | ||
function _defineProperties(target, props) { | ||
for (var i = 0; i < props.length; i++) { | ||
var descriptor = props[i]; | ||
descriptor.enumerable = descriptor.enumerable || false; | ||
descriptor.configurable = true; | ||
if ("value" in descriptor) descriptor.writable = true; | ||
Object.defineProperty(target, descriptor.key, descriptor); | ||
} | ||
} | ||
function _createClass(Constructor, protoProps, staticProps) { | ||
if (protoProps) _defineProperties(Constructor.prototype, protoProps); | ||
if (staticProps) _defineProperties(Constructor, staticProps); | ||
return Constructor; | ||
} | ||
/*! ***************************************************************************** | ||
@@ -27,0 +7,0 @@ Copyright (c) Microsoft Corporation. |
{ | ||
"name": "@antv/g-plugin-dom-interaction", | ||
"version": "1.0.0-alpha.25", | ||
"version": "1.0.0-alpha.26", | ||
"description": "A G plugin", | ||
@@ -32,3 +32,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@antv/g": "^1.0.0-alpha.26", | ||
"@antv/g": "^1.0.0-alpha.27", | ||
"@babel/runtime": "^7.16.0", | ||
"mana-syringe": "^0.1.0" | ||
@@ -43,3 +44,3 @@ }, | ||
"homepage": "https://github.com/antvis/g#readme", | ||
"gitHead": "04974923388e3c1e3c47d591c251380058372376" | ||
"gitHead": "c01101beb86f98aaa569f97c678c909d4f3faaa3" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
16656
3
323
+ Added@babel/runtime@^7.16.0
+ Added@babel/runtime@7.26.0(transitive)
+ Addedregenerator-runtime@0.14.1(transitive)
Updated@antv/g@^1.0.0-alpha.27