@alloy-js/python 0.1.0-dev.6 → 0.2.0-dev.0

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/CHANGELOG.md +13 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
1
  # Changelog - @alloy-js/python
2
2
 
3
+ ## 0.1.0
4
+
5
+ ### Features
6
+
7
+ - [#257](https://github.com/alloy-framework/alloy/pull/257)
8
+ - [#271](https://github.com/alloy-framework/alloy/pull/271) Add Python components to documentation
9
+ - [#267](https://github.com/alloy-framework/alloy/pull/267) Add UnionTypeExpression to allow for optional variable types to be described
10
+
11
+ ### Breaking Changes
12
+
13
+ - [#206](https://github.com/alloy-framework/alloy/pull/206) Update core's representation of symbols and scopes. These changes should not impact usage of language components in code generators, but there are some significant changes for language library implementations. See https://github.com/alloy-framework/alloy/pull/206 for more details.
14
+
15
+
3
16
  This package is currently in development. No releases yet.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alloy-js/python",
3
- "version": "0.1.0-dev.6",
3
+ "version": "0.2.0-dev.0",
4
4
  "description": "Python bindings for Alloy",
5
5
  "exports": {
6
6
  ".": {
@@ -14,12 +14,12 @@
14
14
  "author": "",
15
15
  "license": "MIT",
16
16
  "dependencies": {
17
- "@alloy-js/core": "~0.19.0 || >= 0.20.0-dev.9",
17
+ "@alloy-js/core": "~0.20.0 || >= 0.21.0-dev.0",
18
18
  "change-case": "^5.4.4",
19
19
  "pathe": "^2.0.3"
20
20
  },
21
21
  "devDependencies": {
22
- "@alloy-js/cli": "~0.19.0 || >= 0.20.0-dev.1",
22
+ "@alloy-js/cli": "~0.20.0 || >= 0.21.0-dev.0",
23
23
  "@alloy-js/rollup-plugin": "~0.1.0 || >= 0.1.1-dev.0",
24
24
  "@microsoft/api-extractor": "~7.52.8",
25
25
  "@rollup/plugin-typescript": "^12.1.2",