@aelionsdk/material-sdk 1.0.0-rc.1 → 1.1.0-rc.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/README.md CHANGED
@@ -50,5 +50,5 @@ import {
50
50
  See the [Material guide](https://foyonaczy.github.io/AelionSDK/guides/materials/)
51
51
  and [AMP v1 reference](https://foyonaczy.github.io/AelionSDK/reference/material-protocol-v1/).
52
52
 
53
- Version `1.0.0-rc.1` is a prerelease. Public changes before 1.0 are recorded
53
+ Version `1.1.0-rc.1` is a prerelease. Public changes before 1.0 are recorded
54
54
  in the repository changelog and migration documentation. Licensed under MIT.
package/dist/cli-lib.js CHANGED
@@ -337,7 +337,7 @@ export async function initializeMaterialAuthorPackage(directory) {
337
337
  displayName: 'Starter Material',
338
338
  publisher: { id: 'dev.example', name: 'Example Publisher' },
339
339
  license: 'MIT',
340
- engines: { aelion: '>=0.1.0 <2.0.0', nodeSet: 'aelion.visual.nodes/1.0.0' },
340
+ engines: { aelion: '>=1.0.0-rc.1 <2.0.0', nodeSet: 'aelion.visual.nodes/1.0.0' },
341
341
  trust: 'declarative',
342
342
  },
343
343
  materials: [{ id: definition.id, kind: definition.kind, definition: definitionPath }],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aelionsdk/material-sdk",
3
- "version": "1.0.0-rc.1",
3
+ "version": "1.1.0-rc.1",
4
4
  "description": "Type-safe authoring, validation and packaging tools for Aelion materials",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -34,15 +34,15 @@
34
34
  "!dist/.tsbuildinfo"
35
35
  ],
36
36
  "engines": {
37
- "node": ">=20.19"
37
+ "node": ">=24 <25"
38
38
  },
39
39
  "publishConfig": {
40
40
  "access": "public",
41
41
  "provenance": true
42
42
  },
43
43
  "dependencies": {
44
- "@aelionsdk/core": "1.0.0-rc.1",
45
- "@aelionsdk/material-compiler": "1.0.0-rc.1",
44
+ "@aelionsdk/core": "1.1.0-rc.1",
45
+ "@aelionsdk/material-compiler": "1.1.0-rc.1",
46
46
  "ajv": "8.18.0",
47
47
  "ajv-formats": "3.0.1"
48
48
  },