@egov3/graphics 1.0.50 → 1.0.51

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,34 +1,37 @@
1
1
  {
2
- "name": "@egov3/graphics",
3
- "version": "1.0.50",
4
- "license": "MIT",
5
- "main": "dist/index.cjs",
6
- "module": "dist/index.js",
7
- "types": "dist/index.d.ts",
8
- "type": "module",
9
- "author": "Zhassulan Baigozha",
10
- "description": "A system-design graphics NPM package in Typescript",
11
- "scripts": {
12
- "build": "tsup",
13
- "prepublishOnly": "yarn build"
14
- },
15
- "repository": {
16
- "type": "git",
17
- "url": "https://github.com/egov3/graphics.git"
18
- },
19
- "peerDependencies": {
20
- "react": ">=18.0.0 <20.0.0",
21
- "react-dom": ">=18.0.0 <20.0.0"
22
- },
23
- "devDependencies": {
24
- "@types/react": "^19.0.10",
25
- "@types/react-dom": "^19.0.4",
26
- "tslib": "^2.8.1",
27
- "tsup": "^8.4.0",
28
- "typescript": "^5.8.2"
29
- },
30
- "files": [
31
- "dist"
32
- ],
33
- "sideEffects": false
2
+ "name": "@egov3/graphics",
3
+ "version": "1.0.51",
4
+ "license": "MIT",
5
+ "main": "dist/index.cjs",
6
+ "module": "dist/index.js",
7
+ "types": "dist/index.d.ts",
8
+ "type": "module",
9
+ "author": "Zhassulan Baigozha",
10
+ "description": "A system-design graphics NPM package in Typescript",
11
+ "scripts": {
12
+ "build": "tsup",
13
+ "prepublishOnly": "yarn build",
14
+ "lint": "biome check .",
15
+ "lint:fix": "biome check --write ."
16
+ },
17
+ "repository": {
18
+ "type": "git",
19
+ "url": "https://github.com/egov3/graphics.git"
20
+ },
21
+ "peerDependencies": {
22
+ "react": ">=18.0.0 <20.0.0",
23
+ "react-dom": ">=18.0.0 <20.0.0"
24
+ },
25
+ "devDependencies": {
26
+ "@biomejs/biome": "2.2.6",
27
+ "@types/react": "^19.0.10",
28
+ "@types/react-dom": "^19.0.4",
29
+ "tslib": "^2.8.1",
30
+ "tsup": "^8.4.0",
31
+ "typescript": "^5.8.2"
32
+ },
33
+ "files": [
34
+ "dist"
35
+ ],
36
+ "sideEffects": false
34
37
  }