Compare commits
	
		
			3 Commits
		
	
	
		
			v2.0.3
			...
			efe365c773
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| efe365c773 | |||
| 11f964186e | |||
| c4e7eeabcb | 
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "name": "vite-plugin-cesium-next",
 | 
					  "name": "vite-plugin-cesium-next",
 | 
				
			||||||
  "version": "2.0.3",
 | 
					  "version": "2.0.4",
 | 
				
			||||||
  "description": "Cesium library plugin for Vite",
 | 
					  "description": "Cesium library plugin for Vite",
 | 
				
			||||||
  "main": "./dist/index.js",
 | 
					  "main": "./dist/index.js",
 | 
				
			||||||
  "module": "./dist/index.mjs",
 | 
					  "module": "./dist/index.mjs",
 | 
				
			||||||
@@ -32,20 +32,20 @@
 | 
				
			|||||||
  "license": "MIT",
 | 
					  "license": "MIT",
 | 
				
			||||||
  "repository": {
 | 
					  "repository": {
 | 
				
			||||||
    "type": "git",
 | 
					    "type": "git",
 | 
				
			||||||
    "url": "git+https://github.com/coder-xiaomo/vite-plugin-cesium-next"
 | 
					    "url": "git+https://github.com/coder-xiaomo/vite-plugin-cesium-next.git"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "bugs": {
 | 
					  "bugs": {
 | 
				
			||||||
    "url": "https://github.com/coder-xiaomo/vite-plugin-cesium-next/issues"
 | 
					    "url": "https://github.com/coder-xiaomo/vite-plugin-cesium-next/issues"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "dependencies": {
 | 
					  "dependencies": {
 | 
				
			||||||
    "fs-extra": "^11.3.0",
 | 
					    "fs-extra": "^11.3.0",
 | 
				
			||||||
    "rollup-plugin-external-globals": "^0.6.1",
 | 
					    "rollup-plugin-external-globals": "^0.13.0",
 | 
				
			||||||
    "serve-static": "^1.16.2"
 | 
					    "serve-static": "^1.16.2"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "devDependencies": {
 | 
					  "devDependencies": {
 | 
				
			||||||
    "@tsconfig/node22": "^22.0.2",
 | 
					    "@tsconfig/node22": "^22.0.2",
 | 
				
			||||||
    "@types/fs-extra": "^11.0.4",
 | 
					    "@types/fs-extra": "^11.0.4",
 | 
				
			||||||
    "@types/node": "^22.15.31",
 | 
					    "@types/node": "^22.15.32",
 | 
				
			||||||
    "@types/serve-static": "^1.15.8",
 | 
					    "@types/serve-static": "^1.15.8",
 | 
				
			||||||
    "prettier": "^3.5.3",
 | 
					    "prettier": "^3.5.3",
 | 
				
			||||||
    "tsup": "^8.5.0",
 | 
					    "tsup": "^8.5.0",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user