@commonpub/layer 0.3.3 → 0.3.4

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/nuxt.config.ts +0 -5
  2. package/package.json +7 -7
package/nuxt.config.ts CHANGED
@@ -80,9 +80,4 @@ export default defineNuxtConfig({
80
80
  nitro: {
81
81
  preset: 'node-server',
82
82
  },
83
- // Prevent css-tree's dynamic require(patch.json) from breaking Nitro server bundle.
84
- // css-tree is a transitive dep via jsdom, not used at runtime.
85
- alias: {
86
- 'css-tree': 'unenv/runtime/mock/empty',
87
- },
88
83
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commonpub/layer",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "type": "module",
5
5
  "main": "./nuxt.config.ts",
6
6
  "files": [
@@ -44,15 +44,15 @@
44
44
  "vue": "^3.4.0",
45
45
  "vue-router": "^4.3.0",
46
46
  "zod": "^4.3.6",
47
- "@commonpub/config": "0.7.0",
48
47
  "@commonpub/auth": "0.5.0",
49
- "@commonpub/docs": "0.5.0",
50
- "@commonpub/learning": "0.5.0",
51
48
  "@commonpub/editor": "0.5.0",
52
- "@commonpub/server": "2.7.0",
53
- "@commonpub/schema": "0.8.8",
49
+ "@commonpub/learning": "0.5.0",
54
50
  "@commonpub/protocol": "0.9.4",
55
- "@commonpub/ui": "0.7.1"
51
+ "@commonpub/config": "0.7.0",
52
+ "@commonpub/schema": "0.8.8",
53
+ "@commonpub/ui": "0.7.1",
54
+ "@commonpub/docs": "0.5.0",
55
+ "@commonpub/server": "2.7.0"
56
56
  },
57
57
  "scripts": {}
58
58
  }