@pptb/types 1.0.18 → 1.0.19-beta.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.
- package/package.json +5 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pptb/types",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.19-beta.0",
|
|
4
4
|
"description": "TypeScript type definitions for Power Platform ToolBox API",
|
|
5
5
|
"main": "index.d.ts",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -20,7 +20,9 @@
|
|
|
20
20
|
"directory": "packages"
|
|
21
21
|
},
|
|
22
22
|
"scripts": {
|
|
23
|
-
"
|
|
24
|
-
"
|
|
23
|
+
"version:beta": "pnpm version prerelease --preid alpha --no-git-tag-version",
|
|
24
|
+
"version:stable": "pnpm version patch --no-git-tag-version",
|
|
25
|
+
"publish:stable": "pnpm publish --access public --tag latest --no-git-checks",
|
|
26
|
+
"publish:beta": "pnpm publish --access public --tag beta --no-git-checks"
|
|
25
27
|
}
|
|
26
28
|
}
|