@pnp/spfx-controls-react 3.20.0-beta.1205947 → 3.20.0
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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../../src/common/telemetry/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../../src/common/telemetry/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,EAAE,MAAiB,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.20.0
|
|
1
|
+
export var version = "3.20.0";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.js","sourceRoot":"","sources":["../../../src/common/telemetry/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,IAAM,OAAO,GAAW,
|
|
1
|
+
{"version":3,"file":"version.js","sourceRoot":"","sources":["../../../src/common/telemetry/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,IAAM,OAAO,GAAW,QAAQ,CAAC"}
|
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.20.0
|
|
4
|
+
"version": "3.20.0",
|
|
5
5
|
"node": ">=16.13.0 <17.0.0 || >=18.17.1 <19.0.0",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"build": "gulp build",
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
"react-test-renderer": "17.0.1",
|
|
126
126
|
"request-promise": "4.2.5",
|
|
127
127
|
"sonarqube-scanner": "2.8.2",
|
|
128
|
-
"spfx-fast-serve-helpers": "1.
|
|
128
|
+
"spfx-fast-serve-helpers": "1.20.2",
|
|
129
129
|
"ts-jest": "^29.1.1",
|
|
130
130
|
"tslib": "2.3.1",
|
|
131
131
|
"typescript": "4.7.4",
|
|
@@ -178,4 +178,4 @@
|
|
|
178
178
|
"\\.(css|scss)$": "identity-obj-proxy"
|
|
179
179
|
}
|
|
180
180
|
}
|
|
181
|
-
}
|
|
181
|
+
}
|