@devvit/runtime-lite 0.11.0-next-2024-07-26-725c11fcb.0 → 0.11.0-next-2024-07-29-02bddfa07.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/runtime-lite",
3
- "version": "0.11.0-next-2024-07-26-725c11fcb.0",
3
+ "version": "0.11.0-next-2024-07-29-02bddfa07.0",
4
4
  "license": "BSD-3-Clause",
5
5
  "repository": {
6
6
  "type": "git",
@@ -26,7 +26,7 @@
26
26
  "lint:fix": "yarn lint --fix",
27
27
  "prepublishOnly": "publish-package-json",
28
28
  "test": "yarn test:unit && yarn test:types && yarn lint && yarn test:size",
29
- "test:size": "tools/build-size.js && filesize",
29
+ "test:size": "filesize",
30
30
  "test:types": "npx tsc -p tsconfig.json --noEmit && yarn test:types:browser && yarn test:types:mobile",
31
31
  "test:types:browser": "tsc -p tsconfig.json --noEmit",
32
32
  "test:types:mobile": "tsc -p tsconfig.mobile.client.json --noEmit",
@@ -43,11 +43,11 @@
43
43
  },
44
44
  "devDependencies": {
45
45
  "@ampproject/filesize": "4.3.0",
46
- "@devvit/eslint-config": "0.11.0-next-2024-07-26-725c11fcb.0",
47
- "@devvit/protos": "0.11.0-next-2024-07-26-725c11fcb.0",
48
- "@devvit/repo-tools": "0.11.0-next-2024-07-26-725c11fcb.0",
49
- "@devvit/shared-types": "0.11.0-next-2024-07-26-725c11fcb.0",
50
- "@devvit/tsconfig": "0.11.0-next-2024-07-26-725c11fcb.0",
46
+ "@devvit/eslint-config": "0.11.0-next-2024-07-29-02bddfa07.0",
47
+ "@devvit/protos": "0.11.0-next-2024-07-29-02bddfa07.0",
48
+ "@devvit/repo-tools": "0.11.0-next-2024-07-29-02bddfa07.0",
49
+ "@devvit/shared-types": "0.11.0-next-2024-07-29-02bddfa07.0",
50
+ "@devvit/tsconfig": "0.11.0-next-2024-07-29-02bddfa07.0",
51
51
  "@jitl/quickjs-singlefile-browser-release-sync": "0.29.0",
52
52
  "base64-js": "1.5.1",
53
53
  "chokidar-cli": "3.0.0",
@@ -63,9 +63,9 @@
63
63
  "directory": "dist"
64
64
  },
65
65
  "filesize": {
66
- "dist/browser-lite.test.js": {
67
- "gzip": "320 KB",
68
- "none": "730 KB"
66
+ "dist/browser-lite.worker.js": {
67
+ "gzip": "1140 KB",
68
+ "none": "5720 KB"
69
69
  },
70
70
  "dist/assets/corejs.js": {
71
71
  "gzip": "33 KB",
@@ -81,5 +81,5 @@
81
81
  }
82
82
  },
83
83
  "source": "./src/index.ts",
84
- "gitHead": "6f87ed31be97524e6a1d40c2a6e1a12fc3760549"
84
+ "gitHead": "aca793fc6cc4cb13f65944aac69a5680d25a7757"
85
85
  }