@opengis/cms 0.0.2 → 0.0.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.
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@opengis/cms",
3
- "version": "0.0.2",
3
+ "version": "0.0.4",
4
4
  "description": "cms",
5
5
  "type": "module",
6
6
  "author": "Softpro",
7
7
  "license": "EULA",
8
8
  "files": [
9
- "./editor/dist"
9
+ "dist"
10
10
  ],
11
11
  "scripts": {
12
12
  "test": "node --test test/**/*.test.js",
13
13
  "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
14
- "build": "vite build editor",
14
+ "build": "vite build",
15
15
  "start": "node server",
16
16
  "prod": "cross-env NODE_ENV=production npm run start",
17
17
  "docs:dev": "vitepress dev docs",
File without changes
File without changes
File without changes