@opencloning/store 1.2.0 → 1.3.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/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @opencloning/store
2
2
 
3
+ ## 1.3.1
4
+
5
+ ## 1.3.0
6
+
7
+ ### Minor Changes
8
+
9
+ - [#597](https://github.com/manulera/OpenCloning_frontend/pull/597) [`d5a456d`](https://github.com/manulera/OpenCloning_frontend/commit/d5a456d70ccfe949b21aae260d2c99507ff6a88e) Thanks [@manulera](https://github.com/manulera)! - Changes associated with new "Syntax Builder" application for creating and managing modular cloning syntaxes, along with significant refactoring of assembler components to support both the new app and the existing OpenCloning application.
10
+
11
+ - Added a new standalone app (`apps/syntax-builder`) for building and editing cloning syntaxes with visual previews
12
+ - Refactored assembler components to be more modular and reusable across applications
13
+ - Enhanced file parsing utilities to support bidirectional conversion between JSON and delimited formats
14
+ - Added graph-based validation and visualization for syntax parts using the graphology library
15
+
3
16
  ## 1.2.0
4
17
 
5
18
  ## 1.1.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opencloning/store",
3
- "version": "1.2.0",
3
+ "version": "1.3.1",
4
4
  "type": "module",
5
5
  "main": "./src/index.js",
6
6
  "exports": {
package/vitest.config.js CHANGED
@@ -1,12 +1,10 @@
1
1
  import { defineConfig } from 'vitest/config';
2
2
  import { resolve } from 'path';
3
+ import { testConfig } from '../../vitest.common.config';
3
4
 
4
5
  export default defineConfig({
5
6
  test: {
6
- globals: true,
7
- environment: 'jsdom',
8
- setupFiles: '../../tests/setup.js',
9
- include: ['src/**/*.{test,spec}.{js,jsx}'],
7
+ ...testConfig,
10
8
  },
11
9
  resolve: {
12
10
  alias: {