|
@@ -1,17 +1,17 @@
|
|
|
{
|
|
{
|
|
|
"name": "@solana-program/system",
|
|
"name": "@solana-program/system",
|
|
|
- "version": "0.1.2",
|
|
|
|
|
|
|
+ "version": "0.1.3",
|
|
|
"description": "JavaScript client for the System program",
|
|
"description": "JavaScript client for the System program",
|
|
|
"sideEffects": false,
|
|
"sideEffects": false,
|
|
|
- "module": "./dist/src/index.mjs",
|
|
|
|
|
- "main": "./dist/src/index.js",
|
|
|
|
|
|
|
+ "module": "./dist/src/index.js",
|
|
|
|
|
+ "main": "./dist/src/index.cjs",
|
|
|
"types": "./dist/types/src/index.d.ts",
|
|
"types": "./dist/types/src/index.d.ts",
|
|
|
"type": "module",
|
|
"type": "module",
|
|
|
"exports": {
|
|
"exports": {
|
|
|
".": {
|
|
".": {
|
|
|
"types": "./dist/types/src/index.d.ts",
|
|
"types": "./dist/types/src/index.d.ts",
|
|
|
- "import": "./dist/src/index.mjs",
|
|
|
|
|
- "require": "./dist/src/index.js"
|
|
|
|
|
|
|
+ "import": "./dist/src/index.js",
|
|
|
|
|
+ "require": "./dist/src/index.cjs"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
"files": [
|
|
"files": [
|