@authing/react18-ui-components 4.4.0-alpha.10 → 4.4.0-alpha.11

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.
@@ -134,16 +134,6 @@
134
134
  * LICENSE file in the root directory of this source tree.
135
135
  */
136
136
 
137
- /**
138
- * @license React
139
- * react.production.min.js
140
- *
141
- * Copyright (c) Facebook, Inc. and its affiliates.
142
- *
143
- * This source code is licensed under the MIT license found in the
144
- * LICENSE file in the root directory of this source tree.
145
- */
146
-
147
137
  /**
148
138
  * @license React
149
139
  * scheduler.production.min.js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authing/react18-ui-components",
3
- "version": "4.4.0-alpha.10",
3
+ "version": "4.4.0-alpha.11",
4
4
  "description": "Authing Guard for React",
5
5
  "module": "dist/esm/guard.min.js",
6
6
  "types": "dist/typings/index.d.ts",
@@ -18,6 +18,6 @@
18
18
  "author": "https://github.com/authing",
19
19
  "license": "MIT",
20
20
  "dependencies": {
21
- "@authing/guard-shim-react18": "^4.4.0-alpha.10"
21
+ "@authing/guard-shim-react18": "^4.4.0-alpha.11"
22
22
  }
23
23
  }