Преглед изворни кода

fix: removed development exports from package.json (#1079)

Alvaro Saburido пре 3 недеља
родитељ
комит
1baca35169
3 измењених фајлова са 215 додато и 241 уклоњено
  1. 6 11
      package.json
  2. 1 1
      playground/vue/vite.config.ts
  3. 208 229
      pnpm-lock.yaml

+ 6 - 11
package.json

@@ -20,11 +20,6 @@
   "sideEffects": false,
   "exports": {
     ".": {
-      "development": {
-        "types": "./src/index.ts",
-        "import": "./src/index.ts",
-        "default": "./src/index.ts"
-      },
       "types": "./dist/index.d.ts",
       "import": "./dist/tres.js",
       "require": "./dist/tres.js",
@@ -110,21 +105,21 @@
     "rollup-plugin-copy": "^3.5.0",
     "rollup-plugin-visualizer": "^5.14.0",
     "sponsorkit": "^16.3.0",
-    "three": "^0.177.0",
+    "three": "^0.179.1",
     "unocss": "^65.4.3",
     "unplugin": "^2.1.2",
     "unplugin-vue-components": "^28.0.0",
-    "vite": "^6.1.0",
+    "vite": "^7.1.3",
     "vite-plugin-banner": "^0.8.0",
     "vite-plugin-dts": "4.5.4",
-    "vite-plugin-inspect": "^10.1.0",
+    "vite-plugin-inspect": "^11.3.3",
     "vite-plugin-require-transform": "^1.0.21",
     "vite-svg-loader": "^5.1.0",
     "vitepress": "1.6.3",
-    "vitest": "3.0.5",
-    "vue": "3.5.17",
+    "vitest": "3.2.4",
+    "vue": "3.5.20",
     "vue-demi": "^0.14.10",
-    "vue-tsc": "^2.2.0"
+    "vue-tsc": "^3.0.6"
   },
   "pnpm": {
     "onlyBuiltDependencies": [

+ 1 - 1
playground/vue/vite.config.ts

@@ -1,4 +1,4 @@
-import { templateCompilerOptions } from '@tresjs/core'
+import templateCompilerOptions from '../../src/utils/template-compiler-options'
 import vue from '@vitejs/plugin-vue'
 import { resolve } from 'pathe'
 import UnoCSS from 'unocss/vite'

Разлика између датотеке није приказан због своје велике величине
+ 208 - 229
pnpm-lock.yaml


Неке датотеке нису приказане због велике количине промена