@nativescript/core 9.0.0 → 9.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -17,7 +17,7 @@ export default function ($staticConfig, hookArgs) {
17
17
  if (projectData.projectType === "Angular") {
18
18
  const webpackMinVer = getMinWebpackVersion(projectData);
19
19
 
20
- if (webpackMinVer && !satisfiesRequriredVersion(webpackMinVer, 1, 3)) {
20
+ if (webpackMinVer && !satisfiesRequiredVersion(webpackMinVer, 1, 3)) {
21
21
  throw new Error(`Building @nativescript/core for Angular requires ${webpackPackageName} with version at least 1.3.0. Please upgrade: npm i ${webpackPackageName} --save-dev.`);
22
22
  }
23
23
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nativescript/core",
3
- "version": "9.0.0",
3
+ "version": "9.0.1",
4
4
  "description": "A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.",
5
5
  "type": "module",
6
6
  "main": "index",