@upstart.gg/sdk 0.0.65 → 0.0.67
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/dist/node/cli/api.js +2 -2
- package/dist/node/cli/commands/build/cmd-build.js +4 -2
- package/dist/node/cli/commands/login/cmd-login.js +4 -4
- package/dist/node/cli/commands/publish/cmd-publish.js +15 -15
- package/dist/node/cli/commands/publish/uploader.js +7 -7
- package/dist/node/cli/program.js +32 -30
- package/dist/node/cli/store.js +2 -2
- package/dist/node/metafile-esm.json +1 -1
- package/dist/node/shared/config.js +4 -4
- package/dist/node/shared/logger.js +2 -2
- package/dist/shared/datarecords/types.d.ts +1 -1
- package/dist/shared/datasources/external/facebook/posts/fetcher.d.ts +1 -1
- package/dist/shared/datasources/external/instagram/feed/fetcher.d.ts +1 -1
- package/dist/shared/datasources/external/json/fetcher.d.ts +1 -1
- package/dist/shared/datasources/external/mastodon/account/fetcher.d.ts +1 -1
- package/dist/shared/datasources/external/mastodon/status/fetcher.d.ts +1 -1
- package/dist/shared/datasources/external/meta/oauth/config.d.ts +1 -1
- package/dist/shared/datasources/external/rss/fetcher.d.ts +1 -1
- package/dist/shared/datasources/external/threads/media/fetcher.d.ts +1 -1
- package/dist/shared/datasources/external/tiktok/oauth/config.d.ts +1 -1
- package/dist/shared/datasources/external/tiktok/video/fetcher.d.ts +1 -1
- package/dist/shared/datasources/external/youtube/list/fetcher.d.ts +1 -1
- package/dist/shared/datasources/external/youtube/list/options.d.ts +1 -1
- package/dist/shared/datasources/external/youtube/oauth/config.d.ts +1 -1
- package/dist/shared/datasources/samples.d.ts +1 -1
- package/dist/shared/datasources/types.d.ts +1 -1
- package/dist/shared/{datasources-uXWaptq2.d.ts → datasources-97V9CclE.d.ts} +100 -17
- package/dist/shared/datasources.d.ts +1 -1
- package/dist/shared/env.d.ts +1 -3
- package/dist/shared/metafile-esm.json +1 -1
- package/dist/shared/page.d.ts +1 -1
- package/dist/shared/page.js +1 -1
- package/dist/shared/template-config.d.ts +1 -1
- package/package.json +12 -43
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@upstart.gg/sdk",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.67",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -38,17 +38,7 @@
|
|
|
38
38
|
"enpage": "dist/node/cli/program.js"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@csstools/postcss-global-data": "3.0.0",
|
|
42
41
|
"@date-fns/utc": "1.2.0",
|
|
43
|
-
"@dnd-kit/core": "6.1.0",
|
|
44
|
-
"@dnd-kit/modifiers": "7.0.0",
|
|
45
|
-
"@dnd-kit/sortable": "8.0.0",
|
|
46
|
-
"@dnd-kit/utilities": "3.2.2",
|
|
47
|
-
"@fullhuman/postcss-purgecss": "6.0.0",
|
|
48
|
-
"@hattip/adapter-cloudflare-workers": "0.0.47",
|
|
49
|
-
"@hattip/adapter-node": "0.0.47",
|
|
50
|
-
"@hattip/compose": "0.0.47",
|
|
51
|
-
"@hattip/core": "0.0.47",
|
|
52
42
|
"@headlessui/react": "2.1.2",
|
|
53
43
|
"@inquirer/prompts": "5.3.8",
|
|
54
44
|
"@radix-ui/react-context-menu": "2.2.2",
|
|
@@ -60,23 +50,15 @@
|
|
|
60
50
|
"@tiptap/pm": "2.8.0",
|
|
61
51
|
"@tiptap/react": "2.8.0",
|
|
62
52
|
"@tiptap/starter-kit": "2.8.0",
|
|
63
|
-
"@vitejs/plugin-react": "^4.3.1",
|
|
64
53
|
"ajv": "8.17.1",
|
|
65
54
|
"ajv-formats": "3.0.1",
|
|
66
|
-
"autoprefixer": "10.4.20",
|
|
67
|
-
"aws4fetch": "1.0.20",
|
|
68
|
-
"axe-core": "4.10.0",
|
|
69
55
|
"chalk": "5.3.0",
|
|
70
56
|
"chroma-js": "3.1.2",
|
|
71
|
-
"clsx": "2.1.1",
|
|
72
57
|
"commander": "12.1.0",
|
|
73
58
|
"conf": "13.0.1",
|
|
74
|
-
"cssnano": "7.0.5",
|
|
75
|
-
"csstype": "3.1.3",
|
|
76
59
|
"date-fns": "3.6.0",
|
|
77
60
|
"debug": "4.3.6",
|
|
78
61
|
"dompurify": "3.1.6",
|
|
79
|
-
"express": "^4.20.0",
|
|
80
62
|
"fast-glob": "3.3.2",
|
|
81
63
|
"form-data": "4.0.0",
|
|
82
64
|
"get-port": "7.1.0",
|
|
@@ -87,37 +69,16 @@
|
|
|
87
69
|
"import-meta-resolve": "4.1.0",
|
|
88
70
|
"jsdom": "25.0.0",
|
|
89
71
|
"lodash-es": "4.17.21",
|
|
90
|
-
"marked": "14.1.2",
|
|
91
|
-
"merge-refs": "1.3.0",
|
|
92
72
|
"nanoid": "5.0.7",
|
|
93
73
|
"open": "10.1.0",
|
|
94
|
-
"open-props": "1.7.6",
|
|
95
74
|
"ora": "8.1.0",
|
|
96
75
|
"p-queue": "8.0.1",
|
|
97
|
-
"polished": "4.3.1",
|
|
98
|
-
"postcss": "8.4.42",
|
|
99
|
-
"postcss-custom-media": "11.0.1",
|
|
100
|
-
"postcss-import": "16.1.0",
|
|
101
|
-
"postcss-jit-props": "1.0.14",
|
|
102
|
-
"postcss-nested": "6.2.0",
|
|
103
|
-
"postcss-preset-env": "10.0.2",
|
|
104
76
|
"react-hotkeys-hook": "4.5.1",
|
|
105
77
|
"react-icons": "5.3.0",
|
|
106
78
|
"react-selecto": "1.26.3",
|
|
107
|
-
"rimraf": "6.0.1",
|
|
108
79
|
"rollup-plugin-strip-banner": "3.1.0",
|
|
109
|
-
"
|
|
110
|
-
"sharp": "0.33.5",
|
|
111
|
-
"svgo": "3.3.2",
|
|
112
|
-
"tailwindcss": "3.4.10",
|
|
113
|
-
"unstorage": "1.10.2",
|
|
80
|
+
"tailwindcss": "3.4.15",
|
|
114
81
|
"usehooks-ts": "3.1.0",
|
|
115
|
-
"vite": "5.4.6",
|
|
116
|
-
"vite-plugin-dts": "4.2.1",
|
|
117
|
-
"vite-plugin-image-optimizer": "1.1.8",
|
|
118
|
-
"vite-plugin-inspect": "0.8.7",
|
|
119
|
-
"vite-plugin-virtual": "0.3.0",
|
|
120
|
-
"vite-tsconfig-paths": "5.0.1",
|
|
121
82
|
"zod": "3.23.8",
|
|
122
83
|
"zod-validation-error": "3.3.1",
|
|
123
84
|
"zundo": "2.1.0",
|
|
@@ -126,9 +87,18 @@
|
|
|
126
87
|
"peerDependencies": {
|
|
127
88
|
"react": "18.3.0-canary-3d9b20132-20240124",
|
|
128
89
|
"react-dom": "18.3.0-canary-3d9b20132-20240124",
|
|
129
|
-
"@upstart.gg/style-system": "0.0.
|
|
90
|
+
"@upstart.gg/style-system": "0.0.30"
|
|
130
91
|
},
|
|
131
92
|
"devDependencies": {
|
|
93
|
+
"express": "^4.20.0",
|
|
94
|
+
"vite": "5.4.6",
|
|
95
|
+
"vite-plugin-dts": "4.2.1",
|
|
96
|
+
"vite-plugin-image-optimizer": "1.1.8",
|
|
97
|
+
"vite-plugin-inspect": "0.8.7",
|
|
98
|
+
"vite-plugin-virtual": "0.3.0",
|
|
99
|
+
"vite-tsconfig-paths": "5.0.1",
|
|
100
|
+
"rimraf": "6.0.1",
|
|
101
|
+
"@vitejs/plugin-react": "^4.3.1",
|
|
132
102
|
"@cloudflare/workers-types": "4.20240806.0",
|
|
133
103
|
"@types/chroma-js": "2.4.4",
|
|
134
104
|
"@types/cli-progress": "3.11.6",
|
|
@@ -140,7 +110,6 @@
|
|
|
140
110
|
"@types/node": "^20.14.10",
|
|
141
111
|
"@types/react": "18.3.3",
|
|
142
112
|
"@types/react-dom": "^18.3.0",
|
|
143
|
-
"@types/serve-favicon": "2.5.7",
|
|
144
113
|
"@types/sortablejs": "1.15.8",
|
|
145
114
|
"concurrently": "8.2.2",
|
|
146
115
|
"react": "18.3.0-canary-3d9b20132-20240124",
|