@pnp/spfx-controls-react 3.18.0-beta.7996369 → 3.18.0-beta.8147667
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,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.18.0-beta.
|
|
1
|
+
export var version = "3.18.0-beta.8147667";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnp/spfx-controls-react",
|
|
3
3
|
"description": "Reusable React controls for SharePoint Framework solutions",
|
|
4
|
-
"version": "3.18.0-beta.
|
|
4
|
+
"version": "3.18.0-beta.8147667",
|
|
5
5
|
"node": ">=16.13.0 <17.0.0 || >=18.17.1 <19.0.0",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"build": "gulp build",
|
|
@@ -138,23 +138,19 @@
|
|
|
138
138
|
"license": "MIT",
|
|
139
139
|
"keywords": [
|
|
140
140
|
"sharepoint",
|
|
141
|
+
"microsoft365",
|
|
142
|
+
"m365",
|
|
141
143
|
"office365",
|
|
142
144
|
"tools",
|
|
143
145
|
"spfx",
|
|
144
|
-
"framework"
|
|
146
|
+
"sharepoint framework"
|
|
145
147
|
],
|
|
146
148
|
"bugs": {
|
|
147
149
|
"url": "https://github.com/pnp/sp-dev-fx-controls-react/issues"
|
|
148
150
|
},
|
|
149
151
|
"main": "lib/index.js",
|
|
150
152
|
"homepage": "https://pnp.github.io/sp-dev-fx-controls-react/",
|
|
151
|
-
"contributors": [
|
|
152
|
-
"Gove, Russell <russellgove@gmail.com>",
|
|
153
|
-
"Kent Chris <>",
|
|
154
|
-
"Rodrigues, Joel <>",
|
|
155
|
-
"Struyf, Elio <info@estruyf.be>",
|
|
156
|
-
"Terentiev, Alex <alex@aterentiev.com>"
|
|
157
|
-
],
|
|
153
|
+
"contributors": [],
|
|
158
154
|
"jest": {
|
|
159
155
|
"transform": {
|
|
160
156
|
"^.+\\.(ts|tsx)$": "ts-jest"
|