@paintswap/estfor-definitions 0.1.30 → 0.1.35
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/.eslintrc.json +27 -27
- package/.github/workflows/publish_npm.yml +18 -0
- package/.prettierrc +6 -6
- package/LICENSE +21 -21
- package/README.md +135 -135
- package/asconfig.json +17 -17
- package/constants.d.ts +647 -647
- package/constants.js +719 -719
- package/index.d.ts +4 -4
- package/index.js +9 -9
- package/package.json +47 -47
- package/src/constants.ts +745 -745
- package/src/index.ts +5 -5
- package/src/types.ts +463 -452
- package/src/whitelisted_admins.ts +13 -13
- package/src/whitelisted_alpha_snapshot.ts +5484 -5484
- package/tsconfig.json +9 -9
- package/types.d.ts +406 -396
- package/types.d.ts.map +1 -1
- package/types.js +457 -446
- package/whitelisted_admins.d.ts +2 -2
- package/whitelisted_admins.js +16 -16
- package/whitelisted_alpha_snapshot.d.ts +2 -2
- package/whitelisted_alpha_snapshot.d.ts.map +1 -1
- package/whitelisted_alpha_snapshot.js +5487 -5487
package/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { default as NONE } from './constants';
|
|
2
|
-
import * as EstforTypes from './types';
|
|
3
|
-
import * as EstforConstants from './constants';
|
|
4
|
-
export { EstforTypes, EstforConstants, NONE };
|
|
1
|
+
import { default as NONE } from './constants';
|
|
2
|
+
import * as EstforTypes from './types';
|
|
3
|
+
import * as EstforConstants from './constants';
|
|
4
|
+
export { EstforTypes, EstforConstants, NONE };
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
package/index.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.NONE = exports.EstforConstants = exports.EstforTypes = void 0;
|
|
4
|
-
const constants_1 = require("./constants");
|
|
5
|
-
Object.defineProperty(exports, "NONE", { enumerable: true, get: function () { return constants_1.default; } });
|
|
6
|
-
const EstforTypes = require("./types");
|
|
7
|
-
exports.EstforTypes = EstforTypes;
|
|
8
|
-
const EstforConstants = require("./constants");
|
|
9
|
-
exports.EstforConstants = EstforConstants;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.NONE = exports.EstforConstants = exports.EstforTypes = void 0;
|
|
4
|
+
const constants_1 = require("./constants");
|
|
5
|
+
Object.defineProperty(exports, "NONE", { enumerable: true, get: function () { return constants_1.default; } });
|
|
6
|
+
const EstforTypes = require("./types");
|
|
7
|
+
exports.EstforTypes = EstforTypes;
|
|
8
|
+
const EstforConstants = require("./constants");
|
|
9
|
+
exports.EstforConstants = EstforConstants;
|
package/package.json
CHANGED
|
@@ -1,47 +1,47 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@paintswap/estfor-definitions",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "Types and constants for Estfor Kingdom",
|
|
5
|
-
"repository": {
|
|
6
|
-
"type": "git",
|
|
7
|
-
"url": "git+https://github.com/PaintSwap/estfor-definitions.git"
|
|
8
|
-
},
|
|
9
|
-
"keywords": [
|
|
10
|
-
"estfor",
|
|
11
|
-
"estfor kingdom",
|
|
12
|
-
"javascript",
|
|
13
|
-
"typescript",
|
|
14
|
-
"assemblyscript",
|
|
15
|
-
"webassembly",
|
|
16
|
-
"paintswap",
|
|
17
|
-
"game",
|
|
18
|
-
"web3",
|
|
19
|
-
"thegraph"
|
|
20
|
-
],
|
|
21
|
-
"module": "CommonJS",
|
|
22
|
-
"ascMain": "src/index.ts",
|
|
23
|
-
"main": "index.js",
|
|
24
|
-
"types": "index.d.ts",
|
|
25
|
-
"scripts": {
|
|
26
|
-
"build": "yarn build:tsc",
|
|
27
|
-
"build:tsc": "tsc",
|
|
28
|
-
"build:asc": "asc --target release",
|
|
29
|
-
"build:asc:debug": "asc --target debug",
|
|
30
|
-
"prepare": "yarn build",
|
|
31
|
-
"version": "git add -A src",
|
|
32
|
-
"postversion": "git push && git push --tags"
|
|
33
|
-
},
|
|
34
|
-
"author": "Paintswap Team",
|
|
35
|
-
"license": "MIT",
|
|
36
|
-
"bugs": {
|
|
37
|
-
"url": "https://github.com/PaintSwap/estfor-definitions/issues"
|
|
38
|
-
},
|
|
39
|
-
"homepage": "https://github.com/PaintSwap/estfor-definitions",
|
|
40
|
-
"devDependencies": {
|
|
41
|
-
"run-script-os": "^1.1.6",
|
|
42
|
-
"typescript": "^4.9.5"
|
|
43
|
-
},
|
|
44
|
-
"dependencies": {
|
|
45
|
-
"assemblyscript": "0.19.10"
|
|
46
|
-
}
|
|
47
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@paintswap/estfor-definitions",
|
|
3
|
+
"version": "0.1.35",
|
|
4
|
+
"description": "Types and constants for Estfor Kingdom",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "git+https://github.com/PaintSwap/estfor-definitions.git"
|
|
8
|
+
},
|
|
9
|
+
"keywords": [
|
|
10
|
+
"estfor",
|
|
11
|
+
"estfor kingdom",
|
|
12
|
+
"javascript",
|
|
13
|
+
"typescript",
|
|
14
|
+
"assemblyscript",
|
|
15
|
+
"webassembly",
|
|
16
|
+
"paintswap",
|
|
17
|
+
"game",
|
|
18
|
+
"web3",
|
|
19
|
+
"thegraph"
|
|
20
|
+
],
|
|
21
|
+
"module": "CommonJS",
|
|
22
|
+
"ascMain": "src/index.ts",
|
|
23
|
+
"main": "index.js",
|
|
24
|
+
"types": "index.d.ts",
|
|
25
|
+
"scripts": {
|
|
26
|
+
"build": "yarn build:tsc",
|
|
27
|
+
"build:tsc": "tsc",
|
|
28
|
+
"build:asc": "asc --target release",
|
|
29
|
+
"build:asc:debug": "asc --target debug",
|
|
30
|
+
"prepare": "yarn build",
|
|
31
|
+
"version": "git add -A src",
|
|
32
|
+
"postversion": "git push && git push --tags"
|
|
33
|
+
},
|
|
34
|
+
"author": "Paintswap Team",
|
|
35
|
+
"license": "MIT",
|
|
36
|
+
"bugs": {
|
|
37
|
+
"url": "https://github.com/PaintSwap/estfor-definitions/issues"
|
|
38
|
+
},
|
|
39
|
+
"homepage": "https://github.com/PaintSwap/estfor-definitions",
|
|
40
|
+
"devDependencies": {
|
|
41
|
+
"run-script-os": "^1.1.6",
|
|
42
|
+
"typescript": "^4.9.5"
|
|
43
|
+
},
|
|
44
|
+
"dependencies": {
|
|
45
|
+
"assemblyscript": "0.19.10"
|
|
46
|
+
}
|
|
47
|
+
}
|