vivth 1.4.0 → 1.4.1

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/bun.lock +0 -3
  2. package/package.json +5 -4
package/bun.lock CHANGED
@@ -7,7 +7,6 @@
7
7
  "@types/mime-types": "^3.0.1",
8
8
  "chokidar": "^4.0.3",
9
9
  "esbuild": "^0.25.12",
10
- "i": "^0.3.7",
11
10
  "mime-types": "^3.0.1",
12
11
  "pkg": "^5.8.1",
13
12
  "prettier": "^3.6.2",
@@ -195,8 +194,6 @@
195
194
 
196
195
  "https-proxy-agent": ["https-proxy-agent@5.0.1", "", { "dependencies": { "agent-base": "6", "debug": "4" } }, "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA=="],
197
196
 
198
- "i": ["i@0.3.7", "", {}, "sha512-FYz4wlXgkQwIPqhzC5TdNMLSE5+GS1IIDJZY/1ZiEPCT2S3COUVZeT5OW4BmW4r5LHLQuOosSwsvnroG9GR59Q=="],
199
-
200
197
  "ieee754": ["ieee754@1.2.1", "", {}, "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA=="],
201
198
 
202
199
  "ignore": ["ignore@5.3.2", "", {}, "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g=="],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vivth",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "library primitives",
5
5
  "main": "index.mjs",
6
6
  "types": "./types/index.d.mts",
@@ -11,13 +11,12 @@
11
11
  "vivth": "link:vivth"
12
12
  },
13
13
  "dependencies": {
14
- "prettier": "^3.6.2",
15
14
  "@types/mime-types": "^3.0.1",
16
15
  "chokidar": "^4.0.3",
17
16
  "esbuild": "^0.25.12",
18
- "i": "^0.3.7",
19
17
  "mime-types": "^3.0.1",
20
- "pkg": "^5.8.1"
18
+ "pkg": "^5.8.1",
19
+ "prettier": "^3.6.2"
21
20
  },
22
21
  "peerDependencies": {},
23
22
  "repository": {
@@ -26,6 +25,8 @@
26
25
  },
27
26
  "keywords": [
28
27
  "simple",
28
+ "primitive",
29
+ "runtime agnostic",
29
30
  "signal",
30
31
  "data driven"
31
32
  ],