iv-npm 1.1.54 → 1.1.55

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,6 +1,6 @@
1
1
  {
2
2
  "name": "iv-npm",
3
- "version": "1.1.54",
3
+ "version": "1.1.55",
4
4
  "description": "公共通用包",
5
5
  "author": "Mr.Cong",
6
6
  "license": "ISC",
@@ -1,25 +1,28 @@
1
- {
2
- "name": "@IVNPM/shared",
3
- "version": "1.0.0",
4
- "description": "IVNPM/shared",
5
- "scripts": {
6
- "prepare": "npm run build",
7
- "dev": "tsup --watch",
8
- "build": "tsup"
9
- },
10
- "main": "dist/utils/index.mjs",
11
- "module": "dist/utils/index.mjs",
12
- "types": "dist/utils/index.d.ts",
13
- "files": [
14
- "index.js",
15
- "dist"
16
- ],
17
- "author": "Mr.Cong",
18
- "license": "ISC",
19
- "devDependencies": {
20
- "tsup": "^6.2.1"
21
- },
22
- "peerDependencies": {
23
- "ant-design-vue": "^3.2.5"
24
- }
25
- }
1
+ {
2
+ "name": "@IVNPM/shared",
3
+ "version": "1.0.0",
4
+ "description": "IVNPM/shared",
5
+ "scripts": {
6
+ "prepare": "npm run build",
7
+ "dev": "tsup --watch",
8
+ "build": "tsup"
9
+ },
10
+ "main": "dist/utils/index.mjs",
11
+ "module": "dist/utils/index.mjs",
12
+ "types": "dist/utils/index.d.ts",
13
+ "files": [
14
+ "index.js",
15
+ "dist"
16
+ ],
17
+ "author": "Mr.Cong",
18
+ "license": "ISC",
19
+ "devDependencies": {
20
+ "tsup": "^6.2.1"
21
+ },
22
+ "peerDependencies": {
23
+ "ant-design-vue": "^3.2.5"
24
+ },
25
+ "dependencies": {
26
+ "rollup-plugin-img": "^1.1.0"
27
+ }
28
+ }
package/pnpm-lock.yaml CHANGED
@@ -10,7 +10,10 @@ importers:
10
10
 
11
11
  packages/shared:
12
12
  specifiers:
13
+ rollup-plugin-img: ^1.1.0
13
14
  tsup: ^6.2.1
15
+ dependencies:
16
+ rollup-plugin-img: 1.1.0
14
17
  devDependencies:
15
18
  tsup: 6.2.1
16
19
 
@@ -2640,7 +2643,6 @@ packages:
2640
2643
 
2641
2644
  /estree-walker/0.6.1:
2642
2645
  resolution: {integrity: sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w==}
2643
- dev: true
2644
2646
 
2645
2647
  /estree-walker/1.0.1:
2646
2648
  resolution: {integrity: sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==}
@@ -4668,6 +4670,12 @@ packages:
4668
4670
  rollup-pluginutils: 2.8.2
4669
4671
  dev: true
4670
4672
 
4673
+ /rollup-plugin-img/1.1.0:
4674
+ resolution: {integrity: sha512-44JyY0wBQFNjM2pB7Yv1uUwMW4S1bjdnzLmUPShrDeACSMvn798i9ttwiBkfls+QjSY0qLrNqMacUTDX93Q0MA==}
4675
+ dependencies:
4676
+ rollup-pluginutils: 2.8.2
4677
+ dev: false
4678
+
4671
4679
  /rollup-plugin-postcss/4.0.2_postcss@8.4.16:
4672
4680
  resolution: {integrity: sha512-05EaY6zvZdmvPUDi3uCcAQoESDcYnv8ogJJQRp6V5kZ6J6P7uAVJlrTZcaaA20wTH527YTnKfkAoPxWI/jPp4w==}
4673
4681
  engines: {node: '>=10'}
@@ -4752,7 +4760,6 @@ packages:
4752
4760
  resolution: {integrity: sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ==}
4753
4761
  dependencies:
4754
4762
  estree-walker: 0.6.1
4755
- dev: true
4756
4763
 
4757
4764
  /rollup/2.77.2:
4758
4765
  resolution: {integrity: sha512-m/4YzYgLcpMQbxX3NmAqDvwLATZzxt8bIegO78FZLl+lAgKJBd1DRAOeEiZcKOIOPjxE6ewHWHNgGEalFXuz1g==}