@nuxtus/nuxtus 1.5.1 → 1.5.2

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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  Changelog
2
2
 
3
+ ## [1.5.2](https://github.com/nuxtus/nuxtus/compare/v1.5.1...v1.5.2) (2022-08-30)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * :bug: update @nuxtus/cli to fix token generation issues ([57eed3b](https://github.com/nuxtus/nuxtus/commit/57eed3b9f9d38add0c1a017218b2df36db0152f1))
9
+
3
10
  ## [1.5.1](https://github.com/nuxtus/nuxtus/compare/v1.5.0...v1.5.1) (2022-08-29)
4
11
 
5
12
 
package/TODO CHANGED
@@ -2,17 +2,19 @@
2
2
  Todo:
3
3
  ☐ Look at https://renovatebot.com/
4
4
  ☐ Make opening browser window on start optional using npm run start (not possible)
5
- ☐ When adding a new collection the new page triggers a nuxt restart then directus tries to send a field.create which fails. We get around this by getting the create field first but Directus still returns a 404 for the second request. Look into https://github.com/directus/directus/issues/14165?utm_campaign=Newsletter&utm_medium=email&_hsmi=223814263&utm_content=223814263&utm_source=hs_email
6
5
  ☐ GraphQL?
7
6
  ☐ Websockets (https://github.com/br41nslug/directus-websocket-subscribe)
8
- ✔ Add ability to use Directus static token instead of login (requires nuxt-directus v2.3.0) - UPDATE DOCS cli.md too! @done(22-08-27 09:12)
9
- ✔ Get added to some nuxt/directus lists etc. @done(22-08-27 09:03)
10
7
  ☐ Remove Google Fonts module (replace with fonts.bunny.net?)
11
8
  ☐ Nuxtus website should actually pull data from Directus!
12
9
  ☐ Look into nx for running as monorepo instead of concurrent
13
- Add Nuxtus logo to index.vue page @done(22-08-24 17:48)
10
+ How/Where to store the installed version of Nuxtus
14
11
 
15
12
  Archive:
13
+ ✔ When adding a new collection the new page triggers a nuxt restart then directus tries to send a field.create which fails. We get around this by getting the create field first but Directus still returns a 404 for the second request. Look into https://github.com/directus/directus/issues/14165?utm_campaign=Newsletter&utm_medium=email&_hsmi=223814263&utm_content=223814263&utm_source=hs_email @done(22-08-29 21:39) @project(Todo)
14
+ ✔ Add ability to use Directus static token instead of login (requires nuxt-directus v2.3.0) - UPDATE DOCS cli.md too! @done(22-08-27 09:12) @project(Todo)
15
+ ✔ Get added to some nuxt/directus lists etc. @done(22-08-27 09:03) @project(Todo)
16
+ ✔ Add Nuxtus logo to index.vue page @done(22-08-24 17:48) @project(Todo)
17
+ ✔ If token already generated, do not generate another one (check .env first!) @done(22-08-30 19:51) @project(Todo)
16
18
  ✔ Handle fetch failures @done(22-08-18 18:06) @project(Todo)
17
19
  ✔ Update docs.vue to use nuxtus-cli instead @done(22-06-12 20:57) @project(Todo)
18
20
  ✔ Fix code for singleton page in .vue template @done(22-06-13 19:06) @project(Todo)
@@ -9,7 +9,7 @@
9
9
  "devDependencies": {
10
10
  "@nuxtjs/google-fonts": "^1.3.0",
11
11
  "@nuxtjs/tailwindcss": "^5.0.4",
12
- "@nuxtus/cli": "^1.3.0",
12
+ "@nuxtus/cli": "^1.4.0",
13
13
  "@nuxtus/nuxt-module": "^1.0.4",
14
14
  "nuxt": "^3.0.0-rc.8"
15
15
  },
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.5.1",
4
+ "version": "1.5.2",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/nuxtus/nuxtus.git"