atsds 0.0.1-alpha33 → 0.0.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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -279,7 +279,7 @@ See header files in `include/ds/` for detailed API documentation.
279
279
  ### Prerequisites
280
280
 
281
281
  - C++20 compatible compiler
282
- - CMake 3.15+
282
+ - CMake 3.30+
283
283
  - For TypeScript: Emscripten SDK
284
284
  - For Python: Python 3.10-3.14, scikit-build-core, pybind11
285
285
 
package/package.json CHANGED
@@ -42,5 +42,5 @@
42
42
  "tslib": "^2.8.1",
43
43
  "typescript": "^5.9.3"
44
44
  },
45
- "version": "0.0.1-alpha33"
45
+ "version": "0.0.1"
46
46
  }