@cdx-ui/utils 0.0.1-beta.146 → 0.0.1-beta.148

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 (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +1 -1
  3. package/package.json +1 -1
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright © 2026 Candescent
3
+ Copyright © 2026 Digital First Holdings LLC
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -86,4 +86,4 @@ All runtime exports have test coverage using `@testing-library/react-native` (`r
86
86
 
87
87
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE)
88
88
 
89
- MIT © 2026 Candescent. See [LICENSE](./LICENSE) for details.
89
+ MIT © 2026 Digital First Holdings LLC. See [LICENSE](./LICENSE) for details.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cdx-ui/utils",
3
- "version": "0.0.1-beta.146",
3
+ "version": "0.0.1-beta.148",
4
4
  "license": "MIT",
5
5
  "main": "lib/commonjs/index.js",
6
6
  "module": "lib/module/index.js",