@clypra-studio/shaders 0.1.0 → 0.1.1

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @clypra-studio/shaders@0.1.0 build /home/runner/work/clypra-studio/clypra-studio/packages/shaders
2
+ > @clypra-studio/shaders@0.1.1 build /home/runner/work/clypra-studio/clypra-studio/packages/shaders
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: {"index":"src/index.ts","utils/index":"src/utils/index.ts","noise/index":"src/noise/index.ts"}
@@ -15,9 +15,9 @@
15
15
  ESM dist/index.js.map 7.99 KB
16
16
  ESM dist/utils/index.js.map 3.17 KB
17
17
  ESM dist/noise/index.js.map 4.33 KB
18
- ESM ⚡️ Build success in 358ms
18
+ ESM ⚡️ Build success in 224ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 4708ms
20
+ DTS ⚡️ Build success in 4158ms
21
21
  DTS dist/index.d.ts 482.00 B
22
22
  DTS dist/noise/index.d.ts 3.43 KB
23
23
  DTS dist/utils/index.d.ts 2.51 KB
@@ -1,4 +1,4 @@
1
1
 
2
- > @clypra-studio/shaders@0.1.0 lint /home/runner/work/clypra-studio/clypra-studio/packages/shaders
2
+ > @clypra-studio/shaders@0.1.1 lint /home/runner/work/clypra-studio/clypra-studio/packages/shaders
3
3
  > tsc --noEmit
4
4
 
@@ -1,5 +1,5 @@
1
1
 
2
- > @clypra-studio/shaders@0.1.0 test /home/runner/work/clypra-studio/clypra-studio/packages/shaders
2
+ > @clypra-studio/shaders@0.1.1 test /home/runner/work/clypra-studio/clypra-studio/packages/shaders
3
3
  > vitest run
4
4
 
5
5
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @clypra-studio/shaders@0.1.0 typecheck /home/runner/work/clypra-studio/clypra-studio/packages/shaders
2
+ > @clypra-studio/shaders@0.1.1 typecheck /home/runner/work/clypra-studio/clypra-studio/packages/shaders
3
3
  > tsc --noEmit
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @clypra-studio/shaders
2
2
 
3
+ ## 0.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 6e8bd11: Add comprehensive README documentation to all packages
8
+
9
+ - Added installation instructions
10
+ - Added usage examples
11
+ - Added feature lists
12
+ - Added links to repository and issues
13
+
3
14
  ## 0.1.0
4
15
 
5
16
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clypra-studio/shaders",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Reusable GLSL shader library for video effects",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",