@elevasis/sdk 1.27.0 → 1.27.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.
- package/dist/cli.cjs +1 -1
- package/dist/test-utils/index.js +2 -0
- package/dist/worker/index.js +2 -0
- package/package.json +3 -3
package/dist/cli.cjs
CHANGED
|
@@ -44130,7 +44130,7 @@ function wrapAction(commandName, fn) {
|
|
|
44130
44130
|
// package.json
|
|
44131
44131
|
var package_default = {
|
|
44132
44132
|
name: "@elevasis/sdk",
|
|
44133
|
-
version: "1.27.
|
|
44133
|
+
version: "1.27.1",
|
|
44134
44134
|
description: "SDK for building Elevasis organization resources",
|
|
44135
44135
|
type: "module",
|
|
44136
44136
|
bin: {
|
package/dist/test-utils/index.js
CHANGED
|
@@ -9295,6 +9295,7 @@ function startWorker(org) {
|
|
|
9295
9295
|
resourceId: w2.config.resourceId,
|
|
9296
9296
|
name: w2.config.name,
|
|
9297
9297
|
type: w2.config.type,
|
|
9298
|
+
resource: w2.config.resource,
|
|
9298
9299
|
status: w2.config.status,
|
|
9299
9300
|
description: w2.config.description,
|
|
9300
9301
|
version: w2.config.version,
|
|
@@ -9318,6 +9319,7 @@ function startWorker(org) {
|
|
|
9318
9319
|
resourceId: a3.config.resourceId,
|
|
9319
9320
|
name: a3.config.name,
|
|
9320
9321
|
type: a3.config.type,
|
|
9322
|
+
resource: a3.config.resource,
|
|
9321
9323
|
status: a3.config.status,
|
|
9322
9324
|
description: a3.config.description,
|
|
9323
9325
|
version: a3.config.version,
|
package/dist/worker/index.js
CHANGED
|
@@ -6806,6 +6806,7 @@ function startWorker(org) {
|
|
|
6806
6806
|
resourceId: w.config.resourceId,
|
|
6807
6807
|
name: w.config.name,
|
|
6808
6808
|
type: w.config.type,
|
|
6809
|
+
resource: w.config.resource,
|
|
6809
6810
|
status: w.config.status,
|
|
6810
6811
|
description: w.config.description,
|
|
6811
6812
|
version: w.config.version,
|
|
@@ -6829,6 +6830,7 @@ function startWorker(org) {
|
|
|
6829
6830
|
resourceId: a.config.resourceId,
|
|
6830
6831
|
name: a.config.name,
|
|
6831
6832
|
type: a.config.type,
|
|
6833
|
+
resource: a.config.resource,
|
|
6832
6834
|
status: a.config.status,
|
|
6833
6835
|
description: a.config.description,
|
|
6834
6836
|
version: a.config.version,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elevasis/sdk",
|
|
3
|
-
"version": "1.27.
|
|
3
|
+
"version": "1.27.1",
|
|
4
4
|
"description": "SDK for building Elevasis organization resources",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -59,8 +59,8 @@
|
|
|
59
59
|
"typescript": "5.9.2",
|
|
60
60
|
"zod": "^4.1.0",
|
|
61
61
|
"@repo/core": "0.34.2",
|
|
62
|
-
"@repo/
|
|
63
|
-
"@repo/
|
|
62
|
+
"@repo/typescript-config": "0.0.0",
|
|
63
|
+
"@repo/eslint-config": "0.0.0"
|
|
64
64
|
},
|
|
65
65
|
"scripts": {
|
|
66
66
|
"lint": "eslint src --max-warnings 0",
|