playlight-sdk 0.2.11 → 0.3.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "playlight-sdk",
3
- "version": "0.2.11",
3
+ "version": "0.3.0",
4
4
  "type": "module",
5
5
  "description": "The SDK for Playlight - a discovery platform, built into your own game.",
6
6
  "main": "dist/playlight-sdk.es.js",
@@ -8,10 +8,9 @@
8
8
  "scripts": {
9
9
  "dev": "vite dev --port 3000",
10
10
  "build": "vite build",
11
- "postbuild": "node process-css.cjs",
11
+ "postbuild": "node process-css.js",
12
12
  "preview": "vite preview",
13
- "format": "prettier --write .",
14
- "lint": "prettier --check ."
13
+ "format": "prettier --write ."
15
14
  },
16
15
  "devDependencies": {
17
16
  "@sveltejs/vite-plugin-svelte": "^5.0.0",
@@ -21,13 +20,13 @@
21
20
  "prettier-plugin-tailwindcss": "^0.6.11",
22
21
  "rollup-plugin-terser": "^7.0.2",
23
22
  "svelte": "^5.0.0",
24
- "svelte-sonner": "^0.3.28",
23
+ "svelte-sonner": "^1.0.5",
25
24
  "tailwindcss": "^4.0.0",
25
+ "vite-plugin-static-copy": "^2.3.0",
26
26
  "vite": "^6.0.0"
27
27
  },
28
28
  "dependencies": {
29
- "lucide-svelte": "^0.476.0",
30
- "vite-plugin-static-copy": "^2.3.0"
29
+ "lucide-svelte": "^0.476.0"
31
30
  },
32
31
  "files": [
33
32
  "dist"
package/readme.md CHANGED
@@ -1,7 +1,9 @@
1
1
  # Playlight (SDK)
2
+
2
3
  Playlight is an integrable game discovery platform.
3
4
 
4
5
  ## Installation
6
+
5
7
  Please refer to [the docs](https://playlight.dev/docs).
6
8
  If you want to contribute to the docs, you can access the [source](https://github.com/therealPaulPlay/Playlight-Site/blob/main/src/routes/docs/%2Bpage.svelte) here.
7
9
  The package is also available on [NPM](https://npmjs.com) under the name `playlight-sdk`.
@@ -10,7 +12,7 @@ The package is also available on [NPM](https://npmjs.com) under the name `playli
10
12
 
11
13
  The Playlight SDK uses [Svelte](https://svelte.dev) together with [Tailwind CSS](https://tailwindcss.com/).
12
14
 
13
- Run `npm run build` to create a fresh build, and test the SDK using the `index.html` file found in the `/example` folder.
15
+ Run `npm run build` to create a fresh build, and test the SDK using the `index.html` file found in the `/example` folder.
14
16
  To view it, start a live server (e.g. with the live server VSCode extension).
15
17
 
16
- The `index.js` file is the entry point of the project and mounts the main `App.svelte` component.
18
+ The `index.js` file is the entry point of the project and mounts the main `App.svelte` component.
Binary file