@lion/progress-indicator
Advanced tools
Comparing version 0.2.10 to 0.3.0
# @lion/progress-indicator | ||
## 0.3.0 | ||
### Minor Changes | ||
- b2f981db: Add exports field in package.json | ||
Note that some tools can break with this change as long as they respect the exports field. If that is the case, check that you always access the elements included in the exports field, with the same name which they are exported. Any item not exported is considered private to the package and should not be accessed from the outside. | ||
### Patch Changes | ||
- Updated dependencies [b2f981db] | ||
- @lion/core@0.14.0 | ||
- @lion/localize@0.16.0 | ||
## 0.2.10 | ||
@@ -4,0 +18,0 @@ |
{ | ||
"name": "@lion/progress-indicator", | ||
"version": "0.2.10", | ||
"version": "0.3.0", | ||
"description": "A progress indicator that is easily styleable and accessible in all contexts", | ||
@@ -18,4 +18,7 @@ "license": "MIT", | ||
"*.js", | ||
"custom-elements.json", | ||
"docs", | ||
"src", | ||
"test", | ||
"test-helpers", | ||
"translations", | ||
@@ -25,6 +28,7 @@ "types" | ||
"scripts": { | ||
"custom-elements-manifest": "custom-elements-manifest analyze --exclude 'docs/**/*'", | ||
"debug": "cd ../../ && npm run debug -- --group progress-indicator", | ||
"debug:firefox": "cd ../../ && npm run debug:firefox -- --group progress-indicator", | ||
"debug:webkit": "cd ../../ && npm run debug:webkit -- --group progress-indicator", | ||
"prepublishOnly": "../../scripts/npm-prepublish.js", | ||
"prepublishOnly": "../../scripts/npm-prepublish.js && npm run custom-elements-manifest", | ||
"test": "cd ../../ && npm run test:browser -- --group progress-indicator" | ||
@@ -36,4 +40,4 @@ }, | ||
"dependencies": { | ||
"@lion/core": "0.13.8", | ||
"@lion/localize": "0.15.5" | ||
"@lion/core": "0.14.0", | ||
"@lion/localize": "0.16.0" | ||
}, | ||
@@ -49,3 +53,8 @@ "keywords": [ | ||
"access": "public" | ||
} | ||
} | ||
}, | ||
"exports": { | ||
".": "./index.js", | ||
"./lion-progress-indicator": "./lion-progress-indicator.js" | ||
}, | ||
"customElementsManifest": "custom-elements.json" | ||
} |
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
34063
42
1148
1
+ Added@lion/core@0.14.0(transitive)
+ Added@lion/localize@0.16.0(transitive)
+ Addedsingleton-manager@1.3.0(transitive)
- Removed@lion/core@0.13.8(transitive)
- Removed@lion/localize@0.15.5(transitive)
- Removedsingleton-manager@1.2.1(transitive)
Updated@lion/core@0.14.0
Updated@lion/localize@0.16.0