@heroui/image 0.0.0-canary-20250118202214 → 0.0.0-canary-20250119144413

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 +2 -2
  3. package/package.json +6 -6
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2020 Next UI
3
+ Copyright (c) 2020 Next UI Inc.
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
@@ -15,10 +15,10 @@ npm i @heroui/image
15
15
  ## Contribution
16
16
 
17
17
  Yes please! See the
18
- [contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md)
18
+ [contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md)
19
19
  for details.
20
20
 
21
21
  ## License
22
22
 
23
23
  This project is licensed under the terms of the
24
- [MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE).
24
+ [MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heroui/image",
3
- "version": "0.0.0-canary-20250118202214",
3
+ "version": "0.0.0-canary-20250119144413",
4
4
  "description": "A simple image component",
5
5
  "keywords": [
6
6
  "image"
@@ -27,13 +27,13 @@
27
27
  "peerDependencies": {
28
28
  "react": ">=18 || >=19.0.0-rc.0",
29
29
  "react-dom": ">=18 || >=19.0.0-rc.0",
30
- "@heroui/theme": "0.0.0-canary-20250118202214",
31
- "@heroui/system": "0.0.0-canary-20250118202214"
30
+ "@heroui/theme": "0.0.0-canary-20250119144413",
31
+ "@heroui/system": "0.0.0-canary-20250119144413"
32
32
  },
33
33
  "dependencies": {
34
- "@heroui/shared-utils": "0.0.0-canary-20250118202214",
35
- "@heroui/react-utils": "0.0.0-canary-20250118202214",
36
- "@heroui/use-image": "0.0.0-canary-20250118202214"
34
+ "@heroui/shared-utils": "0.0.0-canary-20250119144413",
35
+ "@heroui/react-utils": "0.0.0-canary-20250119144413",
36
+ "@heroui/use-image": "0.0.0-canary-20250119144413"
37
37
  },
38
38
  "clean-package": "../../../clean-package.config.json",
39
39
  "module": "dist/index.mjs",