@grafserv/persisted 0.0.0-beta.2 → 0.0.0-beta.4

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,25 @@
1
1
  # @grafserv/persisted
2
2
 
3
+ ## 0.0.0-beta.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ [[`f9cc88dc4`](https://github.com/benjie/crystal/commit/f9cc88dc442d371aee154a28d4e63c6da39f6b2e),
9
+ [`22fa6230a`](https://github.com/benjie/crystal/commit/22fa6230aa7c7271e5360e619ec9e1f52c6ea49c),
10
+ [`fa8cfcf9b`](https://github.com/benjie/crystal/commit/fa8cfcf9b4ce0c3e12511f3f6392051924a719e5)]:
11
+ - grafast@0.0.1-beta.4
12
+ - grafserv@0.0.1-beta.4
13
+
14
+ ## 0.0.0-beta.3
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ [[`46cd08aa1`](https://github.com/benjie/crystal/commit/46cd08aa13e3bac4d186c72c6ce24997f37658af)]:
20
+ - grafast@0.0.1-beta.3
21
+ - grafserv@0.0.1-beta.3
22
+
3
23
  ## 0.0.0-beta.2
4
24
 
5
25
  ### Patch Changes
package/README.md CHANGED
@@ -47,8 +47,8 @@ And please give some love to our featured sponsors 🤩:
47
47
  ## Installation
48
48
 
49
49
  ```sh
50
- yarn add @grafserv/persisted
51
- # or: npm install --save @grafserv/persisted
50
+ yarn add @grafserv/persisted@beta
51
+ # or: npm install --save @grafserv/persisted@beta
52
52
  ```
53
53
 
54
54
  ## Usage
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const version = "0.0.0-beta.2";
1
+ export declare const version = "0.0.0-beta.4";
2
2
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -2,5 +2,5 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = void 0;
4
4
  // This file is autogenerated by /scripts/postversion.mjs
5
- exports.version = "0.0.0-beta.2";
5
+ exports.version = "0.0.0-beta.4";
6
6
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafserv/persisted",
3
- "version": "0.0.0-beta.2",
3
+ "version": "0.0.0-beta.4",
4
4
  "description": "Persisted operations support for Grafserv",
5
5
  "type": "commonjs",
6
6
  "main": "dist/index.js",
@@ -46,8 +46,8 @@
46
46
  "node": ">=16.10"
47
47
  },
48
48
  "peerDependencies": {
49
- "grafast": "^0.0.1-beta.2",
50
- "grafserv": "^0.0.1-beta.2",
49
+ "grafast": "^0.0.1-beta.4",
50
+ "grafserv": "^0.0.1-beta.4",
51
51
  "graphile-config": "^0.0.1-beta.1"
52
52
  },
53
53
  "peerDependenciesMeta": {
@@ -56,8 +56,8 @@
56
56
  }
57
57
  },
58
58
  "devDependencies": {
59
- "grafast": "^0.0.1-beta.2",
60
- "grafserv": "^0.0.1-beta.2",
59
+ "grafast": "^0.0.1-beta.4",
60
+ "grafserv": "^0.0.1-beta.4",
61
61
  "graphile-config": "^0.0.1-beta.1",
62
62
  "jest": "^28.1.3",
63
63
  "jest-serializer-graphql-schema": "^5.0.0-beta.1",