@elevasis/sdk 0.9.6 → 1.0.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.
Files changed (2) hide show
  1. package/dist/cli.cjs +1 -1
  2. package/package.json +1 -1
package/dist/cli.cjs CHANGED
@@ -43891,7 +43891,7 @@ function wrapAction(commandName, fn) {
43891
43891
  // package.json
43892
43892
  var package_default = {
43893
43893
  name: "@elevasis/sdk",
43894
- version: "0.9.6",
43894
+ version: "1.0.0",
43895
43895
  description: "SDK for building Elevasis organization resources",
43896
43896
  type: "module",
43897
43897
  bin: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elevasis/sdk",
3
- "version": "0.9.6",
3
+ "version": "1.0.0",
4
4
  "description": "SDK for building Elevasis organization resources",
5
5
  "type": "module",
6
6
  "bin": {