my-openlayer 1.0.2 → 1.0.3

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "my-openlayer",
3
3
  "private": false,
4
- "version": "1.0.2",
4
+ "version": "1.0.3",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -13,14 +13,17 @@
13
13
  "vue"
14
14
  ],
15
15
  "files": [
16
- "dist/**/*",
17
- "LICENSE",
18
- "README.md"
16
+ "**/*",
17
+ "!scripts",
18
+ "!temp-publish"
19
19
  ],
20
20
  "scripts": {
21
21
  "dev": "vite",
22
22
  "build": "tsc",
23
- "preview": "vite preview"
23
+ "preview": "vite preview",
24
+ "prepare-publish": "node scripts/prepare-publish.cjs",
25
+ "publish-flat": "npm run build && npm run prepare-publish && cd temp-publish && npm publish",
26
+ "publish-flat-dry": "npm run build && npm run prepare-publish && cd temp-publish && npm publish --dry-run"
24
27
  },
25
28
  "dependencies": {
26
29
  "@turf/turf": "^7.2.0",
@@ -39,4 +42,4 @@
39
42
  "peerDependencies": {
40
43
  "ol": "^6.15.1"
41
44
  }
42
- }
45
+ }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes