@glenn123/pantry-test-oidc 0.1.3 → 0.1.5

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/cli.js ADDED
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env node
2
+ import { hello } from './index.js';
3
+
4
+ console.log(hello());
5
+ console.log('pantry-test CLI is working!');
package/dist/index.js ADDED
@@ -0,0 +1 @@
1
+ export const hello = () => "Hello from pantry-test!";
package/package.json CHANGED
@@ -1,12 +1,9 @@
1
1
  {
2
2
  "name": "@glenn123/pantry-test-oidc",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "Test package for pantry publish",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
7
- "files": [
8
- "dist"
9
- ],
10
7
  "bin": {
11
8
  "pantry-test": "./dist/cli.js"
12
9
  },
package/.gitignore DELETED
@@ -1,31 +0,0 @@
1
- # Dependencies
2
- pantry_modules/
3
- node_modules/
4
-
5
- # Build output
6
- dist/
7
-
8
- # Environment variables
9
- .env
10
- .env.local
11
- .env.*.local
12
-
13
- # Claude Code
14
- .claude/
15
-
16
- # OS files
17
- .DS_Store
18
- Thumbs.db
19
-
20
- # Editor directories
21
- .idea/
22
- .vscode/
23
- *.swp
24
- *.swo
25
-
26
- # Logs
27
- *.log
28
- npm-debug.log*
29
-
30
- # Credentials (never commit these)
31
- .pantry/credentials
package/deps.yaml DELETED
@@ -1,5 +0,0 @@
1
- dependencies:
2
- bun.sh:
3
- version: ^1
4
- global: true
5
- php.net: ^8.4
package/pantry.lock DELETED
@@ -1,22 +0,0 @@
1
- {
2
- "version": "1.0.0",
3
- "lockfileVersion": 1,
4
- "generatedAt": "1769781409",
5
- "packages": {
6
- "chalk@4.1.2": {
7
- "name": "chalk",
8
- "version": "4.1.2",
9
- "source": "npm"
10
- },
11
- "ts-cloud@0.1.0": {
12
- "name": "ts-cloud",
13
- "version": "0.1.0",
14
- "source": "npm"
15
- },
16
- "lodash@4.17.23": {
17
- "name": "lodash",
18
- "version": "4.17.23",
19
- "source": "npm"
20
- }
21
- }
22
- }