Comparing version 6.1.0 to 6.1.1
@@ -0,1 +1,9 @@ | ||
/*! | ||
* @antv/g | ||
* @description A core module for rendering engine implements DOM API. | ||
* @version 6.1.1 | ||
* @date 10/23/2024, 7:14:42 AM | ||
* @author AntVis | ||
* @docs https://g.antv.antgroup.com/ | ||
*/ | ||
export * from '@antv/g-camera-api'; | ||
@@ -2,0 +10,0 @@ export * from '@antv/g-dom-mutation-observer-api'; |
@@ -0,1 +1,9 @@ | ||
/*! | ||
* @antv/g | ||
* @description A core module for rendering engine implements DOM API. | ||
* @version 6.1.1 | ||
* @date 10/23/2024, 7:14:42 AM | ||
* @author AntVis | ||
* @docs https://g.antv.antgroup.com/ | ||
*/ | ||
'use strict'; | ||
@@ -2,0 +10,0 @@ |
{ | ||
"name": "@antv/g", | ||
"version": "6.1.0", | ||
"version": "6.1.1", | ||
"description": "A core module for rendering engine implements DOM API.", | ||
@@ -22,3 +22,3 @@ "keywords": [ | ||
"exports": { | ||
"types": "./dist/index.d.ts", | ||
"types": "./types/index.d.ts", | ||
"import": "./dist/index.esm.js", | ||
@@ -30,6 +30,7 @@ "default": "./dist/index.js" | ||
"module": "dist/index.esm.js", | ||
"types": "dist/index.d.ts", | ||
"types": "types/index.d.ts", | ||
"files": [ | ||
"package.json", | ||
"dist", | ||
"types", | ||
"LICENSE", | ||
@@ -39,6 +40,7 @@ "README.md" | ||
"dependencies": { | ||
"@antv/g-camera-api": "2.0.14", | ||
"@antv/g-dom-mutation-observer-api": "2.0.11", | ||
"@antv/g-lite": "2.1.0", | ||
"@antv/g-web-animations-api": "2.1.0" | ||
"@babel/runtime": "^7.25.6", | ||
"@antv/g-camera-api": "2.0.15", | ||
"@antv/g-dom-mutation-observer-api": "2.0.12", | ||
"@antv/g-lite": "2.1.1", | ||
"@antv/g-web-animations-api": "2.1.1" | ||
}, | ||
@@ -49,3 +51,4 @@ "publishConfig": { | ||
"scripts": { | ||
"build": "npm run clean && rollup -c", | ||
"build:types": "tsc --emitDeclarationOnly --noCheck", | ||
"build": "npm run clean && npm run build:types && rollup -c", | ||
"clean": "rimraf dist", | ||
@@ -52,0 +55,0 @@ "sync": "tnpm sync", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
1222221
11
5
1082
1
+ Added@babel/runtime@^7.25.6
+ Added@antv/g-camera-api@2.0.15(transitive)
+ Added@antv/g-dom-mutation-observer-api@2.0.12(transitive)
+ Added@antv/g-lite@2.1.1(transitive)
+ Added@antv/g-web-animations-api@2.1.1(transitive)
+ Added@babel/runtime@7.26.0(transitive)
+ Addedregenerator-runtime@0.14.1(transitive)
- Removed@antv/g-camera-api@2.0.14(transitive)
- Removed@antv/g-dom-mutation-observer-api@2.0.11(transitive)
- Removed@antv/g-lite@2.1.0(transitive)
- Removed@antv/g-web-animations-api@2.1.0(transitive)
Updated@antv/g-camera-api@2.0.15
Updated@antv/g-lite@2.1.1