@solana/codecs-strings 2.0.0-experimental.0178e62 → 2.0.0-experimental.03b965b
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/dist/index.browser.cjs +0 -2
- package/dist/index.browser.js +0 -2
- package/dist/index.node.cjs +0 -2
- package/dist/index.node.js +0 -2
- package/package.json +11 -11
package/LICENSE
CHANGED
package/dist/index.browser.cjs
CHANGED
|
@@ -294,5 +294,3 @@ exports.getUtf8Decoder = getUtf8Decoder;
|
|
|
294
294
|
exports.getUtf8Encoder = getUtf8Encoder;
|
|
295
295
|
exports.padNullCharacters = padNullCharacters;
|
|
296
296
|
exports.removeNullCharacters = removeNullCharacters;
|
|
297
|
-
//# sourceMappingURL=out.js.map
|
|
298
|
-
//# sourceMappingURL=index.browser.cjs.map
|
package/dist/index.browser.js
CHANGED
|
@@ -266,5 +266,3 @@ function getSizeDescription(size) {
|
|
|
266
266
|
}
|
|
267
267
|
|
|
268
268
|
export { assertValidBaseString, getBase10Codec, getBase10Decoder, getBase10Encoder, getBase16Codec, getBase16Decoder, getBase16Encoder, getBase58Codec, getBase58Decoder, getBase58Encoder, getBase64Codec, getBase64Decoder, getBase64Encoder, getBaseXCodec, getBaseXDecoder, getBaseXEncoder, getBaseXResliceCodec, getBaseXResliceDecoder, getBaseXResliceEncoder, getStringCodec, getStringDecoder, getStringEncoder, getUtf8Codec, getUtf8Decoder, getUtf8Encoder, padNullCharacters, removeNullCharacters };
|
|
269
|
-
//# sourceMappingURL=out.js.map
|
|
270
|
-
//# sourceMappingURL=index.browser.js.map
|
package/dist/index.node.cjs
CHANGED
|
@@ -289,5 +289,3 @@ exports.getUtf8Decoder = getUtf8Decoder;
|
|
|
289
289
|
exports.getUtf8Encoder = getUtf8Encoder;
|
|
290
290
|
exports.padNullCharacters = padNullCharacters;
|
|
291
291
|
exports.removeNullCharacters = removeNullCharacters;
|
|
292
|
-
//# sourceMappingURL=out.js.map
|
|
293
|
-
//# sourceMappingURL=index.node.cjs.map
|
package/dist/index.node.js
CHANGED
|
@@ -261,5 +261,3 @@ function getSizeDescription(size) {
|
|
|
261
261
|
}
|
|
262
262
|
|
|
263
263
|
export { assertValidBaseString, getBase10Codec, getBase10Decoder, getBase10Encoder, getBase16Codec, getBase16Decoder, getBase16Encoder, getBase58Codec, getBase58Decoder, getBase58Encoder, getBase64Codec, getBase64Decoder, getBase64Encoder, getBaseXCodec, getBaseXDecoder, getBaseXEncoder, getBaseXResliceCodec, getBaseXResliceDecoder, getBaseXResliceEncoder, getStringCodec, getStringDecoder, getStringEncoder, getUtf8Codec, getUtf8Decoder, getUtf8Encoder, padNullCharacters, removeNullCharacters };
|
|
264
|
-
//# sourceMappingURL=out.js.map
|
|
265
|
-
//# sourceMappingURL=index.node.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solana/codecs-strings",
|
|
3
|
-
"version": "2.0.0-experimental.
|
|
3
|
+
"version": "2.0.0-experimental.03b965b",
|
|
4
4
|
"description": "Codecs for strings of different sizes and encodings",
|
|
5
5
|
"exports": {
|
|
6
6
|
"browser": {
|
|
@@ -49,22 +49,22 @@
|
|
|
49
49
|
"node": ">=17.4"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@solana/codecs-core": "2.0.0-experimental.
|
|
53
|
-
"@solana/codecs-numbers": "2.0.0-experimental.
|
|
52
|
+
"@solana/codecs-core": "2.0.0-experimental.03b965b",
|
|
53
|
+
"@solana/codecs-numbers": "2.0.0-experimental.03b965b"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@solana/eslint-config-solana": "^1.0.2",
|
|
57
|
-
"@swc/jest": "^0.2.
|
|
58
|
-
"@types/jest": "^29.5.
|
|
57
|
+
"@swc/jest": "^0.2.29",
|
|
58
|
+
"@types/jest": "^29.5.6",
|
|
59
59
|
"@typescript-eslint/eslint-plugin": "^6.7.0",
|
|
60
60
|
"@typescript-eslint/parser": "^6.3.0",
|
|
61
61
|
"agadoo": "^3.0.0",
|
|
62
62
|
"eslint": "^8.45.0",
|
|
63
|
-
"eslint-plugin-jest": "^27.2
|
|
63
|
+
"eslint-plugin-jest": "^27.4.2",
|
|
64
64
|
"eslint-plugin-sort-keys-fix": "^1.1.2",
|
|
65
65
|
"jest": "^29.7.0",
|
|
66
|
-
"jest-environment-jsdom": "^29.
|
|
67
|
-
"jest-runner-eslint": "^2.1.
|
|
66
|
+
"jest-environment-jsdom": "^29.7.0",
|
|
67
|
+
"jest-runner-eslint": "^2.1.2",
|
|
68
68
|
"jest-runner-prettier": "^1.0.0",
|
|
69
69
|
"prettier": "^2.8",
|
|
70
70
|
"tsup": "7.2.0",
|
|
@@ -91,12 +91,12 @@
|
|
|
91
91
|
"compile:typedefs": "tsc -p ./tsconfig.declarations.json",
|
|
92
92
|
"dev": "jest -c node_modules/test-config/jest-dev.config.ts --rootDir . --watch",
|
|
93
93
|
"publish-packages": "pnpm publish --tag experimental --access public --no-git-checks",
|
|
94
|
-
"style:fix": "pnpm eslint --fix src/* && pnpm prettier -w src/*",
|
|
94
|
+
"style:fix": "pnpm eslint --fix src/* && pnpm prettier -w src/* package.json",
|
|
95
95
|
"test:lint": "jest -c node_modules/test-config/jest-lint.config.ts --rootDir . --silent",
|
|
96
96
|
"test:prettier": "jest -c node_modules/test-config/jest-prettier.config.ts --rootDir . --silent",
|
|
97
97
|
"test:treeshakability:browser": "agadoo dist/index.browser.js",
|
|
98
|
-
"test:treeshakability:native": "agadoo dist/index.
|
|
99
|
-
"test:treeshakability:node": "agadoo dist/index.
|
|
98
|
+
"test:treeshakability:native": "agadoo dist/index.native.js",
|
|
99
|
+
"test:treeshakability:node": "agadoo dist/index.node.js",
|
|
100
100
|
"test:typecheck": "tsc --noEmit",
|
|
101
101
|
"test:unit:browser": "jest -c node_modules/test-config/jest-unit.config.browser.ts --rootDir . --silent",
|
|
102
102
|
"test:unit:node": "jest -c node_modules/test-config/jest-unit.config.node.ts --rootDir . --silent"
|