Skip to content

Commit 08f0412

Browse files
committed
ensure every package has a version
1 parent 27a9c29 commit 08f0412

File tree

80 files changed

+80
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+80
-2
lines changed

fixtures/additional-modules/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "additional-modules",
3+
"version": "0.0.1",
34
"private": true,
45
"scripts": {
56
"build": "wrangler deploy --dry-run --outdir=dist",

fixtures/ai-app/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "ai-app",
3+
"version": "0.0.1",
34
"private": true,
45
"description": "",
56
"license": "ISC",

fixtures/asset-config/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "workers-assets-config-test",
3+
"version": "0.0.1",
34
"private": true,
45
"scripts": {
56
"dev": "wrangler dev",

fixtures/d1-worker-app/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "d1-worker-app",
3+
"version": "0.0.1",
34
"private": true,
45
"scripts": {
56
"check:type": "tsc",

fixtures/durable-objects-app/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "do-worker-app",
3+
"version": "0.0.1",
34
"private": true,
45
"description": "",
56
"license": "ISC",

fixtures/entrypoints-rpc-tests/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "entrypoints-rpc-tests",
3+
"version": "0.0.1",
34
"private": true,
45
"scripts": {
56
"test:ci": "vitest run",

fixtures/get-platform-proxy/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "get-platform-proxy-fixture",
3+
"version": "0.0.1",
34
"private": true,
45
"description": "A test for the getPlatformProxy utility",
56
"scripts": {

fixtures/import-npm/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "import-npm",
3+
"version": "0.0.1",
34
"private": true,
45
"description": "",
56
"author": "",

fixtures/import-wasm-example/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "import-wasm-example",
3+
"version": "0.0.1",
34
"private": true,
45
"description": "",
56
"author": "",

fixtures/import-wasm-static/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "import-wasm-static",
3+
"version": "0.0.1",
34
"private": true,
45
"sideEffects": false,
56
"exports": {

0 commit comments

Comments
 (0)