@evenicanpm/storefront-graphql-codegen 2.5.1 → 2.5.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 +6 -0
  2. package/package.json +21 -21
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @evenicanpm/storefront-graphql-codegen
2
2
 
3
+ ## 2.5.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Last publish ran pnpm changset publish which did not replace the workspace versions in the package.jsons. Republishing using the correct commands.
8
+
3
9
  ## 2.5.1
4
10
 
5
11
  ## 2.5.0
package/package.json CHANGED
@@ -1,22 +1,22 @@
1
1
  {
2
- "name": "@evenicanpm/storefront-graphql-codegen",
3
- "version": "2.5.1",
4
- "description": "",
5
- "main": "index.js",
6
- "author": "",
7
- "license": "ISC",
8
- "gitHead": "2a4307173bbfb888c935e45b3aca3c6227861368",
9
- "scripts": {
10
- "test": "echo \"Error: no test specified\" && exit 1",
11
- "codegen:insecure": "NODE_TLS_REJECT_UNAUTHORIZED=0 npm run codegen",
12
- "codegen": "graphql-codegen"
13
- },
14
- "dependencies": {
15
- "@graphql-codegen/cli": "^5.0.5",
16
- "@graphql-codegen/typescript": "^4.1.6",
17
- "@graphql-codegen/typescript-graphql-request": "^6.2.0",
18
- "glob": "^11.0.1",
19
- "graphql": "^16.10.0",
20
- "graphql-request": "^7.1.2"
21
- }
22
- }
2
+ "name": "@evenicanpm/storefront-graphql-codegen",
3
+ "version": "2.5.2",
4
+ "description": "",
5
+ "main": "index.js",
6
+ "author": "",
7
+ "license": "ISC",
8
+ "gitHead": "2a4307173bbfb888c935e45b3aca3c6227861368",
9
+ "dependencies": {
10
+ "@graphql-codegen/cli": "^5.0.5",
11
+ "@graphql-codegen/typescript": "^4.1.6",
12
+ "@graphql-codegen/typescript-graphql-request": "^6.2.0",
13
+ "glob": "^11.0.1",
14
+ "graphql": "^16.10.0",
15
+ "graphql-request": "^7.1.2"
16
+ },
17
+ "scripts": {
18
+ "test": "echo \"Error: no test specified\" && exit 1",
19
+ "codegen:insecure": "NODE_TLS_REJECT_UNAUTHORIZED=0 npm run codegen",
20
+ "codegen": "graphql-codegen"
21
+ }
22
+ }