@authing/react18-ui-components 4.4.0-alpha.5 → 4.4.0-alpha.52

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.
@@ -1,8 +1,8 @@
1
1
  /*
2
- object-assign
3
- (c) Sindre Sorhus
4
- @license MIT
5
- */
2
+ object-assign
3
+ (c) Sindre Sorhus
4
+ @license MIT
5
+ */
6
6
 
7
7
  /*!
8
8
  Copyright (c) 2018 Jed Watson.
@@ -10,122 +10,14 @@
10
10
  http://jedwatson.github.io/classnames
11
11
  */
12
12
 
13
- /*! ./Component */
14
-
15
- /*! ./Context */
16
-
17
- /*! ./checkPropTypes */
18
-
19
- /*! ./cjs/react-is.development.js */
20
-
21
- /*! ./factoryWithTypeCheckers */
22
-
23
- /*! ./lib/ReactPropTypesSecret */
24
-
25
- /*! ./lib/has */
26
-
27
- /*! ./mediaQuery */
28
-
29
- /*! ./toQuery */
30
-
31
- /*! ./useMediaQuery */
32
-
33
- /*! For license information please see guard.min.js.LICENSE.txt */
34
-
35
- /*! css-mediaquery */
36
-
37
- /*! hyphenate-style-name */
38
-
39
- /*! matchmediaquery */
40
-
41
- /*! object-assign */
42
-
43
- /*! prop-types */
44
-
45
- /*! react */
46
-
47
- /*! react-is */
13
+ /*!
14
+ Copyright (c) 2018 Jed Watson.
15
+ Licensed under the MIT License (MIT), see
16
+ http://jedwatson.github.io/classnames
17
+ */
48
18
 
49
19
  /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
50
20
 
51
- /*! shallow-equal */
52
-
53
- /*!**********************!*\
54
- !*** ./src/index.ts ***!
55
- \**********************/
56
-
57
- /*!************************!*\
58
- !*** ./src/Context.ts ***!
59
- \************************/
60
-
61
- /*!************************!*\
62
- !*** ./src/toQuery.ts ***!
63
- \************************/
64
-
65
- /*!**************************!*\
66
- !*** ./src/Component.ts ***!
67
- \**************************/
68
-
69
- /*!***************************!*\
70
- !*** ./src/mediaQuery.ts ***!
71
- \***************************/
72
-
73
- /*!******************************!*\
74
- !*** ./src/useMediaQuery.ts ***!
75
- \******************************/
76
-
77
- /*!****************************************!*\
78
- !*** ./node_modules/react-is/index.js ***!
79
- \****************************************/
80
-
81
- /*!******************************************!*\
82
- !*** ./node_modules/prop-types/index.js ***!
83
- \******************************************/
84
-
85
- /*!********************************************!*\
86
- !*** ./node_modules/prop-types/lib/has.js ***!
87
- \********************************************/
88
-
89
- /*!*********************************************!*\
90
- !*** ./node_modules/object-assign/index.js ***!
91
- \*********************************************/
92
-
93
- /*!**********************************************!*\
94
- !*** ./node_modules/css-mediaquery/index.js ***!
95
- \**********************************************/
96
-
97
- /*!***********************************************!*\
98
- !*** ./node_modules/matchmediaquery/index.js ***!
99
- \***********************************************/
100
-
101
- /*!***************************************************!*\
102
- !*** ./node_modules/prop-types/checkPropTypes.js ***!
103
- \***************************************************/
104
-
105
- /*!****************************************************!*\
106
- !*** ./node_modules/hyphenate-style-name/index.js ***!
107
- \****************************************************/
108
-
109
- /*!******************************************************!*\
110
- !*** ./node_modules/shallow-equal/dist/index.esm.js ***!
111
- \******************************************************/
112
-
113
- /*!***********************************************************!*\
114
- !*** ./node_modules/react-is/cjs/react-is.development.js ***!
115
- \***********************************************************/
116
-
117
- /*!************************************************************!*\
118
- !*** ./node_modules/prop-types/factoryWithTypeCheckers.js ***!
119
- \************************************************************/
120
-
121
- /*!*************************************************************!*\
122
- !*** ./node_modules/prop-types/lib/ReactPropTypesSecret.js ***!
123
- \*************************************************************/
124
-
125
- /*!**************************************************************************************!*\
126
- !*** external {"commonjs":"react","commonjs2":"react","amd":"react","root":"React"} ***!
127
- \**************************************************************************************/
128
-
129
21
  /**
130
22
  * @license React
131
23
  * react-dom.production.min.js
@@ -136,16 +28,6 @@
136
28
  * LICENSE file in the root directory of this source tree.
137
29
  */
138
30
 
139
- /**
140
- * @license React
141
- * react.production.min.js
142
- *
143
- * Copyright (c) Facebook, Inc. and its affiliates.
144
- *
145
- * This source code is licensed under the MIT license found in the
146
- * LICENSE file in the root directory of this source tree.
147
- */
148
-
149
31
  /**
150
32
  * @license React
151
33
  * 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.5",
3
+ "version": "4.4.0-alpha.52",
4
4
  "description": "Authing Guard for React",
5
5
  "module": "dist/esm/guard.min.js",
6
6
  "types": "dist/typings/index.d.ts",
@@ -11,13 +11,13 @@
11
11
  ],
12
12
  "scripts": {
13
13
  "autoinstall": "npm ci",
14
- "build:lib": "node scripts/build.js",
14
+ "build:lib": "npm ci && node scripts/build.js",
15
15
  "release:official": "npm publish --verbose --access public",
16
16
  "release:alpha": "npm publish --verbose --tag=alpha --access public"
17
17
  },
18
18
  "author": "https://github.com/authing",
19
19
  "license": "MIT",
20
20
  "dependencies": {
21
- "@authing/guard-shim-react18": "^4.4.0-alpha.5"
21
+ "@authing/guard-shim-react18": "^4.4.0-alpha.52"
22
22
  }
23
23
  }