@nuxtus/nuxtus 1.0.4 → 1.0.5

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.
package/README.md CHANGED
@@ -22,7 +22,7 @@ $ npx create-nuxtus app-name
22
22
 
23
23
  > Replace `app-name` with the name of your website or application.
24
24
 
25
- Nuxtus will automatically start Directus and Nuxt in development mode if you are using SQLite. Otherwise follow the directions below to manually configure your database and get started.
25
+ Nuxtus will automatically migrate the Directus DB if you are using SQLite. Otherwise follow the directions below to manually configure your database and get started.
26
26
 
27
27
  Your project will contain 2 folders server (Directus) and client (Nuxt).
28
28
 
package/TODO CHANGED
@@ -7,8 +7,9 @@ Todo:
7
7
  ✔ Set up [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) @done(22-06-16 20:23)
8
8
  ☐ Setup [semantic release](https://github.com/semantic-release/semantic-release)
9
9
  ✔ Add interactive/pretty CLI for create-app.js @done(22-06-16 20:23)
10
- Query database use (via interactive shell) in create-app.js
10
+ Query database use (via interactive shell) in create-app.js @done(22-06-21 20:26)
11
11
  ✔ Check node version for compatibility in create-app.js @done(22-06-16 22:07)
12
12
  ☐ Look at https://renovatebot.com/
13
13
  ☐ Documentation: https://docusaurus.io/ or https://vuepress.vuejs.org/
14
14
  ☐ Look into using a Directus hook to automatically generate the Nuxt pages!
15
+ ☐ Add ability to automatically update .env for none SQLite databases
package/changelog.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Nuxtus
2
2
 
3
+ ## 1.0.5
4
+
5
+ - Update nuxtus-cli to v1.0.3
6
+
3
7
  ## 1.0.4
4
8
 
5
9
  - Hard delete the data.db file
@@ -10,7 +10,7 @@
10
10
  "@nuxtjs/google-fonts": "^1.3.0",
11
11
  "@nuxtjs/tailwindcss": "^5.0.4",
12
12
  "nuxt": "3.0.0-rc.4",
13
- "@nuxtus/cli": "^1.0.2"
13
+ "@nuxtus/cli": "^1.0.3"
14
14
  },
15
15
  "dependencies": {
16
16
  "@headlessui/vue": "^1.6.1",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nuxtus/nuxtus",
3
3
  "description": "Directus/Nuxt boilerplate with Tailwind CSS.",
4
- "version": "1.0.4",
4
+ "version": "1.0.5",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/nuxtus/nuxtus.git"