@apigames/sdk-core 22.2.4 → 22.2.5

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 (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +1 -1
  3. package/package.json +11 -11
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2022 API Games Limited
3
+ Copyright (c) 2022 Cloudize Limited.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -16,7 +16,7 @@ $ npm i @apigames/sdk-core
16
16
 
17
17
  ## Authors or Acknowledgments
18
18
 
19
- * API Games Limited
19
+ * Cloudize Limited
20
20
 
21
21
  ## License
22
22
 
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@apigames/sdk-core",
3
3
  "author": {
4
- "name" : "API Games Limited",
5
- "email" : "hello@apigames.io",
6
- "url" : "https://apigames.io"
4
+ "name" : "Cloudize Limited",
5
+ "email" : "hello@cloudize.net",
6
+ "url" : "https://cloudize.net"
7
7
  },
8
8
  "contributors": [
9
9
  {
10
10
  "name" : "Erich Kuba",
11
- "email" : "erich.kuba@apigames.io"
11
+ "email" : "erich.kuba@cloudize.net"
12
12
  }
13
13
  ],
14
14
  "description": "API Games SDK Core",
15
15
  "license": "MIT",
16
- "version": "22.2.4",
16
+ "version": "22.2.5",
17
17
  "main": "lib/index.js",
18
18
  "types": "lib/index.d.ts",
19
19
  "scripts": {
@@ -33,18 +33,18 @@
33
33
  "test:watch": "jest --watch"
34
34
  },
35
35
  "dependencies": {
36
- "@apigames/json": "22.2.3",
37
- "@apigames/rest-client": "22.2.3",
36
+ "@apigames/json": "22.2.4",
37
+ "@apigames/rest-client": "22.2.4",
38
38
  "object-hash": "3.0.0"
39
39
  },
40
40
  "devDependencies": {
41
41
  "date-and-time": "^2.4.1",
42
42
  "@types/date-and-time": "^0.13.0",
43
43
  "@types/jest": "28.1.8",
44
- "@types/node": "16.11.66",
45
- "@typescript-eslint/eslint-plugin": "5.40.0",
46
- "@typescript-eslint/parser": "5.40.0",
47
- "eslint": "8.25.0",
44
+ "@types/node": "16.18.3",
45
+ "@typescript-eslint/eslint-plugin": "5.42.0",
46
+ "@typescript-eslint/parser": "5.42.0",
47
+ "eslint": "8.26.0",
48
48
  "eslint-config-airbnb": "19.0.4",
49
49
  "eslint-plugin-import": "2.26.0",
50
50
  "eslint-plugin-jsx-a11y": "6.6.1",