use-subscription 1.9.0-next-54f297a60-20221017 → 1.9.0-next-987292815-20221019

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.
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) Facebook, Inc. and its affiliates.
3
+ Copyright (c) Meta Platforms, Inc. and affiliates.
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
@@ -2,7 +2,7 @@
2
2
  * @license React
3
3
  * use-subscription.development.js
4
4
  *
5
- * Copyright (c) Facebook, Inc. and its affiliates.
5
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
6
6
  *
7
7
  * This source code is licensed under the MIT license found in the
8
8
  * LICENSE file in the root directory of this source tree.
@@ -2,7 +2,7 @@
2
2
  * @license React
3
3
  * use-subscription.production.min.js
4
4
  *
5
- * Copyright (c) Facebook, Inc. and its affiliates.
5
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
6
6
  *
7
7
  * This source code is licensed under the MIT license found in the
8
8
  * LICENSE file in the root directory of this source tree.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "use-subscription",
3
3
  "description": "Reusable hooks",
4
- "version": "1.9.0-next-54f297a60-20221017",
4
+ "version": "1.9.0-next-987292815-20221019",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/facebook/react.git",
@@ -15,12 +15,12 @@
15
15
  ],
16
16
  "license": "MIT",
17
17
  "peerDependencies": {
18
- "react": "18.3.0-next-54f297a60-20221017"
18
+ "react": "18.3.0-next-987292815-20221019"
19
19
  },
20
20
  "devDependencies": {
21
21
  "rxjs": "^5.5.6"
22
22
  },
23
23
  "dependencies": {
24
- "use-sync-external-store": "1.3.0-next-54f297a60-20221017"
24
+ "use-sync-external-store": "1.3.0-next-987292815-20221019"
25
25
  }
26
26
  }