@xylabs/profile 6.0.9 → 6.1.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 +6 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ [![logo][]](https://xylabs.com)
2
+
1
3
  # @xylabs/profile
2
4
 
3
5
  [![npm][npm-badge]][npm-link]
@@ -132,8 +134,12 @@ type Profiler = Record<string, number[]>;
132
134
 
133
135
  A record of named timing entries, where each key maps to an array of timestamps.
134
136
 
137
+ ## Credits
138
+
139
+ [Made with 🔥 and ❄️ by XY Labs](https://xylabs.com)
135
140
 
136
141
  [npm-badge]: https://img.shields.io/npm/v/@xylabs/profile.svg
137
142
  [npm-link]: https://www.npmjs.com/package/@xylabs/profile
138
143
  [license-badge]: https://img.shields.io/npm/l/@xylabs/profile.svg
139
144
  [license-link]: https://github.com/xylabs/sdk-js/blob/main/LICENSE
145
+ [logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xylabs/profile",
3
- "version": "6.0.9",
3
+ "version": "6.1.0",
4
4
  "description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries",
5
5
  "keywords": [
6
6
  "profile",
@@ -46,8 +46,8 @@
46
46
  "README.md"
47
47
  ],
48
48
  "devDependencies": {
49
- "@xylabs/toolchain": "^8.1.16",
50
- "@xylabs/tsconfig": "^8.1.16",
49
+ "@xylabs/toolchain": "^8.1.20",
50
+ "@xylabs/tsconfig": "^8.1.20",
51
51
  "eslint": "^10.4.1",
52
52
  "typescript": "^6.0.3",
53
53
  "vite": "^8.0.16",