@streamlayer/sdk-web-types 0.4.0 → 0.4.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@streamlayer/sdk-web-types",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "dependencies": {
5
5
  "@swc/helpers": "~0.5.0",
6
6
  "@bufbuild/protobuf": "^1.3.0",
package/src/index.d.ts CHANGED
@@ -1 +1 @@
1
- export * from './lib/core-types';
1
+ export * from './sl-types';
package/src/index.js CHANGED
@@ -1,3 +1,3 @@
1
- export * from './lib/core-types';
1
+ export * from './sl-types';
2
2
 
3
3
  //# sourceMappingURL=index.js.map
package/src/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../packages/sdk-web-types/src/index.ts"],"sourcesContent":["export * from './lib/core-types'\n"],"names":[],"mappings":"AAAA,cAAc,mBAAkB"}
1
+ {"version":3,"sources":["../../../../packages/sdk-web-types/src/index.ts"],"sourcesContent":["export * from './sl-types'\n"],"names":[],"mappings":"AAAA,cAAc,aAAY"}
@@ -0,0 +1,3 @@
1
+ export { };
2
+
3
+ //# sourceMappingURL=sl-types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../packages/sdk-web-types/src/sl-types.ts"],"sourcesContent":["import type { PlainMessage } from '@bufbuild/protobuf'\nimport type { OrganizationSettings as SLOrganizationSettings } from '@streamlayer/sl-eslib/sdkSettings/sdkSettings.common_pb'\n\nexport type OrganizationSettings = PlainMessage<SLOrganizationSettings>\nexport type KeyS = string\n"],"names":[],"mappings":"AAAA,WAIyB"}
@@ -1,3 +0,0 @@
1
- export { };
2
-
3
- //# sourceMappingURL=core-types.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../../packages/sdk-web-types/src/lib/core-types.ts"],"sourcesContent":["import type { PlainMessage } from '@bufbuild/protobuf'\nimport type { OrganizationSettings as SLOrganizationSettings } from '@streamlayer/sl-eslib/sdkSettings/sdkSettings.common_pb'\n\nexport type OrganizationSettings = PlainMessage<SLOrganizationSettings>\nexport type KeyS = string\n"],"names":[],"mappings":"AAAA,WAIyB"}
File without changes