@vtj/utils 0.3.8-alpha.1 → 0.3.8-alpha.3

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 (3) hide show
  1. package/cdn/index.js +6 -6
  2. package/lib/index.js +188 -188
  3. package/package.json +6 -6
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@vtj/utils",
3
3
  "private": false,
4
- "version": "0.3.8-alpha.1",
4
+ "version": "0.3.8-alpha.3",
5
5
  "type": "module",
6
6
  "scripts": {
7
- "setup": "npm install --registry=https://registry.npmmirror.com",
7
+ "setup": "pnpm install --registry=https://registry.npmmirror.com",
8
8
  "dev": "cross-env ENV_TYPE=dev vite",
9
- "build": "vue-tsc && vite build && npm run build:cdn",
9
+ "build": "vue-tsc && vite build && pnpm run build:cdn",
10
10
  "build:cdn": "vue-tsc && cross-env CDN=true vite build",
11
11
  "test:unit": "vitest --environment jsdom",
12
12
  "coverage": "vitest run --coverage --environment jsdom"
13
13
  },
14
14
  "devDependencies": {
15
- "@vtj/cli": "^0.3.7-alpha.1",
16
- "@vtj/deps": "^0.3.8-alpha.1"
15
+ "@vtj/cli": "0.3.7-alpha.3",
16
+ "@vtj/deps": "0.3.8-alpha.3"
17
17
  },
18
18
  "files": [
19
19
  "lib",
@@ -30,7 +30,7 @@
30
30
  "require": "./lib/index.js"
31
31
  }
32
32
  },
33
- "gitHead": "bc8affd1ab58f046a1fbc5e081725ae99a10e09b",
33
+ "gitHead": "2f78576640226bc7ffbc465848ce7b02180543b9",
34
34
  "publishConfig": {
35
35
  "access": "public"
36
36
  }