Comparing version 0.2.1 to 0.3.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [0.3.0](https://github.com/nuxt/framework/compare/@nuxt/app@0.2.1...@nuxt/app@0.3.0) (2021-04-09) | ||
### Features | ||
* initial version of nu cli ([#54](https://github.com/nuxt/framework/issues/54)) ([a030c62](https://github.com/nuxt/framework/commit/a030c62d29ba871f94a7152c7d5fa36d4de1d3b6)) | ||
## [0.2.1](https://github.com/nuxt/framework/compare/@nuxt/app@0.2.0...@nuxt/app@0.2.1) (2021-04-06) | ||
@@ -8,0 +19,0 @@ |
const { resolve } = require('path') | ||
module.exports = { | ||
appDir: resolve(__dirname, 'dist') | ||
appDir: resolve(__dirname, 'dist/app') | ||
} |
{ | ||
"name": "@nuxt/app", | ||
"version": "0.2.1", | ||
"version": "0.3.0", | ||
"repository": "nuxt/framework", | ||
"license": "MIT", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.js", | ||
"main": "./dist/app/index.js", | ||
"module": "./dist/app/index.js", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
@@ -12,2 +13,8 @@ "dist", | ||
], | ||
"scripts": { | ||
"prepack": "unbuild" | ||
}, | ||
"devDependencies": { | ||
"unbuild": "^0.1.12" | ||
}, | ||
"dependencies": { | ||
@@ -21,17 +28,3 @@ "@vueuse/head": "^0.5.1", | ||
}, | ||
"build": { | ||
"entries": { | ||
"index": { | ||
"distDir": ".gen" | ||
}, | ||
"/": {} | ||
}, | ||
"dependencies": [ | ||
"@vueuse/head", | ||
"ohmyfetch", | ||
"vue-router", | ||
"vuex5" | ||
] | ||
}, | ||
"gitHead": "7b5bd53a02aa9ceed729403e48aa5c338e96fe56" | ||
"gitHead": "bb797fcbb6ea652fe74c62411df899a80fc3d820" | ||
} |
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
26385
1
33
510
7