@smplkit/sdk 1.9.0 → 1.9.2
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/index.cjs +0 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +0 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -20092,7 +20092,6 @@ var ContextTypesClient = class {
|
|
|
20092
20092
|
id: ct.id,
|
|
20093
20093
|
type: "context_type",
|
|
20094
20094
|
attributes: {
|
|
20095
|
-
id: ct.id,
|
|
20096
20095
|
name: ct.name,
|
|
20097
20096
|
attributes: ct.attributes
|
|
20098
20097
|
}
|
|
@@ -20117,7 +20116,6 @@ var ContextTypesClient = class {
|
|
|
20117
20116
|
id: ct.id,
|
|
20118
20117
|
type: "context_type",
|
|
20119
20118
|
attributes: {
|
|
20120
|
-
id: ct.id,
|
|
20121
20119
|
name: ct.name,
|
|
20122
20120
|
attributes: ct.attributes
|
|
20123
20121
|
}
|