@endo/evasive-transform
Advanced tools
| {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.js"],"names":[],"mappings":""} |
+13
-10
| { | ||
| "name": "@endo/evasive-transform", | ||
| "version": "1.3.0", | ||
| "version": "1.3.1", | ||
| "description": "Source transforms to evade SES censorship", | ||
@@ -33,3 +33,3 @@ "keywords": [ | ||
| "prepack": "tsc --build tsconfig.build.json", | ||
| "postpack": "git clean -f '*.d.ts*'", | ||
| "postpack": "git clean -f '*.d.ts*' '*.tsbuildinfo'", | ||
| "lint-fix": "yarn lint:eslint --fix && yarn lint:types", | ||
@@ -44,3 +44,3 @@ "lint-check": "yarn lint", | ||
| "@babel/types": "^7.24.0", | ||
| "@endo/ses-ava": "^1.2.5", | ||
| "@endo/ses-ava": "^1.2.6", | ||
| "@rollup/plugin-commonjs": "^19.0.0", | ||
@@ -54,11 +54,15 @@ "@rollup/plugin-node-resolve": "^13.0.0", | ||
| "rollup": "^2.79.1", | ||
| "tsd": "^0.30.7", | ||
| "typescript": "~5.6.1-rc" | ||
| "tsd": "^0.31.2", | ||
| "typescript": "~5.6.2" | ||
| }, | ||
| "files": [ | ||
| "*.js", | ||
| "*.ts", | ||
| "./*.d.ts", | ||
| "./*.js", | ||
| "./*.map", | ||
| "LICENSE*", | ||
| "SECURITY*", | ||
| "src" | ||
| "dist", | ||
| "lib", | ||
| "src", | ||
| "tools" | ||
| ], | ||
@@ -75,3 +79,2 @@ "publishConfig": { | ||
| "files": [ | ||
| "test/**/test-*.*", | ||
| "test/**/*.test.*" | ||
@@ -87,3 +90,3 @@ ], | ||
| }, | ||
| "gitHead": "cb060b7e22c92cc951fb03d86cdbceeae82fec34" | ||
| "gitHead": "bbf20fae6726f7d26456714b8852572787d34e05" | ||
| } |
45489
0.31%25
4.17%