@scalar/icons 0.4.5 → 0.4.7

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -45,7 +45,7 @@ This will also update / override the exports in the index file at `src/index.ts`
45
45
 
46
46
  ## Community
47
47
 
48
- We are API nerds. You too? Lets chat on Discord: <https://discord.gg/scalar>
48
+ We are API nerds. You too? Let's chat on Discord: <https://discord.gg/scalar>
49
49
 
50
50
  ## License
51
51
 
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "url": "git+https://github.com/scalar/scalar.git",
11
11
  "directory": "packages/icons"
12
12
  },
13
- "version": "0.4.5",
13
+ "version": "0.4.7",
14
14
  "engines": {
15
15
  "node": ">=20"
16
16
  },
@@ -23,9 +23,9 @@
23
23
  "require": "./dist/index.cjs"
24
24
  },
25
25
  "./types": {
26
+ "types": "./dist/types.d.ts",
26
27
  "import": "./dist/types.js",
27
- "require": "./dist/types.cjs",
28
- "types": "./dist/types.d.ts"
28
+ "require": "./dist/types.cjs"
29
29
  },
30
30
  "./library": {
31
31
  "import": "./dist/library/index.js",
@@ -40,17 +40,17 @@
40
40
  "@phosphor-icons/core": "^2.1.1",
41
41
  "@types/node": "^22.9.0",
42
42
  "chalk": "^5.4.1",
43
- "vue": "^3.5.12"
43
+ "vue": "^3.5.17"
44
44
  },
45
45
  "devDependencies": {
46
- "@vitejs/plugin-vue": "^5.0.4",
46
+ "@vitejs/plugin-vue": "^5.2.4",
47
47
  "@vue/test-utils": "^2.4.1",
48
48
  "jsdom": "^22.1.0",
49
49
  "svglint": "^2.7.1",
50
- "vite": "5.4.19",
50
+ "vite": "6.1.6",
51
51
  "vite-svg-loader": "^5.1.0",
52
- "vitest": "^1.6.0",
53
- "@scalar/build-tooling": "0.2.3"
52
+ "vitest": "^3.2.4",
53
+ "@scalar/build-tooling": "0.2.6"
54
54
  },
55
55
  "scripts": {
56
56
  "build": "scalar-build-vite",