@glenn123/pantry-test-oidc 0.1.2 → 0.1.4
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 +5 -0
- package/dist/index.js +1 -0
- package/package.json +1 -4
- package/.gitignore +0 -31
- package/deps.yaml +0 -5
- package/pantry.lock +0 -22
package/dist/cli.js
ADDED
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
|
+
"version": "0.1.4",
|
|
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
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
|
-
}
|