@devvit/runtimes 0.11.0-next-2024-07-03-70e6c9f34.0 → 0.11.0-next-2024-07-03-971ccc657.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +8 -8
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@devvit/runtimes",
|
3
|
-
"version": "0.11.0-next-2024-07-03-
|
3
|
+
"version": "0.11.0-next-2024-07-03-971ccc657.0",
|
4
4
|
"license": "BSD-3-Clause",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -26,9 +26,9 @@
|
|
26
26
|
},
|
27
27
|
"types": "./index.d.ts",
|
28
28
|
"dependencies": {
|
29
|
-
"@devvit/protos": "0.11.0-next-2024-07-03-
|
30
|
-
"@devvit/shared-types": "0.11.0-next-2024-07-03-
|
31
|
-
"@devvit/web-worker": "0.11.0-next-2024-07-03-
|
29
|
+
"@devvit/protos": "0.11.0-next-2024-07-03-971ccc657.0",
|
30
|
+
"@devvit/shared-types": "0.11.0-next-2024-07-03-971ccc657.0",
|
31
|
+
"@devvit/web-worker": "0.11.0-next-2024-07-03-971ccc657.0",
|
32
32
|
"base64-js": "1.5.1",
|
33
33
|
"buffer": "6.0.3",
|
34
34
|
"cron-parser": "4.7.1",
|
@@ -39,9 +39,9 @@
|
|
39
39
|
"uuid": "9.0.0"
|
40
40
|
},
|
41
41
|
"devDependencies": {
|
42
|
-
"@devvit/eslint-config": "0.11.0-next-2024-07-03-
|
43
|
-
"@devvit/repo-tools": "0.11.0-next-2024-07-03-
|
44
|
-
"@devvit/tsconfig": "0.11.0-next-2024-07-03-
|
42
|
+
"@devvit/eslint-config": "0.11.0-next-2024-07-03-971ccc657.0",
|
43
|
+
"@devvit/repo-tools": "0.11.0-next-2024-07-03-971ccc657.0",
|
44
|
+
"@devvit/tsconfig": "0.11.0-next-2024-07-03-971ccc657.0",
|
45
45
|
"@types/node-localstorage": "1.3.0",
|
46
46
|
"@types/uuid": "9.0.0",
|
47
47
|
"concurrently": "7.5.0",
|
@@ -55,5 +55,5 @@
|
|
55
55
|
"directory": "dist"
|
56
56
|
},
|
57
57
|
"source": "./src/index.ts",
|
58
|
-
"gitHead": "
|
58
|
+
"gitHead": "7a3dbb000f6d248d691dfa3d5f8fbfdef89613ac"
|
59
59
|
}
|