@solana/codecs-core 2.0.0-experimental.db42a99 → 2.0.0-experimental.df45965
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/LICENSE +1 -1
- package/package.json +7 -7
package/LICENSE
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solana/codecs-core",
|
|
3
|
-
"version": "2.0.0-experimental.
|
|
3
|
+
"version": "2.0.0-experimental.df45965",
|
|
4
4
|
"description": "Core types and helpers for encoding and decoding byte arrays on Solana",
|
|
5
5
|
"exports": {
|
|
6
6
|
"browser": {
|
|
@@ -50,17 +50,17 @@
|
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@solana/eslint-config-solana": "^1.0.2",
|
|
53
|
-
"@swc/jest": "^0.2.
|
|
54
|
-
"@types/jest": "^29.5.
|
|
53
|
+
"@swc/jest": "^0.2.29",
|
|
54
|
+
"@types/jest": "^29.5.6",
|
|
55
55
|
"@typescript-eslint/eslint-plugin": "^6.7.0",
|
|
56
56
|
"@typescript-eslint/parser": "^6.3.0",
|
|
57
57
|
"agadoo": "^3.0.0",
|
|
58
58
|
"eslint": "^8.45.0",
|
|
59
|
-
"eslint-plugin-jest": "^27.2
|
|
59
|
+
"eslint-plugin-jest": "^27.4.2",
|
|
60
60
|
"eslint-plugin-sort-keys-fix": "^1.1.2",
|
|
61
61
|
"jest": "^29.7.0",
|
|
62
|
-
"jest-environment-jsdom": "^29.
|
|
63
|
-
"jest-runner-eslint": "^2.1.
|
|
62
|
+
"jest-environment-jsdom": "^29.7.0",
|
|
63
|
+
"jest-runner-eslint": "^2.1.2",
|
|
64
64
|
"jest-runner-prettier": "^1.0.0",
|
|
65
65
|
"prettier": "^2.8",
|
|
66
66
|
"tsup": "7.2.0",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"compile:typedefs": "tsc -p ./tsconfig.declarations.json",
|
|
84
84
|
"dev": "jest -c node_modules/test-config/jest-dev.config.ts --rootDir . --watch",
|
|
85
85
|
"publish-packages": "pnpm publish --tag experimental --access public --no-git-checks",
|
|
86
|
-
"style:fix": "pnpm eslint --fix src/* && pnpm prettier -w src/*",
|
|
86
|
+
"style:fix": "pnpm eslint --fix src/* && pnpm prettier -w src/* package.json",
|
|
87
87
|
"test:lint": "jest -c node_modules/test-config/jest-lint.config.ts --rootDir . --silent",
|
|
88
88
|
"test:prettier": "jest -c node_modules/test-config/jest-prettier.config.ts --rootDir . --silent",
|
|
89
89
|
"test:treeshakability:browser": "agadoo dist/index.browser.js",
|