azure-devops-symbols-webpack-plugin
Advanced tools
Comparing version 0.1.0-alpha to 1.0.0
@@ -0,0 +0,0 @@ import * as webpackTypes from "webpack"; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "azure-devops-symbols-webpack-plugin", | ||
"version": "0.1.0-alpha", | ||
"license": "MIT", | ||
"main": "lib/plugin.js", | ||
"scripts": { | ||
"build": "bld-scripts build", | ||
"lint": "bld-scripts lint" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git@github.com:microsoft/azure-devops-symbols.git", | ||
"directory": "packages/webpack-plugin" | ||
}, | ||
"dependencies": { | ||
"azure-devops-symbols-sourcemap": "0.1.0-alpha", | ||
"webpack-sources": "^2.1.1" | ||
}, | ||
"devDependencies": { | ||
"@types/webpack-sources": "^2.1.0", | ||
"azure-devops-symbols-build-tools": "0.1.0-alpha", | ||
"webpack": "^5.37.1" | ||
} | ||
} | ||
"name": "azure-devops-symbols-webpack-plugin", | ||
"version": "1.0.0", | ||
"license": "MIT", | ||
"main": "lib/plugin.js", | ||
"scripts": { | ||
"build": "bld-scripts build", | ||
"lint": "bld-scripts lint" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git@github.com:microsoft/azure-devops-symbols.git", | ||
"directory": "packages/webpack-plugin" | ||
}, | ||
"dependencies": { | ||
"azure-devops-symbols-sourcemap": "1.0.0", | ||
"webpack-sources": "^2.1.1" | ||
}, | ||
"devDependencies": { | ||
"@types/webpack-sources": "^2.1.0", | ||
"azure-devops-symbols-build-tools": "0.1.0-alpha", | ||
"webpack": "^5.37.1" | ||
} | ||
} |
@@ -0,0 +0,0 @@ // Only use the static one for types, so that we can use the dynamic version of webpack we get from the plugin intialization |
@@ -0,0 +0,0 @@ { |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
15904
8
229
1
+ Addedazure-devops-symbols-sourcemap@1.0.0(transitive)
- Removedazure-devops-symbols-sourcemap@0.1.0-alpha(transitive)