@objectstack/driver-memory 1.0.1 → 1.0.2

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 +19 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @objectstack/driver-memory
2
2
 
3
+ ## 1.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - a0a6c85: Infrastructure and development tooling improvements
8
+
9
+ - Add changeset configuration for automated version management
10
+ - Add comprehensive GitHub Actions workflows (CI, CodeQL, linting, releases)
11
+ - Add development configuration files (.cursorrules, .github/prompts)
12
+ - Add documentation files (ARCHITECTURE.md, CONTRIBUTING.md, workflows docs)
13
+ - Update test script configuration in package.json
14
+ - Add @objectstack/cli to devDependencies for better development experience
15
+
16
+ - 109fc5b: Unified patch release to align all package versions.
17
+ - Updated dependencies [a0a6c85]
18
+ - Updated dependencies [109fc5b]
19
+ - @objectstack/spec@1.0.2
20
+ - @objectstack/core@1.0.2
21
+
3
22
  ## 1.0.1
4
23
 
5
24
  ### Patch Changes
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@objectstack/driver-memory",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "license": "Apache-2.0",
5
5
  "description": "In-Memory Driver for ObjectStack (Reference Implementation)",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "dependencies": {
9
- "@objectstack/core": "1.0.1",
10
- "@objectstack/spec": "1.0.1"
9
+ "@objectstack/core": "1.0.2",
10
+ "@objectstack/spec": "1.0.2"
11
11
  },
12
12
  "devDependencies": {
13
13
  "typescript": "^5.0.0",