@weapp-core/init 2.1.2 → 2.1.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/dist/index.cjs CHANGED
@@ -471,7 +471,7 @@ var posix = /* @__PURE__ */ mix(":");
471
471
  var win32 = /* @__PURE__ */ mix(";");
472
472
 
473
473
  // ../../packages/weapp-vite/package.json
474
- var version = "5.1.4";
474
+ var version = "5.1.7";
475
475
 
476
476
  // src/context.ts
477
477
  function createContext() {
package/dist/index.js CHANGED
@@ -424,7 +424,7 @@ var posix = /* @__PURE__ */ mix(":");
424
424
  var win32 = /* @__PURE__ */ mix(";");
425
425
 
426
426
  // ../../packages/weapp-vite/package.json
427
- var version = "5.1.4";
427
+ var version = "5.1.7";
428
428
 
429
429
  // src/context.ts
430
430
  function createContext() {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@weapp-core/init",
3
3
  "type": "module",
4
- "version": "2.1.2",
4
+ "version": "2.1.4",
5
5
  "description": "@weapp-core/init",
6
6
  "author": "ice breaker <1324318532@qq.com>",
7
7
  "license": "MIT",
@@ -38,9 +38,9 @@
38
38
  "templates"
39
39
  ],
40
40
  "dependencies": {
41
- "fs-extra": "^11.3.1",
42
- "@weapp-core/logger": "^2.0.0",
43
- "@weapp-core/shared": "^2.0.1"
41
+ "fs-extra": "^11.3.2",
42
+ "@weapp-core/shared": "^2.0.1",
43
+ "@weapp-core/logger": "^2.0.0"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/semver": "^7.7.1",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "devDependencies": {
26
26
  "miniprogram-api-typings": "^4.1.0",
27
- "sass": "^1.92.0",
27
+ "sass": "^1.92.1",
28
28
  "typescript": "^5.9.2",
29
29
  "weapp-vite": "workspace:*"
30
30
  }
@@ -29,10 +29,10 @@
29
29
  "autoprefixer": "^10.4.21",
30
30
  "miniprogram-api-typings": "^4.1.0",
31
31
  "postcss": "^8.5.6",
32
- "sass": "^1.92.0",
32
+ "sass": "^1.92.1",
33
33
  "tailwindcss": "^3.4.17",
34
34
  "typescript": "^5.9.2",
35
- "weapp-tailwindcss": "^4.2.7",
35
+ "weapp-tailwindcss": "^4.3.2",
36
36
  "weapp-vite": "workspace:*"
37
37
  }
38
38
  }
@@ -32,10 +32,10 @@
32
32
  "autoprefixer": "^10.4.21",
33
33
  "miniprogram-api-typings": "^4.1.0",
34
34
  "postcss": "^8.5.6",
35
- "sass": "^1.92.0",
35
+ "sass": "^1.92.1",
36
36
  "tailwindcss": "^3.4.17",
37
37
  "typescript": "^5.9.2",
38
- "weapp-tailwindcss": "^4.2.7",
38
+ "weapp-tailwindcss": "^4.3.2",
39
39
  "weapp-vite": "workspace:*"
40
40
  }
41
41
  }
@@ -32,10 +32,10 @@
32
32
  "autoprefixer": "^10.4.21",
33
33
  "miniprogram-api-typings": "^4.1.0",
34
34
  "postcss": "^8.5.6",
35
- "sass": "^1.92.0",
35
+ "sass": "^1.92.1",
36
36
  "tailwindcss": "^3.4.17",
37
37
  "typescript": "^5.9.2",
38
- "weapp-tailwindcss": "^4.2.7",
38
+ "weapp-tailwindcss": "^4.3.2",
39
39
  "weapp-vite": "workspace:*"
40
40
  }
41
41
  }