@elevasis/sdk 0.6.8 → 0.7.1

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 +2 -3
  2. package/package.json +2 -3
package/dist/cli.cjs CHANGED
@@ -43969,7 +43969,7 @@ function wrapAction(commandName, fn) {
43969
43969
  // package.json
43970
43970
  var package_default = {
43971
43971
  name: "@elevasis/sdk",
43972
- version: "0.6.8",
43972
+ version: "0.7.1",
43973
43973
  description: "SDK for building Elevasis organization resources",
43974
43974
  type: "module",
43975
43975
  bin: {
@@ -44007,8 +44007,7 @@ var package_default = {
44007
44007
  "test:bundle": "pnpm build && vitest run --config vitest.bundle.config.ts"
44008
44008
  },
44009
44009
  dependencies: {
44010
- esbuild: "^0.25.0",
44011
- jiti: "^2.0.0"
44010
+ esbuild: "^0.25.0"
44012
44011
  },
44013
44012
  peerDependencies: {
44014
44013
  zod: "^4.1.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elevasis/sdk",
3
- "version": "0.6.8",
3
+ "version": "0.7.1",
4
4
  "description": "SDK for building Elevasis organization resources",
5
5
  "type": "module",
6
6
  "bin": {
@@ -33,8 +33,7 @@
33
33
  "reference/"
34
34
  ],
35
35
  "dependencies": {
36
- "esbuild": "^0.25.0",
37
- "jiti": "^2.0.0"
36
+ "esbuild": "^0.25.0"
38
37
  },
39
38
  "peerDependencies": {
40
39
  "zod": "^4.1.0"