@pnp/cli-microsoft365 11.10.0-beta.49639f3 → 11.10.0-beta.68e3b93

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,4 +1,4 @@
1
- FROM waldekm/powershell:alpine-3.23
1
+ FROM FROM waldekm/powershell:alpine-3.23
2
2
 
3
3
  LABEL name="CLI for Microsoft 365 Development" \
4
4
  description="Development container for contributing to CLI for Microsoft 365" \
package/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM waldekm/powershell:alpine-3.23
1
+ FROM FROM waldekm/powershell:alpine-3.23
2
2
 
3
3
  ARG CLI_VERSION=latest
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnp/cli-microsoft365",
3
- "version": "11.10.0-beta.49639f3",
3
+ "version": "11.10.0-beta.68e3b93",
4
4
  "description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
5
5
  "license": "MIT",
6
6
  "main": "./dist/api.js",