altair-static 5.0.21 → 5.0.23

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/package.json CHANGED
@@ -1,47 +1,42 @@
1
1
  {
2
2
  "name": "altair-static",
3
- "version": "5.0.21",
4
3
  "description": "Static package for altair graphql client",
5
- "main": "./build/index.js",
6
- "types": "./build/index.d.ts",
7
- "scripts": {
8
- "test": "jest",
9
- "prepare-dist": "node scripts/prepare_dist.js",
10
- "compile": "node scripts/build.js",
11
- "prepare": "yarn prepare-dist && yarn compile && yarn types",
12
- "types": "dts-bundle-generator src/index.ts -o build/index.d.ts --external-inlines altair-graphql-core --external-inlines altair-static"
13
- },
14
- "engines": {
15
- "node": ">= 6.9.1"
16
- },
17
- "repository": {
18
- "type": "git",
19
- "url": "git+https://github.com/altair-graphql/altair.git"
20
- },
21
- "keywords": [
22
- "altair",
23
- "graphql",
24
- "static"
25
- ],
4
+ "version": "5.0.23",
26
5
  "author": "Samuel Imolorhe <altair@sirmuel.design> (https://sirmuel.design)",
27
- "license": "MIT",
28
- "bugs": {
29
- "url": "https://github.com/altair-graphql/altair/issues"
30
- },
31
- "homepage": "https://github.com/altair-graphql/altair#readme",
6
+ "bugs": "https://github.com/altair-graphql/altair/issues",
32
7
  "devDependencies": {
33
- "@altairgraphql/app": "^5.0.21",
8
+ "@altairgraphql/app": "^5.0.23",
34
9
  "@types/jest": "^24.0.23",
35
- "altair-graphql-core": "^5.0.21",
10
+ "altair-graphql-core": "^5.0.23",
36
11
  "dts-bundle-generator": "^6.11.0",
37
12
  "esbuild": "^0.14.43",
38
13
  "jest": "29.4.1",
39
14
  "ts-jest": "29.0.5",
40
- "typescript": "^4.9.4"
15
+ "typescript": "4.9.5"
16
+ },
17
+ "engines": {
18
+ "node": ">= 6.9.1"
41
19
  },
42
20
  "funding": {
43
21
  "type": "opencollective",
44
22
  "url": "https://opencollective.com/altair"
45
23
  },
46
- "gitHead": "79bc1fd66ff05ad7976ad9fa37b6a482e2d9fef0"
24
+ "gitHead": "3d5b694bb3f4f69589f6009bc37d1a03479d32ae",
25
+ "homepage": "https://github.com/altair-graphql/altair#readme",
26
+ "keywords": [
27
+ "altair",
28
+ "graphql",
29
+ "static"
30
+ ],
31
+ "license": "MIT",
32
+ "main": "./build/index.js",
33
+ "repository": "altair-graphql/altair.git",
34
+ "scripts": {
35
+ "compile": "node scripts/build.js",
36
+ "prepare": "yarn prepare-dist && yarn compile && yarn types",
37
+ "prepare-dist": "node scripts/prepare_dist.js",
38
+ "test": "jest",
39
+ "types": "dts-bundle-generator src/index.ts -o build/index.d.ts --external-inlines altair-graphql-core --external-inlines altair-static"
40
+ },
41
+ "types": "./build/index.d.ts"
47
42
  }