|
@@ -1,22 +1,18 @@
|
|
|
{
|
|
|
"name": "@solana-program/token",
|
|
|
- "version": "0.1.2",
|
|
|
+ "version": "0.1.3",
|
|
|
"description": "JavaScript client for the Token program",
|
|
|
"sideEffects": false,
|
|
|
- "module": "./dist/src/index.js",
|
|
|
- "main": "./dist/src/index.cjs",
|
|
|
- "types": "./dist/types/src/index.d.ts",
|
|
|
- "type": "module",
|
|
|
+ "module": "./dist/src/index.mjs",
|
|
|
+ "main": "./dist/src/index.js",
|
|
|
+ "types": "./dist/types/index.d.ts",
|
|
|
+ "type": "commonjs",
|
|
|
"exports": {
|
|
|
- "browser": {
|
|
|
- "import": "./dist/src/index.js",
|
|
|
- "require": "./dist/src/index.cjs"
|
|
|
- },
|
|
|
- "node": {
|
|
|
- "import": "./dist/src/index.js",
|
|
|
- "require": "./dist/src/index.cjs"
|
|
|
- },
|
|
|
- "types": "./dist/types/src/index.d.ts"
|
|
|
+ ".": {
|
|
|
+ "types": "./dist/types/index.d.ts",
|
|
|
+ "import": "./dist/src/index.mjs",
|
|
|
+ "require": "./dist/src/index.js"
|
|
|
+ }
|
|
|
},
|
|
|
"files": [
|
|
|
"./dist/src",
|
|
@@ -42,10 +38,10 @@
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
"@ava/typescript": "^4.1.0",
|
|
|
+ "@solana-program/system": "^0.3.1",
|
|
|
"@solana/eslint-config-solana": "^3.0.0",
|
|
|
"@solana/web3.js": "tp3",
|
|
|
"@solana/webcrypto-ed25519-polyfill": "tp3",
|
|
|
- "@solana-program/system": "^0.3.1",
|
|
|
"@typescript-eslint/eslint-plugin": "^7.3.1",
|
|
|
"@typescript-eslint/parser": "^7.3.1",
|
|
|
"ava": "^6.1.2",
|