@dataplan/json 0.0.1-beta.7 → 0.0.1-beta.8

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,21 @@
1
1
  # @dataplan/json
2
2
 
3
+ ## 0.0.1-beta.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [#514](https://github.com/graphile/crystal-pre-merge/pull/514)
8
+ [`c9848f693`](https://github.com/graphile/crystal-pre-merge/commit/c9848f6936a5abd7740c0638bfb458fb5551f03b)
9
+ Thanks [@benjie](https://github.com/benjie)! - Update package.json repository
10
+ information
11
+
12
+ - Updated dependencies
13
+ [[`c9848f693`](https://github.com/graphile/crystal-pre-merge/commit/c9848f6936a5abd7740c0638bfb458fb5551f03b),
14
+ [`ede1092fe`](https://github.com/graphile/crystal-pre-merge/commit/ede1092fe197719b6fa786f4cfa75f6a1f4c56c1),
15
+ [`566983fbd`](https://github.com/graphile/crystal-pre-merge/commit/566983fbd99c4b2df8c4ebd6260521670a2b7dfc),
16
+ [`409bf6071`](https://github.com/graphile/crystal-pre-merge/commit/409bf607180d4d8faec658c803e5ec4d1a00c451)]:
17
+ - grafast@0.0.1-beta.8
18
+
3
19
  ## 0.0.1-beta.7
4
20
 
5
21
  ### Patch Changes
package/README.md CHANGED
@@ -13,9 +13,9 @@ Docs: https://grafast.org/grafast/step-library/dataplan-json/
13
13
 
14
14
  ## Crowd-funded open-source software
15
15
 
16
- To help us develop this software sustainably under the MIT license, we ask all
17
- individuals and businesses that use it to help support its ongoing maintenance
18
- and development via sponsorship.
16
+ To help us develop this software sustainably, we ask all individuals and
17
+ businesses that use it to help support its ongoing maintenance and development
18
+ via sponsorship.
19
19
 
20
20
  ### [Click here to find out more about sponsors and sponsorship.](https://www.graphile.org/sponsor/)
21
21
 
@@ -24,12 +24,12 @@ And please give some love to our featured sponsors 🤩:
24
24
  <table><tr>
25
25
  <td align="center"><a href="https://www.the-guild.dev/"><img src="https://graphile.org/images/sponsors/theguild.png" width="90" height="90" alt="The Guild" /><br />The Guild</a> *</td>
26
26
  <td align="center"><a href="https://dovetailapp.com/"><img src="https://graphile.org/images/sponsors/dovetail.png" width="90" height="90" alt="Dovetail" /><br />Dovetail</a> *</td>
27
- <td align="center"><a href="https://qwick.com/"><img src="https://graphile.org/images/sponsors/qwick.png" width="90" height="90" alt="Qwick" /><br />Qwick</a> *</td>
28
27
  <td align="center"><a href="https://www.netflix.com/"><img src="https://graphile.org/images/sponsors/Netflix.png" width="90" height="90" alt="Netflix" /><br />Netflix</a> *</td>
29
- </tr><tr>
30
28
  <td align="center"><a href=""><img src="https://graphile.org/images/sponsors/chadf.png" width="90" height="90" alt="Chad Furman" /><br />Chad Furman</a> *</td>
29
+ </tr><tr>
31
30
  <td align="center"><a href="https://stellate.co/"><img src="https://graphile.org/images/sponsors/Stellate.png" width="90" height="90" alt="Stellate" /><br />Stellate</a> *</td>
32
31
  <td align="center"><a href="https://www.accenture.com/"><img src="https://graphile.org/images/sponsors/accenture.svg" width="90" height="90" alt="Accenture" /><br />Accenture</a> *</td>
32
+ <td align="center"><a href="https://microteam.io/"><img src="https://graphile.org/images/sponsors/micro.png" width="90" height="90" alt="We Love Micro" /><br />We Love Micro</a> *</td>
33
33
  </tr></table>
34
34
 
35
35
  <em>\* Sponsors the entire Graphile suite</em>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dataplan/json",
3
- "version": "0.0.1-beta.7",
3
+ "version": "0.0.1-beta.8",
4
4
  "description": "JSON step classes for Grafast",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -9,7 +9,7 @@
9
9
  },
10
10
  "repository": {
11
11
  "type": "git",
12
- "url": "git+https://github.com/graphile/heart.git"
12
+ "url": "git+https://github.com/graphile/crystal.git"
13
13
  },
14
14
  "keywords": [
15
15
  "graphile",
@@ -22,9 +22,9 @@
22
22
  "author": "Benjie Gillam <code@benjiegillam.com>",
23
23
  "license": "MIT",
24
24
  "bugs": {
25
- "url": "https://github.com/graphile/heart/issues"
25
+ "url": "https://github.com/graphile/crystal/issues"
26
26
  },
27
- "homepage": "https://github.com/graphile/heart/tree/main/grafast/dataplan-json",
27
+ "homepage": "https://github.com/graphile/crystal/tree/main/grafast/dataplan-json",
28
28
  "dependencies": {
29
29
  "chalk": "^4.1.2",
30
30
  "tslib": "^2.6.2"
@@ -33,7 +33,7 @@
33
33
  "node": ">=14.17"
34
34
  },
35
35
  "peerDependencies": {
36
- "grafast": "^0.0.1-beta.7"
36
+ "grafast": "^0.0.1-beta.8"
37
37
  },
38
38
  "files": [
39
39
  "dist"
@@ -41,7 +41,7 @@
41
41
  "devDependencies": {
42
42
  "@types/jest": "^29.5.4",
43
43
  "jest": "^29.6.4",
44
- "jest-serializer-simple": "^5.0.0-beta.2",
44
+ "jest-serializer-simple": "^5.0.0-beta.3",
45
45
  "typescript": "^5.2.2"
46
46
  }
47
47
  }