@dflex/core-instance
Advanced tools
Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "@dflex/core-instance", | ||
"version": "0.1.0", | ||
"main": "dist/dflexCoreInstance.min.cjs.js", | ||
"umd:main": "dist/dflexCoreInstance.min.umd", | ||
"version": "0.2.0", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"author": "Jalal Maskoun <jimmy002020@gmail.com>", | ||
"scripts": { | ||
"build": "builderz --formats cjs umd -m -l" | ||
"compile": "yarn rimraf ./dist tsconfig.tsbuildinfo && yarn tsc -b", | ||
"build": "yarn compile" | ||
}, | ||
@@ -13,7 +14,18 @@ "repository": "https://github.com/jalal246/dflex/tree/master/packages/core-instance", | ||
"files": [ | ||
"src", | ||
"dist", | ||
"LICENSE" | ||
], | ||
"dependencies": { | ||
"@dflex/dom-gen": "0.2.6", | ||
"@dflex/store": "1.3.0" | ||
}, | ||
"keywords": [ | ||
"drag-drop", | ||
"dnd", | ||
"sortable", | ||
"reorder", | ||
"drag", | ||
"drop", | ||
"DOM", | ||
"front-end", | ||
"@dflex", | ||
@@ -23,7 +35,4 @@ "@dflex/dom-gen", | ||
"@dflex/core-instance", | ||
"@dflex/dnd", | ||
"@folo", | ||
"builderz", | ||
"DOM", | ||
"front-end" | ||
"@dflex/draggable", | ||
"@dflex/dnd" | ||
], | ||
@@ -34,3 +43,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "41b8998914fff78e00ad87ccb94adc1cd318e966" | ||
"gitHead": "e1c9a365578ff7fb4d78ce9b04749cfd36169a09" | ||
} |
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
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
11
374
51534
2
+ Added@dflex/dom-gen@0.2.6
+ Added@dflex/store@1.3.0
+ Added@dflex/dom-gen@0.2.6(transitive)
+ Added@dflex/store@1.3.0(transitive)