ebiose-cloud-sdk 0.1.917.dev0__tar.gz → 0.1.943.dev0__tar.gz

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.
@@ -5,6 +5,10 @@
5
5
 
6
6
  # User-specific files
7
7
  .env
8
+
9
+ # Publishable copy produced by ops/scripts/publish-public-agent-config.sh
10
+ /dist/
11
+
8
12
  *.rsuser
9
13
  *.suo
10
14
  *.user
@@ -412,6 +416,9 @@ data/
412
416
  # Re-include committed test fixtures that live under a `data/` folder.
413
417
  !ebiose-core/tests/**/data/
414
418
  !ebiose-core/tests/**/data/**
419
+ # Re-include Frontend app source that lives under `src/data/` (not build output).
420
+ !Frontend/src/data/
421
+ !Frontend/src/data/**
415
422
 
416
423
  .ebiose/
417
424
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ebiose-cloud-sdk
3
- Version: 0.1.917.dev0
3
+ Version: 0.1.943.dev0
4
4
  Summary: Auto-generated Pydantic models for the Ebiose Cloud Backend API.
5
5
  Author: Ebiose
6
6
  Requires-Python: >=3.12
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "ebiose-cloud-sdk"
3
- version = "0.1.917.dev0"
3
+ version = "0.1.943.dev0"
4
4
  description = "Auto-generated Pydantic models for the Ebiose Cloud Backend API."
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.12"