@solana/instructions 2.0.0-experimental.e09b513 → 2.0.0-experimental.eb5fd16
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/dist/index.native.js +2 -0
- package/package.json +8 -8
package/dist/index.native.js
CHANGED
|
@@ -35,3 +35,5 @@ function upgradeRoleToWritable(role) {
|
|
|
35
35
|
}
|
|
36
36
|
|
|
37
37
|
export { AccountRole, downgradeRoleToNonSigner, downgradeRoleToReadonly, isSignerRole, isWritableRole, mergeRoles, upgradeRoleToSigner, upgradeRoleToWritable };
|
|
38
|
+
//# sourceMappingURL=out.js.map
|
|
39
|
+
//# sourceMappingURL=index.native.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solana/instructions",
|
|
3
|
-
"version": "2.0.0-experimental.
|
|
3
|
+
"version": "2.0.0-experimental.eb5fd16",
|
|
4
4
|
"description": "Helpers for creating transaction instructions",
|
|
5
5
|
"exports": {
|
|
6
6
|
"browser": {
|
|
@@ -48,20 +48,20 @@
|
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@solana/eslint-config-solana": "^1.0.2",
|
|
50
50
|
"@swc/jest": "^0.2.28",
|
|
51
|
-
"@types/jest": "^29.5.
|
|
52
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
51
|
+
"@types/jest": "^29.5.5",
|
|
52
|
+
"@typescript-eslint/eslint-plugin": "^6.7.0",
|
|
53
53
|
"@typescript-eslint/parser": "^6.3.0",
|
|
54
54
|
"agadoo": "^3.0.0",
|
|
55
55
|
"eslint": "^8.45.0",
|
|
56
56
|
"eslint-plugin-sort-keys-fix": "^1.1.2",
|
|
57
|
-
"jest": "^29.
|
|
57
|
+
"jest": "^29.7.0",
|
|
58
58
|
"jest-runner-eslint": "^2.1.0",
|
|
59
59
|
"jest-runner-prettier": "^1.0.0",
|
|
60
60
|
"prettier": "^2.8",
|
|
61
61
|
"tsup": "7.2.0",
|
|
62
|
-
"typescript": "^5.
|
|
62
|
+
"typescript": "^5.2.2",
|
|
63
63
|
"version-from-git": "^1.1.1",
|
|
64
|
-
"@solana/addresses": "2.0.0-experimental.
|
|
64
|
+
"@solana/addresses": "2.0.0-experimental.eb5fd16",
|
|
65
65
|
"build-scripts": "0.0.0",
|
|
66
66
|
"test-config": "0.0.0",
|
|
67
67
|
"tsconfig": "0.0.0"
|
|
@@ -83,8 +83,8 @@
|
|
|
83
83
|
"test:lint": "jest -c node_modules/test-config/jest-lint.config.ts --rootDir . --silent",
|
|
84
84
|
"test:prettier": "jest -c node_modules/test-config/jest-prettier.config.ts --rootDir . --silent",
|
|
85
85
|
"test:treeshakability:browser": "agadoo dist/index.browser.js",
|
|
86
|
-
"test:treeshakability:native": "agadoo dist/index.
|
|
87
|
-
"test:treeshakability:node": "agadoo dist/index.
|
|
86
|
+
"test:treeshakability:native": "agadoo dist/index.native.js",
|
|
87
|
+
"test:treeshakability:node": "agadoo dist/index.node.js",
|
|
88
88
|
"test:typecheck": "tsc --noEmit",
|
|
89
89
|
"test:unit:browser": "jest -c node_modules/test-config/jest-unit.config.browser.ts --rootDir . --silent",
|
|
90
90
|
"test:unit:node": "jest -c node_modules/test-config/jest-unit.config.node.ts --rootDir . --silent"
|