@gct-paas/design-pad 0.1.4-dev.7 → 0.1.4-dev.8

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/es/index.mjs CHANGED
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  function run() {
3
2
  console.log("Hello World!");
4
3
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gct-paas/design-pad",
3
- "version": "0.1.4-dev.7",
3
+ "version": "0.1.4-dev.8",
4
4
  "type": "module",
5
5
  "description": "paas 平台设计界面平板端底包",
6
6
  "main": "dist/index.min.cjs",
@@ -31,8 +31,9 @@
31
31
  "license": "MIT",
32
32
  "author": "gct",
33
33
  "scripts": {
34
- "dev": "rollup -c -w --environment=NODE_ENV:development",
35
- "build": "npm run lint && rollup -c --environment=NODE_ENV:production && vite build --mode production --config vite.config.ts",
34
+ "dev": "cross-env NODE_ENV=development vite build --watch --config vite.dev.config.ts",
35
+ "es:build": "vite build --config vite.dev.config.ts",
36
+ "build": "npm run lint && vite build --config vite.dev.config.ts && vite build --config vite.config.ts",
36
37
  "lint": "eslint src/",
37
38
  "publish:next": "npm run build && npm publish --access public --tag=next --registry=https://registry.npmjs.org/",
38
39
  "publish:dev": "npm run build && npm publish --access public --tag=dev --registry=https://registry.npmjs.org/",
@@ -41,15 +42,14 @@
41
42
  "publish:npm": "npm run build && npm publish --access public --registry=https://registry.npmjs.org/"
42
43
  },
43
44
  "dependencies": {
44
- "@gct-paas/core": "0.1.4-dev.7",
45
- "@gct-paas/core-pad": "0.1.4-dev.7",
46
- "@gct-paas/design": "0.1.4-dev.7",
47
- "@gct-paas/pad": "0.1.4-dev.7",
48
- "@gct-paas/scss": "0.1.4-dev.7",
45
+ "@gct-paas/core": "0.1.4-dev.8",
46
+ "@gct-paas/core-pad": "0.1.4-dev.8",
47
+ "@gct-paas/design": "0.1.4-dev.8",
48
+ "@gct-paas/scss": "0.1.4-dev.8",
49
49
  "vue": "^3.5.27"
50
50
  },
51
51
  "devDependencies": {
52
- "@gct-paas/build": "^0.1.4"
52
+ "@gct-paas/build": "^0.1.5-dev.6"
53
53
  },
54
- "gitHead": "331b60348593f6afa0ccaa54fcdd52435b7876fa"
54
+ "gitHead": "bf7f4f9672c3906ec834e6d58b999ce78f7cad08"
55
55
  }
package/es/vite-env.d.ts DELETED
@@ -1 +0,0 @@
1
- /// <reference types="vite/client" />