@adonisjs/vite 5.0.1-next.0 → 5.0.1-next.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.
@@ -1,5 +1,5 @@
1
1
  // src/hooks/build_hook.ts
2
- import { hooks } from "@adonisjs/assembler";
2
+ import { hooks } from "@adonisjs/core/app";
3
3
  import { createBuilder } from "vite";
4
4
  var build_hook_default = hooks.buildStarting(async (parent) => {
5
5
  parent.ui.logger.info("building assets with vite");
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@adonisjs/vite",
3
3
  "description": "Vite plugin for AdonisJS",
4
- "version": "5.0.1-next.0",
4
+ "version": "5.0.1-next.1",
5
5
  "engines": {
6
6
  "node": ">=24.0.0"
7
7
  },
@@ -44,8 +44,8 @@
44
44
  "docs": "typedoc"
45
45
  },
46
46
  "devDependencies": {
47
- "@adonisjs/assembler": "^8.0.0-next.7",
48
- "@adonisjs/core": "^7.0.0-next.0",
47
+ "@adonisjs/assembler": "^8.0.0-next.10",
48
+ "@adonisjs/core": "^7.0.0-next.3",
49
49
  "@adonisjs/eslint-config": "^3.0.0-next.1",
50
50
  "@adonisjs/prettier-config": "^1.4.5",
51
51
  "@adonisjs/session": "^8.0.0-next.0",
@@ -79,7 +79,8 @@
79
79
  "vite-plugin-restart": "^1.0.0"
80
80
  },
81
81
  "peerDependencies": {
82
- "@adonisjs/core": "^7.0.0-next.0",
82
+ "@adonisjs/assembler": "^8.0.0-next.10",
83
+ "@adonisjs/core": "^7.0.0-next.3",
83
84
  "@adonisjs/shield": "^9.0.0-next.0",
84
85
  "edge.js": "^6.0.1",
85
86
  "vite": "^7.0.0"
@@ -88,6 +89,9 @@
88
89
  "edge.js": {
89
90
  "optional": true
90
91
  },
92
+ "@adonisjs/assembler": {
93
+ "optional": true
94
+ },
91
95
  "@adonisjs/shield": {
92
96
  "optional": true
93
97
  }
@@ -111,7 +115,7 @@
111
115
  ],
112
116
  "publishConfig": {
113
117
  "access": "public",
114
- "tag": "latest"
118
+ "provenance": true
115
119
  },
116
120
  "release-it": {
117
121
  "git": {
@@ -126,8 +130,7 @@
126
130
  },
127
131
  "npm": {
128
132
  "publish": true,
129
- "skipChecks": true,
130
- "tag": "latest"
133
+ "skipChecks": true
131
134
  },
132
135
  "plugins": {
133
136
  "@release-it/conventional-changelog": {