@jay-framework/compiler-jay-stack 0.15.4 → 0.15.6

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +7 -7
package/dist/index.js CHANGED
@@ -684,7 +684,7 @@ function createPluginClientImportResolver(options = {}) {
684
684
  const pluginDetector = options.pluginDetector || createDefaultPluginDetector();
685
685
  return {
686
686
  name: "jay-stack:plugin-client-import",
687
- enforce: "pre",
687
+ enforce: "post",
688
688
  configResolved(config) {
689
689
  projectRoot = config.root || projectRoot;
690
690
  isSSRBuild = !!config.build?.ssr;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jay-framework/compiler-jay-stack",
3
- "version": "0.15.4",
3
+ "version": "0.15.6",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/index.js",
@@ -27,16 +27,16 @@
27
27
  "test:watch": "vitest"
28
28
  },
29
29
  "dependencies": {
30
- "@jay-framework/compiler": "^0.15.4",
31
- "@jay-framework/compiler-shared": "^0.15.4",
32
- "@jay-framework/logger": "^0.15.4",
33
- "@jay-framework/typescript-bridge": "^0.15.4",
34
- "@jay-framework/vite-plugin": "^0.15.4",
30
+ "@jay-framework/compiler": "^0.15.6",
31
+ "@jay-framework/compiler-shared": "^0.15.6",
32
+ "@jay-framework/logger": "^0.15.6",
33
+ "@jay-framework/typescript-bridge": "^0.15.6",
34
+ "@jay-framework/vite-plugin": "^0.15.6",
35
35
  "typescript": "^5.3.3",
36
36
  "vite": "^5.0.11"
37
37
  },
38
38
  "devDependencies": {
39
- "@jay-framework/dev-environment": "^0.15.4",
39
+ "@jay-framework/dev-environment": "^0.15.6",
40
40
  "rimraf": "^5.0.5",
41
41
  "tsup": "^8.0.1",
42
42
  "vitest": "^1.2.1"