@ardrive/turbo-sdk 1.1.1-alpha.1 → 1.1.1
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/bundles/web.bundle.min.js +111592 -50637
- package/lib/cjs/version.js +1 -1
- package/lib/esm/version.js +1 -1
- package/lib/types/version.d.ts +1 -1
- package/lib/types/version.d.ts.map +1 -1
- package/package.json +3 -3
package/lib/cjs/version.js
CHANGED
package/lib/esm/version.js
CHANGED
package/lib/types/version.d.ts
CHANGED
@@ -14,5 +14,5 @@
|
|
14
14
|
* You should have received a copy of the GNU Affero General Public License
|
15
15
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
16
16
|
*/
|
17
|
-
export declare const version = "1.1.
|
17
|
+
export declare const version = "1.1.1-alpha.2";
|
18
18
|
//# sourceMappingURL=version.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAGH,eAAO,MAAM,OAAO,
|
1
|
+
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAGH,eAAO,MAAM,OAAO,kBAAkB,CAAC"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ardrive/turbo-sdk",
|
3
|
-
"version": "1.1.1
|
3
|
+
"version": "1.1.1",
|
4
4
|
"main": "./lib/cjs/node/index.js",
|
5
5
|
"types": "./lib/types/node/index.d.ts",
|
6
6
|
"module": "./lib/esm/node/index.js",
|
@@ -45,7 +45,7 @@
|
|
45
45
|
},
|
46
46
|
"license": "AGPL-3.0-or-later",
|
47
47
|
"scripts": {
|
48
|
-
"build:web": "node bundle.
|
48
|
+
"build:web": "node bundle.mjs",
|
49
49
|
"build:esm": "yarn tsc -p tsconfig.json",
|
50
50
|
"build:cjs": "yarn tsc -p tsconfig.cjs.json && echo '{\"type\": \"commonjs\"}' > lib/cjs/package.json",
|
51
51
|
"build:types": "yarn tsc -p tsconfig.types.json",
|
@@ -87,6 +87,7 @@
|
|
87
87
|
"c8": "^8.0.1",
|
88
88
|
"chai": "^4.3.7",
|
89
89
|
"esbuild": "^0.19.2",
|
90
|
+
"esbuild-plugin-polyfill-node": "^0.3.0",
|
90
91
|
"eslint": "^8.47.0",
|
91
92
|
"eslint-config-prettier": "^9.0.0",
|
92
93
|
"eslint-config-standard-with-typescript": "^37.0.0",
|
@@ -99,7 +100,6 @@
|
|
99
100
|
"http-server": "^14.1.1",
|
100
101
|
"husky": "^8.0.3",
|
101
102
|
"mocha": "^10.2.0",
|
102
|
-
"node-stdlib-browser": "^1.2.0",
|
103
103
|
"prettier": "^3.0.2",
|
104
104
|
"rimraf": "^5.0.1",
|
105
105
|
"semantic-release": "^21.0.7",
|