@supabase/functions-js 2.106.0-canary.0 → 2.106.0-canary.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.
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2020 Supabase
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -75,19 +75,19 @@ This package is part of the [Supabase JavaScript monorepo](https://github.com/su
75
75
 
76
76
  ```bash
77
77
  # Complete build (from monorepo root)
78
- npx nx build functions-js
78
+ pnpm nx build functions-js
79
79
 
80
80
  # Build with watch mode for development
81
- npx nx build functions-js --watch
81
+ pnpm nx build functions-js --watch
82
82
 
83
83
  # Individual build targets
84
- npx nx build:main functions-js # CommonJS build (dist/main/)
85
- npx nx build:module functions-js # ES Modules build (dist/module/)
84
+ pnpm nx build:main functions-js # CommonJS build (dist/main/)
85
+ pnpm nx build:module functions-js # ES Modules build (dist/module/)
86
86
 
87
87
  # Other useful commands
88
- npx nx clean functions-js # Clean build artifacts
89
- npx nx typecheck functions-js # TypeScript type checking
90
- npx nx docs functions-js # Generate documentation
88
+ pnpm nx clean functions-js # Clean build artifacts
89
+ pnpm nx typecheck functions-js # TypeScript type checking
90
+ pnpm nx docs functions-js # Generate documentation
91
91
  ```
92
92
 
93
93
  #### Build Outputs
@@ -102,16 +102,16 @@ npx nx docs functions-js # Generate documentation
102
102
 
103
103
  ```bash
104
104
  # Run all tests (from monorepo root)
105
- npx nx test functions-js
105
+ pnpm nx test functions-js
106
106
 
107
107
  # Run tests with coverage report
108
- npx nx test functions-js --coverage
108
+ pnpm nx test functions-js --coverage
109
109
 
110
110
  # Run tests in watch mode during development
111
- npx nx test functions-js --watch
111
+ pnpm nx test functions-js --watch
112
112
 
113
113
  # CI test command (runs with coverage)
114
- npx nx test:ci functions-js
114
+ pnpm nx test:ci functions-js
115
115
  ```
116
116
 
117
117
  #### Test Requirements
@@ -1,2 +1,2 @@
1
- export declare const version = "2.106.0-canary.0";
1
+ export declare const version = "2.106.0-canary.1";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -7,5 +7,5 @@ exports.version = void 0;
7
7
  // - Debugging and support (identifying which version is running)
8
8
  // - Telemetry and logging (version reporting in errors/analytics)
9
9
  // - Ensuring build artifacts match the published package version
10
- exports.version = '2.106.0-canary.0';
10
+ exports.version = '2.106.0-canary.1';
11
11
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export declare const version = "2.106.0-canary.0";
1
+ export declare const version = "2.106.0-canary.1";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -4,5 +4,5 @@
4
4
  // - Debugging and support (identifying which version is running)
5
5
  // - Telemetry and logging (version reporting in errors/analytics)
6
6
  // - Ensuring build artifacts match the published package version
7
- export const version = '2.106.0-canary.0';
7
+ export const version = '2.106.0-canary.1';
8
8
  //# sourceMappingURL=version.js.map