@zthun/helpful-internet 2.3.0 → 3.0.0

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 +11 -0
  2. package/package.json +4 -5
package/README.md ADDED
@@ -0,0 +1,11 @@
1
+ # Helpful Internet
2
+
3
+ This package contains models for common internet "things." These can be generic everyday objects such as emails,
4
+ cookies, and servers.
5
+
6
+ ## Installation
7
+
8
+ ```sh
9
+ npm install @zthun/helpful-internet
10
+ yarn add @zthun/helpful-internet
11
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zthun/helpful-internet",
3
- "version": "2.3.0",
3
+ "version": "3.0.0",
4
4
  "description": "Helpful objects that represents internet base entities",
5
5
  "author": "Anthony Bonta",
6
6
  "license": "MIT",
@@ -19,16 +19,15 @@
19
19
  "access": "public"
20
20
  },
21
21
  "dependencies": {
22
- "@zthun/helpful-fn": "^2.3.0"
22
+ "@zthun/helpful-fn": "^3.0.0"
23
23
  },
24
24
  "devDependencies": {
25
25
  "microbundle": "^0.15.1",
26
- "vite": "^4.4.9",
27
- "vitest": "^0.34.3"
26
+ "vitest": "^0.34.6"
28
27
  },
29
28
  "files": [
30
29
  "dist"
31
30
  ],
32
31
  "sideEffects": false,
33
- "gitHead": "40efb398603f2a29e4c35c1f992b7322e7070d6d"
32
+ "gitHead": "efd821e16fd4e87a411d3a924b40a2309030539c"
34
33
  }