@xylabs/sdk-meta 6.0.10 → 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 +4 -4
package/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ [![logo][]](https://xylabs.com)
2
+
1
3
  # @xylabs/sdk-meta
2
4
 
3
5
  [![npm][npm-badge]][npm-link]
@@ -698,8 +700,12 @@ type StringIndexable = Record<string, any>;
698
700
 
699
701
  An object with string keys and arbitrary values, used for recursive meta flattening.
700
702
 
703
+ ## Credits
704
+
705
+ [Made with 🔥 and ❄️ by XY Labs](https://xylabs.com)
701
706
 
702
707
  [npm-badge]: https://img.shields.io/npm/v/@xylabs/sdk-meta.svg
703
708
  [npm-link]: https://www.npmjs.com/package/@xylabs/sdk-meta
704
709
  [license-badge]: https://img.shields.io/npm/l/@xylabs/sdk-meta.svg
705
710
  [license-link]: https://github.com/xylabs/sdk-js/blob/main/LICENSE
711
+ [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/sdk-meta",
3
- "version": "6.0.10",
3
+ "version": "6.1.0",
4
4
  "description": "Base functionality used throughout XYO TypeScript/JavaScript libraries",
5
5
  "keywords": [
6
6
  "meta",
@@ -36,11 +36,11 @@
36
36
  "README.md"
37
37
  ],
38
38
  "dependencies": {
39
- "@xylabs/typeof": "~6.0.10"
39
+ "@xylabs/typeof": "~6.1.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@xylabs/toolchain": "^8.1.16",
43
- "@xylabs/tsconfig": "^8.1.16",
42
+ "@xylabs/toolchain": "^8.1.20",
43
+ "@xylabs/tsconfig": "^8.1.20",
44
44
  "cheerio": "^1.2.0",
45
45
  "eslint": "^10.4.1",
46
46
  "typescript": "^6.0.3",